RTC Toolkit 5.1.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
rtctk::componentFramework::AlertStatusEvent::Alert Struct Reference

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.
 

Detailed Description

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.

Member Data Documentation

◆ description

std::string rtctk::componentFramework::AlertStatusEvent::Alert::description

Description of alert.

◆ id

std::string rtctk::componentFramework::AlertStatusEvent::Alert::id

Alert identifier which is unique to the origin.

◆ origin

std::string rtctk::componentFramework::AlertStatusEvent::Alert::origin

Component instance origin.

◆ since

TimeString rtctk::componentFramework::AlertStatusEvent::Alert::since

Timestamp when alert was first made active.


The documentation for this struct was generated from the following file: