Unit SLDetectLevels
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
| (5 intermediate revisions by one user not shown) | |||
| 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]] | ||
Latest revision as of 00:10, 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.
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.