Class SLBasicGenericRealMatrix.TSLBasicGenericRealMatrix
From Mitov Wiki Doc
				
				
				
				
																
				
				
								
				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: SLBasicGenericRealMatrix
Inherits: TSLCommonRealMatrixFilter
Contents | 
Syntax
Delphi:
type TSLBasicGenericRealMatrix = class( TSLCommonRealMatrixFilter )
C++ Builder:
class TSLBasicGenericRealMatrix : public TSLCommonRealMatrixFilter
Visual C++ (MFC):
class CTSLBasicGenericRealMatrix : public CTSLCommonRealMatrixFilter
C# (.NET):
public ref class BasicGenericRealMatrix : Mitov.SignalLab.CommonRealMatrixFilter
Summary
Base class for generic real matrix filters.
Description
This is base class for generic real matrix filters.
Properties
Published
- SynchronizeType - Type of thread buffer synchronization.
 
Methods
Public
- procedure SendStartCommand() - Sends start command trough the output pin.
 - procedure SendStopCommand() - Sends stop command trough the output pin.
 - procedure ClearQueue() - Clears the internal synchronization buffer queue.
 
Events
From TSLCommonRealMatrixFilter
Pins
- OutputPin - The output pin of the filter.
 - InputPin - The Real(double) Matrix Input Pin of the filter.