Class SLGenericIntGen.TSLGenericIntGen
From Mitov Wiki Doc
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: SignalLabPkg
Unit: SLGenericIntGen
Inherits: TSLCommonIntGen
Contents |
Syntax
Delphi:
type TSLGenericIntGen = class( TSLCommonIntGen )
C++ Builder:
class TSLGenericIntGen : public TSLCommonIntGen
Visual C++ (MFC):
class CTSLGenericIntGen : public CTSLCommonIntGen
C# (.NET):
public ref class TSLGenericIntGen : Mitov.SignalLab.CommonIntGen
Summary
User defined generator for Integer data.
Description
Allows implementation of custom user defined Integer data signal generators.
Implement the user defined generator inside the OnGenerate event handler.
Events
- OnGenerate - Occurs when a new buffer of data is generated.