Class SLCommonGen.TSLCommonIntGen
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		||
| (13 intermediate revisions by one user not shown) | |||
| Line 5: | Line 5: | ||
</span></b>  | </span></b>  | ||
| − | '''Package:''' [[Package   | + | '''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'''   | + | '''public ref class''' CommonIntGen : [[Class SLCommonGen.TSLCommonBufferGen|Mitov.SignalLab.CommonBufferGen]]  | 
</code>  | </code>  | ||
== Summary ==  | == Summary ==  | ||
| Line 67: | Line 67: | ||
=== Public ===  | === Public ===  | ||
| − | *[[Method procedure SLCommonGen.TSLBasicCommonGen.Pump()|procedure Pump()]] - Generates one buffer if enabled and [[Property SLCommonGen.TSLBasicCommonGen.ClockSource|ClockSource]] is [[Enum item   | + | *[[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.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: TSLCommonBufferGen
Contents | 
Syntax
Delphi:
type TSLCommonIntGen = class( TSLCommonBufferGen )
C++ Builder:
class TSLCommonIntGen : public TSLCommonBufferGen
Visual C++ (MFC):
class CTSLCommonIntGen : public CTSLCommonBufferGen
C# (.NET):
public ref class CommonIntGen : Mitov.SignalLab.CommonBufferGen
Summary
Base abstract class for Integer signal generators.
Description
This is the abstract base class for all the Integer signal generators.
Pins
- OutputPin - The Output Pin of the component.
 
From TSLCommonBufferGen
Properties
Published
- BufferSize - Specifies the desired buffer size for the generator.
 
Events
- OnStart - Occurs when the data pumping starts.
 
From TSLCommonGen
Properties
Published
- SampleRate - Specifies the sample rate for the generator.
 
From TSLBasicCommonGen
Properties
Published
- Enabled - Enables/Disables the generator.
 - PumpPriority - Specifies the priority of the component as a pump.
 - ClockSource - Specifies the clock source - internal or external.
 
Methods
Public
- procedure Pump() - Generates one buffer if enabled and ClockSource is csExternal.
 - procedure Start() - Starts the generator.
 - procedure Stop() - Stops the generator.
 
Pins
- ClockPin - The Clock Input Pin of the component.
 
Events
- OnStop - Occurs when the data pumping stops.