Class SLCommonGen.TSLCommonBufferGen

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
(Automated Syncronization with Documentation)
 
(One intermediate revision by one user not shown)
Line 5: Line 5:
 
</span></b>
 
</span></b>
  
'''Package:''' [[Package SignalLabBasicPkg|SignalLabBasicPkg]]
+
'''Package:''' [[Package Mitov.BasicLab|Mitov.BasicLab]]
  
 
'''Unit:''' [[Unit SLCommonGen|SLCommonGen]]
 
'''Unit:''' [[Unit SLCommonGen|SLCommonGen]]
Line 26: Line 26:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TSLCommonBufferGen : [[Class SLCommonGen.TSLCommonGen|Mitov.SignalLab.CommonGen]]
+
'''public ref class''' CommonBufferGen : [[Class SLCommonGen.TSLCommonGen|Mitov.SignalLab.CommonGen]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 62: Line 62:
  
 
=== Public ===
 
=== Public ===
*[[Method procedure SLCommonGen.TSLBasicCommonGen.Pump()|procedure Pump()]] - Generates one buffer if enabled and [[Property SLCommonGen.TSLBasicCommonGen.ClockSource|ClockSource]] is [[Enum item LPComponent.TSLClockSource.csExternal|csExternal]].  
+
*[[Method procedure SLCommonGen.TSLBasicCommonGen.Pump()|procedure Pump()]] - Generates one buffer if enabled and [[Property SLCommonGen.TSLBasicCommonGen.ClockSource|ClockSource]] is [[Enum item SLTypes.TSLClockSource.csExternal|csExternal]].  
 
*[[Method procedure SLCommonGen.TSLBasicCommonGen.Start()|procedure Start()]] - Starts the generator.  
 
*[[Method procedure SLCommonGen.TSLBasicCommonGen.Start()|procedure Start()]] - Starts the generator.  
 
*[[Method procedure SLCommonGen.TSLBasicCommonGen.Stop()|procedure Stop()]] - Stops the generator.  
 
*[[Method procedure SLCommonGen.TSLBasicCommonGen.Stop()|procedure Stop()]] - Stops the generator.  
  
 
== Pins ==
 
== Pins ==
*[[Pin SLCommonGen.TSLBasicCommonGen.EnablePin|EnablePin]] - The enable pin of the generator.
 
 
*[[Pin SLCommonGen.TSLBasicCommonGen.ClockPin|ClockPin]] - The Clock Input Pin of the component.  
 
*[[Pin SLCommonGen.TSLBasicCommonGen.ClockPin|ClockPin]] - The Clock Input Pin of the component.  
  

Latest revision as of 00:29, 26 June 2013

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Package: Mitov.BasicLab

Unit: SLCommonGen

Inherits: TSLCommonGen

Contents

Syntax

Delphi:

type TSLCommonBufferGen = class( TSLCommonGen )

C++ Builder:

class TSLCommonBufferGen : public TSLCommonGen

Visual C++ (MFC):

class CTSLCommonBufferGen : public CTSLCommonGen

C# (.NET):

public ref class CommonBufferGen : Mitov.SignalLab.CommonGen

Summary

Abstract base class for all the buffer signal generators.

Description

Introduces the basic buffer generator support, methods and properties.

Properties

Published

Events

From TSLCommonGen

Properties

Published

From TSLBasicCommonGen

Properties

Published

Methods

Public

Pins

Events

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox