RTXI 3.0.0 The Real-Time eXperiment Interface Reference Manual |
Data Structures | |
class | Object |
class | Handler |
class | Manager |
Functions | |
std::string | type_to_string (Type event_type) |
Event Oriented Classes
Objects contained within this namespace are responsible for dispatching signals.
All RTXI plugins and managers use the event system to communicate with each other. The RT::System also uses the event system to change it's own state, although it internally changes the format to account for transmitting information to the real-time thread.
enum Event::Type |
All possible event types are enumerated here
std::string Event::type_to_string | ( | Event::Type | event_type | ) |