#include <OVR_LatencyTestImpl.h>
Definition at line 87 of file OVR_LatencyTestImpl.h.
Definition at line 481 of file OVR_LatencyTestImpl.cpp.
Definition at line 486 of file OVR_LatencyTestImpl.cpp.
void OVR::LatencyTestDeviceImpl::closeDevice | ( | ) | [protected] |
void OVR::LatencyTestDeviceImpl::closeDeviceOnIOError | ( | ) | [protected] |
bool OVR::LatencyTestDeviceImpl::GetConfiguration | ( | OVR::LatencyTestConfiguration * | configuration | ) | [virtual] |
Implements OVR::LatencyTestDevice.
Definition at line 588 of file OVR_LatencyTestImpl.cpp.
bool OVR::LatencyTestDeviceImpl::getConfiguration | ( | OVR::LatencyTestConfiguration * | configuration | ) | [protected] |
Definition at line 599 of file OVR_LatencyTestImpl.cpp.
bool OVR::LatencyTestDeviceImpl::Initialize | ( | DeviceBase * | parent | ) | [virtual] |
Reimplemented from OVR::HIDDeviceImpl< OVR::LatencyTestDevice >.
Definition at line 493 of file OVR_LatencyTestImpl.cpp.
bool OVR::LatencyTestDeviceImpl::initializeRead | ( | ) | [protected] |
void OVR::LatencyTestDeviceImpl::OnInputReport | ( | UByte * | pData, |
UInt32 | length | ||
) | [virtual] |
Reimplemented from OVR::HIDDevice::HIDHandler.
Definition at line 511 of file OVR_LatencyTestImpl.cpp.
void OVR::LatencyTestDeviceImpl::onLatencyTestButtonMessage | ( | LatencyTestButtonMessage * | message | ) | [protected] |
Definition at line 756 of file OVR_LatencyTestImpl.cpp.
void OVR::LatencyTestDeviceImpl::onLatencyTestColorDetectedMessage | ( | LatencyTestColorDetectedMessage * | message | ) | [protected] |
Definition at line 716 of file OVR_LatencyTestImpl.cpp.
void OVR::LatencyTestDeviceImpl::onLatencyTestSamplesMessage | ( | LatencyTestSamplesMessage * | message | ) | [protected] |
Definition at line 693 of file OVR_LatencyTestImpl.cpp.
void OVR::LatencyTestDeviceImpl::onLatencyTestStartedMessage | ( | LatencyTestStartedMessage * | message | ) | [protected] |
Definition at line 737 of file OVR_LatencyTestImpl.cpp.
bool OVR::LatencyTestDeviceImpl::openDevice | ( | const char ** | errorFormatString | ) | [protected] |
bool OVR::LatencyTestDeviceImpl::processReadResult | ( | ) | [protected] |
bool OVR::LatencyTestDeviceImpl::SetCalibrate | ( | const Color & | calibrationColor, |
bool | waitFlag = false |
||
) | [virtual] |
Implements OVR::LatencyTestDevice.
Definition at line 612 of file OVR_LatencyTestImpl.cpp.
bool OVR::LatencyTestDeviceImpl::setCalibrate | ( | const Color & | calibrationColor | ) | [protected] |
Definition at line 633 of file OVR_LatencyTestImpl.cpp.
bool OVR::LatencyTestDeviceImpl::SetConfiguration | ( | const OVR::LatencyTestConfiguration & | configuration, |
bool | waitFlag = false |
||
) | [virtual] |
Implements OVR::LatencyTestDevice.
Definition at line 556 of file OVR_LatencyTestImpl.cpp.
bool OVR::LatencyTestDeviceImpl::setConfiguration | ( | const OVR::LatencyTestConfiguration & | configuration | ) | [protected] |
Definition at line 582 of file OVR_LatencyTestImpl.cpp.
bool OVR::LatencyTestDeviceImpl::SetDisplay | ( | const LatencyTestDisplay & | display, |
bool | waitFlag = false |
||
) | [virtual] |
Implements OVR::LatencyTestDevice.
Definition at line 666 of file OVR_LatencyTestImpl.cpp.
bool OVR::LatencyTestDeviceImpl::setDisplay | ( | const OVR::LatencyTestDisplay & | display | ) | [protected] |
Definition at line 687 of file OVR_LatencyTestImpl.cpp.
bool OVR::LatencyTestDeviceImpl::SetStartTest | ( | const Color & | targetColor, |
bool | waitFlag = false |
||
) | [virtual] |
Implements OVR::LatencyTestDevice.
Definition at line 639 of file OVR_LatencyTestImpl.cpp.
bool OVR::LatencyTestDeviceImpl::setStartTest | ( | const Color & | targetColor | ) | [protected] |
Definition at line 660 of file OVR_LatencyTestImpl.cpp.
void OVR::LatencyTestDeviceImpl::Shutdown | ( | ) | [virtual] |
Reimplemented from OVR::HIDDeviceImpl< OVR::LatencyTestDevice >.
Definition at line 504 of file OVR_LatencyTestImpl.cpp.