#include <OVR_Device.h>
Public Types | |
enum | { EnumDeviceType = Device_LatencyTester } |
Public Member Functions | |
virtual bool | GetConfiguration (LatencyTestConfiguration *configuration)=0 |
virtual DeviceBase * | GetDevice () |
virtual DeviceType | GetType () const |
LatencyTestDevice () | |
virtual bool | SetCalibrate (const Color &calibrationColor, bool waitFlag=false)=0 |
virtual bool | SetConfiguration (const LatencyTestConfiguration &configuration, bool waitFlag=false)=0 |
virtual bool | SetDisplay (const LatencyTestDisplay &display, bool waitFlag=false)=0 |
virtual bool | SetStartTest (const Color &targetColor, bool waitFlag=false)=0 |
Definition at line 584 of file OVR_Device.h.
anonymous enum |
Definition at line 591 of file OVR_Device.h.
OVR::LatencyTestDevice::LatencyTestDevice | ( | ) | [inline] |
Definition at line 587 of file OVR_Device.h.
virtual bool OVR::LatencyTestDevice::GetConfiguration | ( | LatencyTestConfiguration * | configuration | ) | [pure virtual] |
Implemented in OVR::LatencyTestDeviceImpl.
virtual DeviceBase* OVR::LatencyTestDevice::GetDevice | ( | ) | [inline, virtual] |
Definition at line 614 of file OVR_Device.h.
virtual DeviceType OVR::LatencyTestDevice::GetType | ( | ) | const [inline, virtual] |
Reimplemented from OVR::DeviceBase.
Definition at line 593 of file OVR_Device.h.
virtual bool OVR::LatencyTestDevice::SetCalibrate | ( | const Color & | calibrationColor, |
bool | waitFlag = false |
||
) | [pure virtual] |
Implemented in OVR::LatencyTestDeviceImpl.
virtual bool OVR::LatencyTestDevice::SetConfiguration | ( | const LatencyTestConfiguration & | configuration, |
bool | waitFlag = false |
||
) | [pure virtual] |
Implemented in OVR::LatencyTestDeviceImpl.
virtual bool OVR::LatencyTestDevice::SetDisplay | ( | const LatencyTestDisplay & | display, |
bool | waitFlag = false |
||
) | [pure virtual] |
Implemented in OVR::LatencyTestDeviceImpl.
virtual bool OVR::LatencyTestDevice::SetStartTest | ( | const Color & | targetColor, |
bool | waitFlag = false |
||
) | [pure virtual] |
Implemented in OVR::LatencyTestDeviceImpl.