Class SLGenericRealValueGen.TSLGenericRealValueGen
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 SLGenericRealValueGen.TSLGenericRealValueGen.OnGenerate|OnGenerate]] | Implement the user defined generator inside the [[Event SLGenericRealValueGen.TSLGenericRealValueGen.OnGenerate|OnGenerate]] | ||
event handler. | event handler. | ||
+ | |||
+ | |||
+ | |||
+ | <b>Diagram:</b> | ||
+ | |||
+ | [[Image:SLGenericRealValueGen_Preview.png]] | ||
== Pins == | == Pins == | ||
Line 70: | Line 76: | ||
== Pins == | == Pins == | ||
− | |||
*[[Pin SLCommonGen.TSLBasicCommonGen.ClockPin|ClockPin]] | *[[Pin SLCommonGen.TSLBasicCommonGen.ClockPin|ClockPin]] | ||
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: SignalLabAdditionalPkg
Unit: SLGenericRealValueGen
Inherits: TSLCommonGen
Contents |
Syntax
Delphi:
type TSLGenericRealValueGen = class( TSLCommonGen )
C++ Builder:
class TSLGenericRealValueGen : public TSLCommonGen
Visual C++ (MFC):
class CTSLGenericRealValueGen : public CTSLCommonGen
C# (.NET):
public ref class TSLGenericRealValueGen : Mitov.SignalLab.CommonGen
Summary
User defined generator for Real values.
Description
Allows implementation of custom user defined Real(double) values generators.
Implement the user defined generator inside the OnGenerate event handler.
Diagram:
Pins
- OutputPin - The Real(double) output pin of the generator.
Events
- OnGenerate - Occurs when a data buffer is received.