RTC Toolkit 5.1.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
rtctk::componentFramework::AlertInfo Struct Reference

#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
 

Member Typedef Documentation

◆ TimePoint

using rtctk::componentFramework::AlertInfo::TimePoint = taiclock::TaiClock::time_point

Constructor & Destructor Documentation

◆ AlertInfo()

rtctk::componentFramework::AlertInfo::AlertInfo ( bool state,
AlertInfo::TimePoint since,
const std::string & id,
const std::string & text )

Member Data Documentation

◆ id

std::string rtctk::componentFramework::AlertInfo::id

◆ since

TimePoint rtctk::componentFramework::AlertInfo::since

◆ state

bool rtctk::componentFramework::AlertInfo::state

◆ text

std::string rtctk::componentFramework::AlertInfo::text

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