|
RTC Toolkit 5.1.0
|
Represents an active alert originating from a component instance. More...
#include <eventDefinitions.hpp>
Public Attributes | |
| std::string | origin |
| Component instance origin. | |
| std::string | id |
| Alert identifier which is unique to the origin. | |
| std::string | description |
| Description of alert. | |
| TimeString | since |
| Timestamp when alert was first made active. | |
Represents an active alert originating from a component instance.
The set {origin, id} can be assumed to be unique as id must be unique for each component instance which also must have a unique name.
| std::string rtctk::componentFramework::AlertStatusEvent::Alert::description |
Description of alert.
| std::string rtctk::componentFramework::AlertStatusEvent::Alert::id |
Alert identifier which is unique to the origin.
| std::string rtctk::componentFramework::AlertStatusEvent::Alert::origin |
Component instance origin.
| TimeString rtctk::componentFramework::AlertStatusEvent::Alert::since |
Timestamp when alert was first made active.