Class SLGenericRealValue.TSLGenericRealValue
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' GenericRealValue : [[Class SLCommonFilter.TSLBasicEnableFilter|Mitov.SignalLab.BasicEnableFilter]] |
</code> | </code> | ||
== Summary == | == Summary == |
Latest revision as of 00:30, 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: SignalLabAdditionalPkg
Unit: SLGenericRealValue
Inherits: TSLBasicEnableFilter
Contents |
Syntax
Delphi:
type TSLGenericRealValue = class( TSLBasicEnableFilter )
C++ Builder:
class TSLGenericRealValue : public TSLBasicEnableFilter
Visual C++ (MFC):
class CTSLGenericRealValue : public CTSLBasicEnableFilter
C# (.NET):
public ref class GenericRealValue : Mitov.SignalLab.BasicEnableFilter
Summary
User defined filter for Real values.
Description
Implements a user defined filter over the Real(double) values.
Implement the user defined filter inside the OnProcessData event handler.
Diagram:
Properties
Published
- SynchronizeType - Type of thread buffer synchronization.
Public
- Value - Assigns new value to the output of the component.
Methods
Public
Pins
- InputPin - The Real(double) Input Pin of the filter.
- OutputPin - The Real(double) data output pin of the filter.
Events
- OnProcessData - Occurs when a data buffer is received.