Namespaces | |
namespace | Render |
Classes | |
class | LatencyTest |
class | MagCalibration |
Variables | |
static const float | BIG_FLOAT = 1000000.0f |
static const Color | CALIBRATE_BLACK (0, 0, 0) |
static const Color | CALIBRATE_WHITE (255, 255, 255) |
static const Color | COLOR1 (0, 0, 0) |
static const Color | COLOR2 (255, 255, 255) |
static const UInt32 | DEFAULT_NUMBER_OF_SAMPLES = 10 |
static const UInt32 | INITIAL_SAMPLES_TO_IGNORE = 4 |
static const Color | SENSOR_DETECT_THRESHOLD (128, 255, 255) |
static const float | SMALL_FLOAT = -1000000.0f |
static const UInt32 | TIME_TO_WAIT_FOR_SETTLE_POST_CALIBRATION = 16*10 |
static const UInt32 | TIME_TO_WAIT_FOR_SETTLE_POST_MEASUREMENT = 16*5 |
static const UInt32 | TIME_TO_WAIT_FOR_SETTLE_POST_MEASUREMENT_RANDOMNESS = 16*5 |
static const UInt32 | TIME_TO_WAIT_FOR_SETTLE_PRE_CALIBRATION = 16*10 |
static const UInt32 | TIMEOUT_WAITING_FOR_COLOR_DETECTED = 4000 |
static const UInt32 | TIMEOUT_WAITING_FOR_TEST_STARTED = 1000 |
const float OVR::Util::BIG_FLOAT = 1000000.0f [static] |
Definition at line 36 of file Util_LatencyTest.cpp.
const Color OVR::Util::CALIBRATE_BLACK(0, 0, 0) [static] |
const Color OVR::Util::CALIBRATE_WHITE(255, 255, 255) [static] |
const Color OVR::Util::COLOR1(0, 0, 0) [static] |
const Color OVR::Util::COLOR2(255, 255, 255) [static] |
const UInt32 OVR::Util::DEFAULT_NUMBER_OF_SAMPLES = 10 [static] |
Definition at line 27 of file Util_LatencyTest.cpp.
const UInt32 OVR::Util::INITIAL_SAMPLES_TO_IGNORE = 4 [static] |
Definition at line 28 of file Util_LatencyTest.cpp.
const Color OVR::Util::SENSOR_DETECT_THRESHOLD(128, 255, 255) [static] |
const float OVR::Util::SMALL_FLOAT = -1000000.0f [static] |
Definition at line 37 of file Util_LatencyTest.cpp.
const UInt32 OVR::Util::TIME_TO_WAIT_FOR_SETTLE_POST_CALIBRATION = 16*10 [static] |
Definition at line 24 of file Util_LatencyTest.cpp.
const UInt32 OVR::Util::TIME_TO_WAIT_FOR_SETTLE_POST_MEASUREMENT = 16*5 [static] |
Definition at line 25 of file Util_LatencyTest.cpp.
const UInt32 OVR::Util::TIME_TO_WAIT_FOR_SETTLE_POST_MEASUREMENT_RANDOMNESS = 16*5 [static] |
Definition at line 26 of file Util_LatencyTest.cpp.
const UInt32 OVR::Util::TIME_TO_WAIT_FOR_SETTLE_PRE_CALIBRATION = 16*10 [static] |
Definition at line 23 of file Util_LatencyTest.cpp.
const UInt32 OVR::Util::TIMEOUT_WAITING_FOR_COLOR_DETECTED = 4000 [static] |
Definition at line 30 of file Util_LatencyTest.cpp.
const UInt32 OVR::Util::TIMEOUT_WAITING_FOR_TEST_STARTED = 1000 [static] |
Definition at line 29 of file Util_LatencyTest.cpp.