Package SignalLabBasicPkg

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
Line 17: Line 17:
 
*[[BasicVideo]] - Video Capture and Playback Library.
 
*[[BasicVideo]] - Video Capture and Playback Library.
 
*[[BasicAudio]] - Audio Capture and Playback Library.
 
*[[BasicAudio]] - Audio Capture and Playback Library.
 +
 +
== Requires ==
 +
*[[Package SignalLabBasicPkg]]
  
 
== Used by ==
 
== Used by ==
Line 39: Line 42:
 
== Components ==
 
== Components ==
 
*[[Image:BIGSLPair.gif]] [[Image:SLPair.gif]] [[Image:NETSLPair.gif]] [[Class SLPair.TSLPair|TSLPair]] - Pairs multiple data buffers together.  
 
*[[Image:BIGSLPair.gif]] [[Image:SLPair.gif]] [[Image:NETSLPair.gif]] [[Class SLPair.TSLPair|TSLPair]] - Pairs multiple data buffers together.  
 +
*[[Image:BIGSLGenericReal.gif]] [[Image:SLGenericReal.gif]] [[Image:NETSLGenericReal.gif]] [[Class SLGenericReal.TSLGenericReal|TSLGenericReal]] - User defined filter for Real data.
 +
*[[Image:BIGSLGenericFilter.gif]] [[Image:SLGenericFilter.gif]] [[Image:NETSLGenericFilter.gif]] [[Class SLGenericFilter.TSLGenericFilter|TSLGenericFilter]] - User defined filter for Binary data.
 +
*[[Image:BIGSLGenericGen.gif]] [[Image:SLGenericGen.gif]] [[Image:NETSLGenericGen.gif]] [[Class SLGenericGen.TSLGenericGen|TSLGenericGen]] - User defined generator for Binary data.
 +
*[[Image:BIGSLGenericRealGen.gif]] [[Image:SLGenericRealGen.gif]] [[Image:NETSLGenericRealGen.gif]] [[Class SLGenericRealGen.TSLGenericRealGen|TSLGenericRealGen]] - User defined generator for Real data.
 +
*[[Image:BIGSLGenericRealMatrix.gif]] [[Image:SLGenericRealMatrix.gif]] [[Image:NETSLGenericRealMatrix.gif]] [[Class SLGenericRealMatrix.TSLGenericRealMatrix|TSLGenericRealMatrix]] - User defined generator for Real matrix data.
  
 
== Units ==
 
== Units ==
Line 67: Line 75:
 
*[[Unit LPControl|LPControl]] - Contains the code for the TLPControl base class.  
 
*[[Unit LPControl|LPControl]] - Contains the code for the TLPControl base class.  
 
*[[Unit LPControlDrawLayers|LPControlDrawLayers]] - Contains the classes for layer drawing properties.  
 
*[[Unit LPControlDrawLayers|LPControlDrawLayers]] - Contains the classes for layer drawing properties.  
 +
*[[Unit SLGenericReal|SLGenericReal]] - Contains the code for the [[Class SLGenericReal.TSLGenericReal|TSLGenericReal]] component.
 +
*[[Unit SLGenericFilter|SLGenericFilter]] - Contains the code for the [[Class SLGenericFilter.TSLGenericFilter|TSLGenericFilter]] component.
 +
*[[Unit SLGenericGen|SLGenericGen]] - Contains the code for the [[Class SLGenericGen.TSLGenericGen|TSLGenericGen]] component.
 +
*[[Unit SLGenericRealGen|SLGenericRealGen]] - Contains the code for the [[Class SLGenericRealGen.TSLGenericRealGen|TSLGenericRealGen]] component.
 +
*[[Unit SLGenericRealMatrix|SLGenericRealMatrix]] - Contains the code for the [[Class SLGenericRealMatrix.TSLGenericRealMatrix|TSLGenericRealMatrix]] component.
  
 
== Classes ==
 
== Classes ==
Line 251: Line 264:
 
*[[Class LPControl.TLPCustomControl|TLPCustomControl]] - Base class for controls that wrap Windows screen objects but perform their own rendering.  
 
*[[Class LPControl.TLPCustomControl|TLPCustomControl]] - Base class for controls that wrap Windows screen objects but perform their own rendering.  
 
*[[Class LPControlDrawLayers.TLPControlDrawLayer|TLPControlDrawLayer]] - Base abstract class for control draw collection items.  
 
*[[Class LPControlDrawLayers.TLPControlDrawLayer|TLPControlDrawLayer]] - Base abstract class for control draw collection items.  
 +
*[[Class SLGenericReal.TSLGenericReal|TSLGenericReal]] - User defined filter for Real data.
 +
*[[Class SLGenericFilter.TSLGenericFilter|TSLGenericFilter]] - User defined filter for Binary data.
 +
*[[Class SLGenericGen.TSLGenericGen|TSLGenericGen]] - User defined generator for Binary data.
 +
*[[Class SLGenericRealGen.TSLGenericRealGen|TSLGenericRealGen]] - User defined generator for Real data.
 +
*[[Class SLGenericRealMatrix.TSLGenericRealMatrix|TSLGenericRealMatrix]] - User defined generator for Real matrix data.
  
 
== Structures ==
 
== Structures ==
Line 356: Line 374:
 
*[[Type SLFilterTypes.TSLTextCaptionEvent|TSLTextCaptionEvent]] - Event type for caption text type events.  
 
*[[Type SLFilterTypes.TSLTextCaptionEvent|TSLTextCaptionEvent]] - Event type for caption text type events.  
 
*[[Type SLFilterTypes.TSLRealNotifyEvent|TSLRealNotifyEvent]] - Event type for real value type events.  
 
*[[Type SLFilterTypes.TSLRealNotifyEvent|TSLRealNotifyEvent]] - Event type for real value type events.  
 +
*[[Type SLGenericReal.TSLProcessRealNotify|TSLProcessRealNotify]] - Event type for [[Class SLGenericReal.TSLGenericReal|TSLGenericReal]].OnProcessData event.
 +
*[[Type SLGenericFilter.TSLProcessBlockNotify|TSLProcessBlockNotify]] - Event type for [[Class SLGenericFilter.TSLGenericFilter|TSLGenericFilter]].OnProcessData event.
 +
*[[Type SLGenericGen.TSLBlockBufferGenEvent|TSLBlockBufferGenEvent]] - Event type to be used by the [[Class SLGenericGen.TSLGenericGen|TSLGenericGen]].
 +
*[[Type SLGenericRealGen.TSLRealBufferGenEvent|TSLRealBufferGenEvent]] - Event type to be used by the [[Class SLGenericRealGen.TSLGenericRealGen|TSLGenericRealGen]].
 +
*[[Type SLGenericRealMatrix.TSLProcessRealMatrixNotify|TSLProcessRealMatrixNotify]] - Event type for [[Class SLGenericRealMatrix.TSLGenericRealMatrix|TSLGenericRealMatrix]].OnProcessData event.
  
  
 
[[Category:Packages]]
 
[[Category:Packages]]

Revision as of 19:26, 29 November 2011

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.

Packages

Contents

Belongs to

Requires

Used by

Description

Controls

Components

Units

Classes

Structures

Interfaces

Enums

Types

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox