OSVR-Core
|
Public Member Functions | |
operator bool () const | |
Explicit boolean operator, so you can if (report) to see if it's valid. More... | |
Static Public Member Functions | |
static BodyReport | makeReportWithStatus (ReportStatus status=ReportStatus::Valid) |
Public Attributes | |
ReportStatus | status |
util::time::TimeValue | timestamp |
OSVR_PoseState | pose |
OSVR_VelocityState | vel |
|
inlineexplicit |
Explicit boolean operator, so you can if (report)
to see if it's valid.