Simulated Reality SDK 7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
|
Class containing dynamic-length event messages. More...
#include <systemevent.h>
Public Member Functions | |
operator SR_systemEvent () | |
Public Attributes | |
uint64_t | time |
Time since epoch in microseconds. More... | |
SR_eventType | eventType |
Type of the event. More... | |
std::string | message |
Full description of the event. More... | |
Class containing dynamic-length event messages.
The class can be converted to a C-compatible struct when required, the original C++ object should be kept in scope to guarantee the message data being available.
|
inline |
SR_eventType SR::SystemEvent::eventType |
Type of the event.
std::string SR::SystemEvent::message |
Full description of the event.
uint64_t SR::SystemEvent::time |
Time since epoch in microseconds.