Class SLCommonFilter.TSLCommonBinaryFilter
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: SLCommonFilter
Inherits: TSLCommonFilter
Contents |
Syntax
Delphi:
type TSLCommonBinaryFilter = class( TSLCommonFilter )
C++ Builder:
class TSLCommonBinaryFilter : public TSLCommonFilter
Visual C++ (MFC):
class CTSLCommonBinaryFilter : public CTSLCommonFilter
C# (.NET):
public ref class TSLCommonBinaryFilter : Mitov.SignalLab.CommonFilter
Summary
Base abstract class for Binary (Raw) data filters.
Description
Abstract base class for all the Binary (Raw) data filters.
Pins
From TSLCommonFilter
Properties
Public
- SampleRate - The current sample rate.
From TSLBasicThreadedEnableFilter
Properties
Published
- Enabled - Enables/Disables the filter.
Pins
- EnablePin - The enable pin of the component.
From TSLBasicThreadedFilter
Properties
Published
- Threading - Specifies the desired threading settings for the filtering.