Package SignalLabBasicPkg
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
(5 intermediate revisions by one user not shown) |
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.
Contents |
Belongs to
- AudioLab - Audio Processing Library.
- VideoLab - Video Processing Library.
- VisionLab - Computer Vision Library.
- SignalLab - Signal Processing Library.
- PlotLab - Data Visialization Library.
- InstrumentLab - Visual Instruments Library.
- IntelligenceLab - Artificial Intelligence Library.
- BasicVideo - Video Capture and Playback Library.
- BasicAudio - Audio Capture and Playback Library.
Requires
- Package SignalLabBasicPkg
Description
Controls
Components
- TSLPair - Pairs multiple data buffers together.
- TSLGenericReal - User defined filter for Real data.
- TSLGenericFilter - User defined filter for Binary data.
- TSLGenericGen - User defined generator for Binary data.
- TSLGenericRealGen - User defined generator for Real data.
- TSLGenericRealMatrix - User defined generator for Real matrix data.
Units
- SLPair - Contains the code for the TSLPair component.
- SLBasicGenericRealMatrix - Contains the basic abstract real matrix generic filters classes.
- SLBasicGenericInt - Contains the basic abstract integer generic filters classes.
- SLBasicGenericComplex - Contains the basic abstract complex generic filters classes.
- SLBasicGenericReal - Contains the basic abstract real generic filters classes.
- SLBasicGenericFilter - Contains the basic abstract binary generic filters classes.
- SLGenericReal - Contains the code for the TSLGenericReal component.
- SLGenericFilter - Contains the code for the TSLGenericFilter component.
- SLGenericGen - Contains the code for the TSLGenericGen component.
- SLGenericRealGen - Contains the code for the TSLGenericRealGen component.
- SLGenericRealMatrix - Contains the code for the TSLGenericRealMatrix component.
Classes
- TSLPair - Pairs multiple data buffers together.
- TSLCommonRealMatrixFilter - Base abstract class for Real(Double) Matrix data filters.
- TSLBasicGenericRealMatrix - Base class for generic real matrix filters.
- TSLBasicGenericInt - Base class for generic integer filters.
- TSLBasicStartGenericInt - Base class for generic integer filters.
- TSLBasicGenericComplex - Base class for generic complex filters.
- TSLBasicStartGenericComplex - Base class for generic complex filters.
- TSLBasicGenericReal - Base class for generic real filters.
- TSLBasicStartGenericReal - Base class for generic real filters.
- TSLBasicGenericFilter - Base class for generic binary filters.
- TSLBasicStartGenericFilter - Base class for generic binary filters.
- TSLGenericReal - User defined filter for Real data.
- TSLGenericFilter - User defined filter for Binary data.
- TSLGenericGen - User defined generator for Binary data.
- TSLGenericRealGen - User defined generator for Real data.
- TSLGenericRealMatrix - User defined generator for Real matrix data.
Structures
Interfaces
Types
- TSLProcessRealNotify - Event type for TSLGenericReal.OnProcessData event.
- TSLProcessBlockNotify - Event type for TSLGenericFilter.OnProcessData event.
- TSLBlockBufferGenEvent - Event type to be used by the TSLGenericGen.
- TSLRealBufferGenEvent - Event type to be used by the TSLGenericRealGen.
- TSLProcessRealMatrixNotify - Event type for TSLGenericRealMatrix.OnProcessData event.