#include "OVR_LatencyTestImpl.h"
|
| LatencyTestDeviceImpl (LatencyTestDeviceCreateDesc *createDesc) |
|
| ~LatencyTestDeviceImpl () |
|
virtual bool | Initialize (DeviceBase *parent) |
|
virtual void | Shutdown () |
|
virtual void | OnInputReport (UByte *pData, UInt32 length) |
|
virtual bool | SetConfiguration (const OVR::LatencyTestConfiguration &configuration, bool waitFlag=false) |
|
virtual bool | GetConfiguration (OVR::LatencyTestConfiguration *configuration) |
|
virtual bool | SetCalibrate (const Color &calibrationColor, bool waitFlag=false) |
|
virtual bool | SetStartTest (const Color &targetColor, bool waitFlag=false) |
|
virtual bool | SetDisplay (const LatencyTestDisplay &display, bool waitFlag=false) |
|
| HIDDeviceImpl (HIDDeviceCreateDesc *createDesc, DeviceBase *parent) |
|
virtual void | OnDeviceMessage (HIDDeviceMessageType messageType) |
|
DeviceManager * | GetDeviceManager () |
|
HIDDeviceManager * | GetHIDDeviceManager () |
|
bool | SetFeatureReport (UByte *data, UInt32 length) |
|
bool | setFeatureReport (UByte *data, UInt32 length) |
|
bool | GetFeatureReport (UByte *data, UInt32 length) |
|
bool | getFeatureReport (UByte *data, UInt32 length) |
|
UByte | GetDeviceInterfaceVersion () |
|
| DeviceImpl (DeviceCreateDesc *createDesc, DeviceBase *parent) |
|
DeviceManagerImpl * | GetManagerImpl () const |
|
DeviceImpl * | getThis () |
|
virtual DeviceCommon * | getDeviceCommon () const |
|
| LatencyTestDevice () |
|
virtual DeviceType | GetType () const |
|
virtual DeviceBase * | GetDevice () |
|
virtual | ~HIDDeviceBase () |
|
virtual | ~DeviceBase () |
|
virtual void | AddRef () |
|
virtual void | Release () |
|
virtual DeviceBase * | GetParent () const |
|
virtual DeviceManager * | GetManager () const |
|
virtual void | AddMessageHandler (MessageHandler *handler) |
|
virtual bool | GetDeviceInfo (DeviceInfo *info) const |
|
virtual bool | IsConnected () |
|
Lock * | GetHandlerLock () const |
|
| DeviceCommon (DeviceCreateDesc *createDesc, DeviceBase *device, DeviceBase *parent) |
|
virtual | ~DeviceCommon () |
|
void | DeviceAddRef () |
|
void | DeviceRelease () |
|
Lock * | GetLock () const |
|
Public Member Functions inherited from OVR::HIDDevice::HIDHandler |
virtual double | OnTicks (double tickSeconds) |
|
Definition at line 98 of file OVR_LatencyTestImpl.h.
OVR::LatencyTestDeviceImpl::~LatencyTestDeviceImpl |
( |
| ) |
|
void OVR::LatencyTestDeviceImpl::closeDevice |
( |
| ) |
|
|
protected |
void OVR::LatencyTestDeviceImpl::closeDeviceOnIOError |
( |
| ) |
|
|
protected |
bool OVR::LatencyTestDeviceImpl::Initialize |
( |
DeviceBase * |
parent | ) |
|
|
virtual |
bool OVR::LatencyTestDeviceImpl::initializeRead |
( |
| ) |
|
|
protected |
void OVR::LatencyTestDeviceImpl::OnInputReport |
( |
UByte * |
pData, |
|
|
UInt32 |
length |
|
) |
| |
|
virtual |
bool OVR::LatencyTestDeviceImpl::openDevice |
( |
const char ** |
errorFormatString | ) |
|
|
protected |
bool OVR::LatencyTestDeviceImpl::processReadResult |
( |
| ) |
|
|
protected |
bool OVR::LatencyTestDeviceImpl::SetCalibrate |
( |
const Color & |
calibrationColor, |
|
|
bool |
waitFlag = false |
|
) |
| |
|
virtual |
bool OVR::LatencyTestDeviceImpl::setCalibrate |
( |
const Color & |
calibrationColor | ) |
|
|
protected |
bool OVR::LatencyTestDeviceImpl::SetDisplay |
( |
const LatencyTestDisplay & |
display, |
|
|
bool |
waitFlag = false |
|
) |
| |
|
virtual |
bool OVR::LatencyTestDeviceImpl::SetStartTest |
( |
const Color & |
targetColor, |
|
|
bool |
waitFlag = false |
|
) |
| |
|
virtual |
bool OVR::LatencyTestDeviceImpl::setStartTest |
( |
const Color & |
targetColor | ) |
|
|
protected |
void OVR::LatencyTestDeviceImpl::Shutdown |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: