Class SLGenericRealMatrix.TSLGenericRealMatrix
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 00:15, 11 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: SignalLabBasicPkg
Unit: SLGenericRealMatrix
Inherits: TSLBasicGenericRealMatrix
Contents |
Syntax
Delphi:
type TSLGenericRealMatrix = class( TSLBasicGenericRealMatrix )
C++ Builder:
class TSLGenericRealMatrix : public TSLBasicGenericRealMatrix
Visual C++ (MFC):
class CTSLGenericRealMatrix : public CTSLBasicGenericRealMatrix
C# (.NET):
public ref class TSLGenericRealMatrix : Mitov.SignalLab.BasicGenericRealMatrix
Summary
User defined generator for Real matrix data.
Description
Allows implementation of custom user defined Real(double) matrix data signal generators.
Implement the user defined generator inside the OnGenerate event handler.
Methods
Public
- procedure SendData(OutBuffer : ISLRealBufferArray) - Sends data buffer trough the output pin.
- procedure SendData(OutBuffer : ISLRealMatrixBuffer) - Sends data buffer trough the output pin.
Events
- OnProcessData - Occurs when a data buffer is received.
From TSLBasicGenericRealMatrix
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.