PlotLab
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
|||
Line 22: | Line 22: | ||
== 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. |
=== From [[Package SignalLabScopePkg]] === | === From [[Package SignalLabScopePkg]] === | ||
*[[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: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> |
Revision as of 01:23, 22 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.
From Package SignalLabBasicPkg
- TSLPair - Pairs multiple data buffers together.
From Package SignalLabScopePkg
- TSLScope - Visible Scope/Plot component for representing floating point data.
- TSLWaterfall - Visible waterfall for representing Real(double) data.
Layers
From Package PlotLabPkg
- TPLMultiWaterfallLayer - A multi channel waterfall draw layer.
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>
- 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.
From Package SignalLabScopePkg
- TSLExternalScopeElement - A scope component element.
- TSLExternalWaterfallElement - A waterfall component element.
Matrix Layers
From Package PlotLabPkg
- TPLExternalMultiWaterfallMatrixLayer - A waterfall matrix component layer.
From Package SignalLabScopePkg
- TSLExternalScopeMatrixLayer - A scope matrix component layer.
- TSLExternalWaterfallMatrixLayer - A waterfall matrix component layer.