Simulated Reality SDK 7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
Public Attributes | List of all members
SR_systemEvent Struct Reference

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...
 

Detailed Description

C-compatible struct containing a system-wide event.

Member Data Documentation

◆ eventType

SR_eventType SR_systemEvent::eventType

Type of the event.

◆ message

const char* SR_systemEvent::message

Start of full string message.

◆ messageLength

uint64_t SR_systemEvent::messageLength

Full message string length.

◆ time

uint64_t SR_systemEvent::time

Time since epoch in microseconds.


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