Class SLGenericRealGen.TSLGenericRealGen
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 39: | Line 39: | ||
Implement the user defined generator inside the [[Event SLGenericRealGen.TSLGenericRealGen.OnGenerate|OnGenerate]] | Implement the user defined generator inside the [[Event SLGenericRealGen.TSLGenericRealGen.OnGenerate|OnGenerate]] | ||
event handler. | event handler. | ||
+ | |||
+ | |||
+ | |||
+ | <b>Diagram:</b> | ||
+ | |||
+ | [[Image:SLGenericRealGen_Preview.png]] | ||
== Events == | == Events == | ||
Line 46: | Line 52: | ||
== Pins == | == Pins == | ||
− | *[[Pin SLCommonGen.TSLCommonRealGen.OutputPin|OutputPin]] | + | *[[Pin SLCommonGen.TSLCommonRealGen.OutputPin|OutputPin]] |
== From [[Class SLCommonGen.TSLCommonBufferGen|TSLCommonBufferGen]] == | == From [[Class SLCommonGen.TSLCommonBufferGen|TSLCommonBufferGen]] == | ||
Line 53: | Line 59: | ||
=== Published === | === Published === | ||
− | *[[Property SLCommonGen.TSLCommonBufferGen.BufferSize|BufferSize]] | + | *[[Property SLCommonGen.TSLCommonBufferGen.BufferSize|BufferSize]] |
== Events == | == Events == | ||
− | *[[Event SLCommonGen.TSLCommonBufferGen.OnStart|OnStart]] | + | *[[Event SLCommonGen.TSLCommonBufferGen.OnStart|OnStart]] |
== From [[Class SLCommonGen.TSLCommonGen|TSLCommonGen]] == | == From [[Class SLCommonGen.TSLCommonGen|TSLCommonGen]] == | ||
Line 63: | Line 69: | ||
=== Published === | === Published === | ||
− | *[[Property SLCommonGen.TSLCommonGen.SampleRate|SampleRate]] | + | *[[Property SLCommonGen.TSLCommonGen.SampleRate|SampleRate]] |
== From [[Class SLCommonGen.TSLBasicCommonGen|TSLBasicCommonGen]] == | == From [[Class SLCommonGen.TSLBasicCommonGen|TSLBasicCommonGen]] == | ||
Line 70: | Line 76: | ||
=== Published === | === Published === | ||
− | *[[Property SLCommonGen.TSLBasicCommonGen.Enabled|Enabled]] | + | *[[Property SLCommonGen.TSLBasicCommonGen.Enabled|Enabled]] |
− | *[[Property SLCommonGen.TSLBasicCommonGen.PumpPriority|PumpPriority]] | + | *[[Property SLCommonGen.TSLBasicCommonGen.PumpPriority|PumpPriority]] |
− | *[[Property SLCommonGen.TSLBasicCommonGen.ClockSource|ClockSource]] | + | *[[Property SLCommonGen.TSLBasicCommonGen.ClockSource|ClockSource]] |
== Methods == | == Methods == | ||
=== Public === | === Public === | ||
− | *[[Method procedure SLCommonGen.TSLBasicCommonGen.Pump()|procedure Pump()]] | + | *[[Method procedure SLCommonGen.TSLBasicCommonGen.Pump()|procedure Pump()]] |
− | *[[Method procedure SLCommonGen.TSLBasicCommonGen.Start()|procedure Start()]] | + | *[[Method procedure SLCommonGen.TSLBasicCommonGen.Start()|procedure Start()]] |
− | *[[Method procedure SLCommonGen.TSLBasicCommonGen.Stop()|procedure Stop()]] | + | *[[Method procedure SLCommonGen.TSLBasicCommonGen.Stop()|procedure Stop()]] |
== Pins == | == Pins == | ||
− | + | *[[Pin SLCommonGen.TSLBasicCommonGen.ClockPin|ClockPin]] | |
− | *[[Pin SLCommonGen.TSLBasicCommonGen.ClockPin|ClockPin]] | + | |
== Events == | == Events == | ||
− | *[[Event SLCommonGen.TSLBasicCommonGen.OnStop|OnStop]] | + | *[[Event SLCommonGen.TSLBasicCommonGen.OnStop|OnStop]] |
[[Category:Components]][[Category:Classes]] | [[Category:Components]][[Category:Classes]] |
Revision as of 20:28, 10 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: SignalLabBasicPkg
Unit: SLGenericRealGen
Inherits: TSLCommonRealGen
Contents |
Syntax
Delphi:
type TSLGenericRealGen = class( TSLCommonRealGen )
C++ Builder:
class TSLGenericRealGen : public TSLCommonRealGen
Visual C++ (MFC):
class CTSLGenericRealGen : public CTSLCommonRealGen
C# (.NET):
public ref class TSLGenericRealGen : Mitov.SignalLab.CommonRealGen
Summary
User defined generator for Real data.
Description
Allows implementation of custom user defined Real(double) data signal generators.
Implement the user defined generator inside the OnGenerate event handler.
Diagram:
Events
- OnGenerate - Occurs when a new buffer of data is generated.