Simulated Reality SDK 7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
Public Member Functions | Public Attributes | List of all members
SR::SystemEvent Class Reference

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

Detailed Description

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.

Member Function Documentation

◆ operator SR_systemEvent()

SR::SystemEvent::operator SR_systemEvent ( )
inline

Member Data Documentation

◆ eventType

SR_eventType SR::SystemEvent::eventType

Type of the event.

◆ message

std::string SR::SystemEvent::message

Full description of the event.

◆ time

uint64_t SR::SystemEvent::time

Time since epoch in microseconds.


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