Class SLGenericIntGen.TSLGenericIntGen
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(8 intermediate revisions by one user not shown) | |||
Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' GenericIntGen : [[Class SLCommonGen.TSLCommonIntGen|Mitov.SignalLab.CommonIntGen]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 39: | Line 39: | ||
Implement the user defined generator inside the [[Event SLGenericIntGen.TSLGenericIntGen.OnGenerate|OnGenerate]] | Implement the user defined generator inside the [[Event SLGenericIntGen.TSLGenericIntGen.OnGenerate|OnGenerate]] | ||
event handler. | event handler. | ||
+ | |||
+ | |||
+ | |||
+ | <b>Diagram:</b> | ||
+ | |||
+ | [[Image:SLGenericIntGen_Preview.png]] | ||
== Events == | == Events == | ||
Line 82: | Line 88: | ||
== Pins == | == Pins == | ||
− | |||
*[[Pin SLCommonGen.TSLBasicCommonGen.ClockPin|ClockPin]] | *[[Pin SLCommonGen.TSLBasicCommonGen.ClockPin|ClockPin]] | ||
Latest revision as of 00:31, 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: 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 GenericIntGen : 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.
Diagram:
Events
- OnGenerate - Occurs when a new buffer of data is generated.