|
Bike-X
0.8
|


Public Member Functions | |
| MeasurementResult () | |
Public Member Functions inherited from OVR::ListNode< MeasurementResult > | |
| void | RemoveNode () |
| void | ReplaceNodeWith (MeasurementResult *pnew) |
| void | InsertNodeAfter (MeasurementResult *p) |
| void | InsertNodeBefore (MeasurementResult *p) |
| void | Alloc_MoveTo (ListNode< MeasurementResult > *pdest) |
Data Fields | |
| Color | TargetColor |
| UInt32 | DeviceMeasuredElapsedMilliS |
| bool | TimedOutWaitingForTestStarted |
| bool | TimedOutWaitingForColorDetected |
| double | StartTestSeconds |
| double | TestStartedSeconds |
Data Fields inherited from OVR::ListNode< MeasurementResult > | |
| union { | |
| T * | pPrev |
| void * | pVoidPrev |
| }; | |
| union { | |
| T * | pNext |
| void * | pVoidNext |
| }; | |
Definition at line 141 of file Util_LatencyTest.h.
|
inline |
Definition at line 143 of file Util_LatencyTest.h.
| UInt32 OVR::Util::LatencyTest::MeasurementResult::DeviceMeasuredElapsedMilliS |
Definition at line 153 of file Util_LatencyTest.h.
| double OVR::Util::LatencyTest::MeasurementResult::StartTestSeconds |
Definition at line 158 of file Util_LatencyTest.h.
| Color OVR::Util::LatencyTest::MeasurementResult::TargetColor |
Definition at line 151 of file Util_LatencyTest.h.
| double OVR::Util::LatencyTest::MeasurementResult::TestStartedSeconds |
Definition at line 159 of file Util_LatencyTest.h.
| bool OVR::Util::LatencyTest::MeasurementResult::TimedOutWaitingForColorDetected |
Definition at line 156 of file Util_LatencyTest.h.
| bool OVR::Util::LatencyTest::MeasurementResult::TimedOutWaitingForTestStarted |
Definition at line 155 of file Util_LatencyTest.h.