Go to the source code of this file.
Namespaces |
namespace | OVR |
namespace | OVR::Util |
Variables |
static const float | OVR::Util::BIG_FLOAT = 1000000.0f |
static 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 const UInt32 | OVR::Util::INITIAL_SAMPLES_TO_IGNORE = 4 |
static const Color | OVR::Util::SENSOR_DETECT_THRESHOLD (128, 255, 255) |
static const float | OVR::Util::SMALL_FLOAT = -1000000.0f |
static const UInt32 | OVR::Util::TIME_TO_WAIT_FOR_SETTLE_POST_CALIBRATION = 16*10 |
static const UInt32 | OVR::Util::TIME_TO_WAIT_FOR_SETTLE_POST_MEASUREMENT = 16*5 |
static const UInt32 | OVR::Util::TIME_TO_WAIT_FOR_SETTLE_POST_MEASUREMENT_RANDOMNESS = 16*5 |
static const UInt32 | OVR::Util::TIME_TO_WAIT_FOR_SETTLE_PRE_CALIBRATION = 16*10 |
static const UInt32 | OVR::Util::TIMEOUT_WAITING_FOR_COLOR_DETECTED = 4000 |
static const UInt32 | OVR::Util::TIMEOUT_WAITING_FOR_TEST_STARTED = 1000 |