Public Member Functions | |
| operator bool () const | |
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 |
Definition at line 44 of file ThreadsafeBodyReporting.h.
|
inlineexplicit |
Explicit boolean operator, so you can if (report) to see if it's valid.
Definition at line 55 of file ThreadsafeBodyReporting.h.