PlotLab
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				|  (→From Package SignalLabScopePkg) |  (Automated Syncronization with Documentation) | ||
| Line 17: | Line 17: | ||
| === From [[Package SignalLabBasicPkg]] === | === From [[Package SignalLabBasicPkg]] === | ||
| *[[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. | ||
| === From [[Package SignalLabScopePkg]] === | === From [[Package SignalLabScopePkg]] === | ||
| *[[Image:BIGSLScope.gif]] [[Image:SLScope.gif]] [[Image:NETSLScope.gif]] '''[[Class SLScope.TSLScope|TSLScope]]''' - Visible Scope/Plot component for representing floating point data. | *[[Image:BIGSLScope.gif]] [[Image:SLScope.gif]] [[Image:NETSLScope.gif]] '''[[Class SLScope.TSLScope|TSLScope]]''' - Visible Scope/Plot component for representing floating point data. | ||
| Line 22: | Line 27: | ||
| == Layers == | == Layers == | ||
| === From [[Package PlotLabPkg]] === | === From [[Package PlotLabPkg]] === | ||
| − | *[[Image:PLMultiWaterfallLayer.gif]] '''[[Class PLMultiWaterfall.TPLMultiWaterfallLayer|TPLMultiWaterfallLayer]]''' - A multi channel waterfall draw layer. | + | *[[Image:PLMultiWaterfallLayer.gif]] '''[[Class PLMultiWaterfall.TPLMultiWaterfallLayer|TPLMultiWaterfallLayer]]''' - A multi channel waterfall draw layer. See Also Defines a multi channel waterfall draw layer. You can add this layer to any drawing component such as TVLDraw to render a video layer containing a multi channel waterfall. <b>Example:</b> <image MultiWaterfallLayerSample> | 
| === From [[Package SignalLabScopePkg]] === | === From [[Package SignalLabScopePkg]] === | ||
| − | *[[Image:SLScopeLayer.gif]] '''[[Class SLScope.TSLScopeLayer|TSLScopeLayer]]''' - A scope drawing layer. | + | *[[Image:SLScopeLayer.gif]] '''[[Class SLScope.TSLScopeLayer|TSLScopeLayer]]''' - A scope drawing layer. See Also Defines a scope drawing layer. You can add this layer to any drawing component such as TVLDraw to render a video layer containing a scope. <b>Example:</b> <image ScopeLayerSample> | 
| − | *[[Image:SLWaterfallLayer.gif]] '''[[Class SLWaterfall.TSLWaterfallLayer|TSLWaterfallLayer]]''' - A waterfall draw layer. | + | *[[Image:SLWaterfallLayer.gif]] '''[[Class SLWaterfall.TSLWaterfallLayer|TSLWaterfallLayer]]''' - A waterfall draw layer. See Also Defines a waterfall draw layer. You can add this layer to any drawing component such as TVLDraw to render a video layer containing a waterfall. <b>Example:</b> <image WaterfallLayerSample> | 
| − | + | ||
| == Elements == | == Elements == | ||
| === From [[Package PlotLabPkg]] === | === From [[Package PlotLabPkg]] === | ||
Revision as of 19:25, 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.
| Contents | 
Description
Data Visialization Library
Packages
- Package PlotLabPkg - Contains the MultiWaterfall component.
- Package SignalLabBasicPkg - Contains the basic components and classes for all the products.
- Package SignalLabScopePkg - Contains the Scope and Waterfall components.
Components
From Package PlotLabPkg
     TPLMultiWaterfall - Visible multi-channel waterfall for representing Real(double) data. TPLMultiWaterfall - Visible multi-channel waterfall for representing Real(double) data.
From Package SignalLabBasicPkg
     TSLPair - Pairs multiple data buffers together. TSLPair - Pairs multiple data buffers together.
     TSLGenericReal - User defined filter for Real data. TSLGenericReal - User defined filter for Real data.
     TSLGenericFilter - User defined filter for Binary data. TSLGenericFilter - User defined filter for Binary data.
     TSLGenericGen - User defined generator for Binary data. TSLGenericGen - User defined generator for Binary data.
     TSLGenericRealGen - User defined generator for Real data. TSLGenericRealGen - User defined generator for Real data.
     TSLGenericRealMatrix - User defined generator for Real matrix data. TSLGenericRealMatrix - User defined generator for Real matrix data.
From Package SignalLabScopePkg
     TSLScope - Visible Scope/Plot component for representing floating point data. TSLScope - Visible Scope/Plot component for representing floating point data.
     TSLWaterfall - Visible waterfall for representing Real(double) data. TSLWaterfall - Visible waterfall for representing Real(double) data.
Layers
From Package PlotLabPkg
 TPLMultiWaterfallLayer - A multi channel waterfall draw layer. See Also Defines a multi channel waterfall draw layer. You can add this layer to any drawing component such as TVLDraw to render a video layer containing a multi channel waterfall. Example: <image MultiWaterfallLayerSample> TPLMultiWaterfallLayer - A multi channel waterfall draw layer. See Also Defines a multi channel waterfall draw layer. You can add this layer to any drawing component such as TVLDraw to render a video layer containing a multi channel waterfall. Example: <image MultiWaterfallLayerSample>
From Package SignalLabScopePkg
 TSLScopeLayer - A scope drawing layer. See Also Defines a scope drawing layer. You can add this layer to any drawing component such as TVLDraw to render a video layer containing a scope. Example: <image ScopeLayerSample> TSLScopeLayer - A scope drawing layer. See Also Defines a scope drawing layer. You can add this layer to any drawing component such as TVLDraw to render a video layer containing a scope. Example: <image ScopeLayerSample>
 TSLWaterfallLayer - A waterfall draw layer. See Also Defines a waterfall draw layer. You can add this layer to any drawing component such as TVLDraw to render a video layer containing a waterfall. Example: <image WaterfallLayerSample> TSLWaterfallLayer - A waterfall draw layer. See Also Defines a waterfall draw layer. You can add this layer to any drawing component such as TVLDraw to render a video layer containing a waterfall. Example: <image WaterfallLayerSample>
Elements
From Package PlotLabPkg
 TPLExternalMultiWaterfallElement - A scope component element. TPLExternalMultiWaterfallElement - A scope component element.
From Package SignalLabScopePkg
 TSLExternalScopeElement - A scope component element. TSLExternalScopeElement - A scope component element.
 TSLExternalWaterfallElement - A waterfall component element. TSLExternalWaterfallElement - A waterfall component element.
Matrix Layers
From Package PlotLabPkg
 TPLExternalMultiWaterfallMatrixLayer - A waterfall matrix component layer. TPLExternalMultiWaterfallMatrixLayer - A waterfall matrix component layer.
From Package SignalLabScopePkg
 TSLExternalScopeMatrixLayer - A scope matrix component layer. TSLExternalScopeMatrixLayer - A scope matrix component layer.
 TSLExternalWaterfallMatrixLayer - A waterfall matrix component layer. TSLExternalWaterfallMatrixLayer - A waterfall matrix component layer.
