Simulated Reality SDK 7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
|
C-compatible struct containing a system-wide event. More...
#include <systemevent.h>
Public Attributes | |
uint64_t | time |
Time since epoch in microseconds. More... | |
SR_eventType | eventType |
Type of the event. More... | |
uint64_t | messageLength |
Full message string length. More... | |
const char * | message |
Start of full string message. More... | |
C-compatible struct containing a system-wide event.
SR_eventType SR_systemEvent::eventType |
Type of the event.
const char* SR_systemEvent::message |
Start of full string message.
uint64_t SR_systemEvent::messageLength |
Full message string length.
uint64_t SR_systemEvent::time |
Time since epoch in microseconds.