Unit SLDetectLevels
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 19: | Line 19: | ||
== Classes == | == Classes == | ||
*[[Class SLDetectLevels.TSLLevelValue|TSLLevelValue]] - [[Property SLDetectLevels.TSLLevelValue.Level|Level]] to be detected. | *[[Class SLDetectLevels.TSLLevelValue|TSLLevelValue]] - [[Property SLDetectLevels.TSLLevelValue.Level|Level]] to be detected. | ||
− | |||
*[[Class SLDetectLevels.TSLDetectLevels|TSLDetectLevels]] - Detects levels in the input signal. | *[[Class SLDetectLevels.TSLDetectLevels|TSLDetectLevels]] - Detects levels in the input signal. | ||
+ | *[[Class SLDetectLevels.TSLLevelValues|TSLLevelValues]] - Collection of levels to be detected. | ||
== Types == | == Types == | ||
− | *[[Type SLDetectLevels.TSLLevelValueEvent|TSLLevelValueEvent]] | + | *[[Type SLDetectLevels.TSLLevelValueEvent|TSLLevelValueEvent]] - Event type for [[Class SLDetectLevels.TSLLevelValue|TSLLevelValue]].OnChange event. |
[[Category:Units]] | [[Category:Units]] |
Revision as of 20:28, 10 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.
Package: SignalLabAdditionalPkg
Contents |
Summary
Contains the code for the TSLDetectLevels component.
Description
This file contains the code for the TSLDetectLevels component.
Components
- TSLDetectLevels - Detects levels in the input signal.
Classes
- TSLLevelValue - Level to be detected.
- TSLDetectLevels - Detects levels in the input signal.
- TSLLevelValues - Collection of levels to be detected.
Types
- TSLLevelValueEvent - Event type for TSLLevelValue.OnChange event.