Class SLCommonGen.TSLBasicCommonGen
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 14:02, 26 October 2012
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: SignalLabBasicPkg
Unit: SLCommonGen
Inherits: TLPComponent
Contents |
Syntax
Delphi:
type TSLBasicCommonGen = class( TLPComponent )
C++ Builder:
class TSLBasicCommonGen : public TLPComponent
Visual C++ (MFC):
class CTSLBasicCommonGen : public CTLPComponent
C# (.NET):
public ref class TSLBasicCommonGen : Mitov.SignalLab.Component
Summary
Abstract base class for generators.
Description
Introduces the basic generator support, methods and properties.
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
Events
- OnStop - Occurs when the data pumping stops.