Class SLGenericRealValue.TSLGenericRealValue

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
Line 11: Line 11:
 
'''Unit:''' [[Unit SLGenericRealValue|SLGenericRealValue]]
 
'''Unit:''' [[Unit SLGenericRealValue|SLGenericRealValue]]
  
'''Inherits:''' [[Class LPComponent.TLPComponent|TLPComponent]]
+
'''Inherits:''' [[Class SLCommonFilter.TSLBasicEnableFilter|TSLBasicEnableFilter]]
  
 
== Syntax ==
 
== Syntax ==
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''type''' TSLGenericRealValue = '''class'''( [[Class LPComponent.TLPComponent|TLPComponent]] )
+
'''type''' TSLGenericRealValue = '''class'''( [[Class SLCommonFilter.TSLBasicEnableFilter|TSLBasicEnableFilter]] )
 
</code>
 
</code>
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''class''' TSLGenericRealValue : '''public''' [[Class LPComponent.TLPComponent|TLPComponent]]
+
'''class''' TSLGenericRealValue : '''public''' [[Class SLCommonFilter.TSLBasicEnableFilter|TSLBasicEnableFilter]]
 
</code>
 
</code>
 
=== Visual C++ (MFC): ===
 
=== Visual C++ (MFC): ===
 
<code>
 
<code>
'''class''' CTSLGenericRealValue : '''public''' [[Class LPComponent.TLPComponent|CTLPComponent]]
+
'''class''' CTSLGenericRealValue : '''public''' [[Class SLCommonFilter.TSLBasicEnableFilter|CTSLBasicEnableFilter]]
 
</code>
 
</code>
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TSLGenericRealValue : [[Class LPComponent.TLPComponent|Mitov.SignalLab.Component]]
+
'''public ref class''' TSLGenericRealValue : [[Class SLCommonFilter.TSLBasicEnableFilter|Mitov.SignalLab.BasicEnableFilter]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 39: Line 39:
 
Implement the user defined filter inside the [[Event SLGenericRealValue.TSLGenericRealValue.OnProcessData|OnProcessData]]
 
Implement the user defined filter inside the [[Event SLGenericRealValue.TSLGenericRealValue.OnProcessData|OnProcessData]]
 
event handler.
 
event handler.
 +
 +
 +
 +
<b>Diagram:</b>
 +
 +
[[Image:SLGenericRealValue_Preview.png]]
  
 
== Properties ==
 
== Properties ==
Line 59: Line 65:
 
== Events ==
 
== Events ==
 
*[[Event SLGenericRealValue.TSLGenericRealValue.OnProcessData|OnProcessData]] - Occurs when a data buffer is received.  
 
*[[Event SLGenericRealValue.TSLGenericRealValue.OnProcessData|OnProcessData]] - Occurs when a data buffer is received.  
 +
 +
== From [[Class SLCommonFilter.TSLBasicEnableFilter|TSLBasicEnableFilter]] ==
 +
 +
== Properties ==
 +
 +
=== Published ===
 +
*[[Property SLCommonFilter.TSLBasicEnableFilter.Enabled|Enabled]]
  
 
[[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.

BIGSLGenericRealValue.gif SLGenericRealValue.gif NETSLGenericRealValue.gif

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 TSLGenericRealValue : 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:

SLGenericRealValue Preview.png

Properties

Published

Public

Methods

Public

Pins

Events

From TSLBasicEnableFilter

Properties

Published

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox