PlotLab
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(41 intermediate revisions by one user not shown) | |||
Line 9: | Line 9: | ||
Data Visialization Library | Data Visialization Library | ||
== Packages == | == Packages == | ||
+ | *[[Package Mitov.BasicLab]] - Contains the basic components and classes for all the products. | ||
*[[Package PlotLabPkg]] - Contains the MultiWaterfall component. | *[[Package PlotLabPkg]] - Contains the MultiWaterfall component. | ||
− | *[[Package SignalLabBasicPkg]] - Contains the basic components and classes for | + | *[[Package SignalLabBasicPkg]] - Contains the basic components and classes for the basic SignalLab components. |
*[[Package SignalLabScopePkg]] - Contains the Scope and Waterfall components. | *[[Package SignalLabScopePkg]] - Contains the Scope and Waterfall components. | ||
+ | *[[Package TimingLabBasicPkg]] - Contains the basic components and classes for the basic TimingLab components. | ||
== Components == | == Components == | ||
=== From [[Package PlotLabPkg]] === | === From [[Package PlotLabPkg]] === | ||
Line 25: | Line 27: | ||
*[[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. | ||
*[[Image:BIGSLWaterfall.gif]] [[Image:SLWaterfall.gif]] [[Image:NETSLWaterfall.gif]] '''[[Class SLWaterfall.TSLWaterfall|TSLWaterfall]]''' - Visible waterfall for representing Real(double) data. | *[[Image:BIGSLWaterfall.gif]] [[Image:SLWaterfall.gif]] [[Image:NETSLWaterfall.gif]] '''[[Class SLWaterfall.TSLWaterfall|TSLWaterfall]]''' - Visible waterfall for representing Real(double) data. | ||
+ | === From [[Package TimingLabBasicPkg]] === | ||
+ | *[[Image:BIGTLThreadEvent.gif]] [[Image:TLThreadEvent.gif]] [[Image:NETTLThreadEvent.gif]] '''[[Class TLThreadEvent.TTLThreadEvent|TTLThreadEvent]]''' - Executes event in a separated thread. | ||
+ | *[[Image:BIGTLMainThreadEvent.gif]] [[Image:TLMainThreadEvent.gif]] [[Image:NETTLMainThreadEvent.gif]] '''[[Class TLMainThreadEvent.TTLMainThreadEvent|TTLMainThreadEvent]]''' - Allows other threads to generate main thread notifications. | ||
+ | *[[Image:BIGTLStopWatch.gif]] [[Image:TLStopWatch.gif]] [[Image:NETTLStopWatch.gif]] '''[[Class TLStopWatch.TTLStopWatch|TTLStopWatch]]''' - Measures time intervals. | ||
+ | *[[Image:BIGTLFrequencyMeter.gif]] [[Image:TLFrequencyMeter.gif]] [[Image:NETTLFrequencyMeter.gif]] '''[[Class TLFrequencyMeter.TTLFrequencyMeter|TTLFrequencyMeter]]''' - Measures frequency of events. | ||
+ | *[[Image:BIGTLCounter.gif]] [[Image:TLCounter.gif]] [[Image:NETTLCounter.gif]] '''[[Class TLCounter.TTLCounter|TTLCounter]]''' - Counts events. | ||
+ | *[[Image:BIGTLWatchDogTimer.gif]] [[Image:TLWatchDogTimer.gif]] [[Image:NETTLWatchDogTimer.gif]] '''[[Class TLWatchDogTimer.TTLWatchDogTimer|TTLWatchDogTimer]]''' - Implements a Watch Dog Timer. | ||
+ | *[[Image:BIGTLClockGen.gif]] [[Image:TLClockGen.gif]] [[Image:NETTLClockGen.gif]] '''[[Class TLClockGen.TTLClockGen|TTLClockGen]]''' - Provides clock for other components. | ||
== Layers == | == Layers == | ||
=== From [[Package PlotLabPkg]] === | === From [[Package PlotLabPkg]] === | ||
− | *[[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> | + | *[[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>Diagram:</b> <image PLMultiWaterfallLayer_Preview> <b>Example:</b> <image MultiWaterfallLayerSample> |
=== 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>Diagram:</b> <image SLScopeLayer_Preview> <b>Example:</b> <image ScopeLayerSample> |
− | *[[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> | + | *[[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>Diagram:</b> <image SLWaterfallLayer_Preview> <b>Example:</b> <image WaterfallLayerSample> |
== Elements == | == Elements == | ||
=== From [[Package PlotLabPkg]] === | === From [[Package PlotLabPkg]] === |
Latest revision as of 00:29, 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 |
Description
Data Visialization Library
Packages
- Package Mitov.BasicLab - Contains the basic components and classes for all the products.
- Package PlotLabPkg - Contains the MultiWaterfall component.
- Package SignalLabBasicPkg - Contains the basic components and classes for the basic SignalLab components.
- Package SignalLabScopePkg - Contains the Scope and Waterfall components.
- Package TimingLabBasicPkg - Contains the basic components and classes for the basic TimingLab components.
Components
From Package PlotLabPkg
- TPLMultiWaterfall - Visible multi-channel waterfall for representing Real(double) data.
From Package SignalLabBasicPkg
- 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.
From Package SignalLabScopePkg
- TSLScope - Visible Scope/Plot component for representing floating point data.
- TSLWaterfall - Visible waterfall for representing Real(double) data.
From Package TimingLabBasicPkg
- TTLThreadEvent - Executes event in a separated thread.
- TTLMainThreadEvent - Allows other threads to generate main thread notifications.
- TTLStopWatch - Measures time intervals.
- TTLFrequencyMeter - Measures frequency of events.
- TTLCounter - Counts events.
- TTLWatchDogTimer - Implements a Watch Dog Timer.
- TTLClockGen - Provides clock for other components.
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. Diagram: <image PLMultiWaterfallLayer_Preview> 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. Diagram: <image SLScopeLayer_Preview> 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. Diagram: <image SLWaterfallLayer_Preview> 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.