|
RTC Toolkit 5.1.0
|
#include <alertService.hpp>
Public Types | |
| using | TimePoint = taiclock::TaiClock::time_point |
Public Member Functions | |
| AlertInfo (bool state, TimePoint since, const std::string &id, const std::string &text) | |
Public Attributes | |
| bool | state |
| TimePoint | since |
| std::string | id |
| std::string | text |
| using rtctk::componentFramework::AlertInfo::TimePoint = taiclock::TaiClock::time_point |
| rtctk::componentFramework::AlertInfo::AlertInfo | ( | bool | state, |
| AlertInfo::TimePoint | since, | ||
| const std::string & | id, | ||
| const std::string & | text ) |
| std::string rtctk::componentFramework::AlertInfo::id |
| TimePoint rtctk::componentFramework::AlertInfo::since |
| bool rtctk::componentFramework::AlertInfo::state |
| std::string rtctk::componentFramework::AlertInfo::text |