Uniquely describes an alert.
More...
#include <alertServiceIf.hpp>
Uniquely describes an alert.
Properties:
- Id: String in the character class
[0-9a-z] associates uniquely a logical alert condition.
- Description: String describing the alert condition.
- Thread Safety
- thread-compatible
◆ AlertDescription()
| rtctk::componentFramework::AlertDescription::AlertDescription |
( |
std::string |
id, |
|
|
std::string |
description |
|
) |
| |
|
explicitnoexcept |
Construct instance.
- Parameters
-
| id | alert condition identifier. |
| description | description. |
◆ GetDescription()
| std::string const& rtctk::componentFramework::AlertDescription::GetDescription |
( |
| ) |
const |
|
inlinenoexcept |
- Returns
- alert condition description.
◆ GetId()
| std::string const& rtctk::componentFramework::AlertDescription::GetId |
( |
| ) |
const |
|
inlinenoexcept |
- Returns
- alert condition identifier.
The documentation for this class was generated from the following files: