Class SLBasicGenericRealMatrix.TSLBasicGenericRealMatrix
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(19 intermediate revisions by one user not shown) | |||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' BasicGenericRealMatrix : [[Class SLBasicGenericRealMatrix.TSLCommonRealMatrixFilter|Mitov.SignalLab.CommonRealMatrixFilter]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 61: | Line 61: | ||
=== Published === | === Published === | ||
− | *[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]] | + | *[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]] |
− | + | ||
− | + | ||
− | + | ||
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] == | == From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] == | ||
Line 71: | Line 68: | ||
=== Published === | === Published === | ||
− | *[[Property SLCommonFilter.TSLBasicThreadedFilter.Threading|Threading]] | + | *[[Property SLCommonFilter.TSLBasicThreadedFilter.Threading|Threading]] |
[[Category:Classes]] | [[Category:Classes]] |
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: 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.