|
Bike-X
0.8
|
#include "OVR_Device.h"


Public Types | |
| enum | { EnumDeviceType = Device_LatencyTester } |
Public Types inherited from OVR::DeviceBase | |
| enum | { EnumDeviceType = Device_All } |
Public Member Functions | |
| LatencyTestDevice () | |
| virtual DeviceType | GetType () const |
| virtual bool | SetConfiguration (const LatencyTestConfiguration &configuration, bool waitFlag=false)=0 |
| virtual bool | GetConfiguration (LatencyTestConfiguration *configuration)=0 |
| virtual bool | SetCalibrate (const Color &calibrationColor, bool waitFlag=false)=0 |
| virtual bool | SetStartTest (const Color &targetColor, bool waitFlag=false)=0 |
| virtual bool | SetDisplay (const LatencyTestDisplay &display, bool waitFlag=false)=0 |
| virtual DeviceBase * | GetDevice () |
Public Member Functions inherited from OVR::HIDDeviceBase | |
| virtual | ~HIDDeviceBase () |
| virtual bool | SetFeatureReport (UByte *data, UInt32 length)=0 |
| virtual bool | GetFeatureReport (UByte *data, UInt32 length)=0 |
Public Member Functions inherited from OVR::DeviceBase | |
| 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 |
Additional Inherited Members | |
Protected Member Functions inherited from OVR::DeviceBase | |
| virtual DeviceCommon * | getDeviceCommon () const =0 |
Definition at line 1097 of file OVR_Device.h.
| anonymous enum |
| Enumerator | |
|---|---|
| EnumDeviceType | |
Definition at line 1104 of file OVR_Device.h.
|
inline |
Definition at line 1100 of file OVR_Device.h.
|
pure virtual |
Implemented in OVR::LatencyTestDeviceImpl.
|
inlinevirtual |
Definition at line 1127 of file OVR_Device.h.
|
inlinevirtual |
Reimplemented from OVR::DeviceBase.
Definition at line 1106 of file OVR_Device.h.
|
pure virtual |
Implemented in OVR::LatencyTestDeviceImpl.
|
pure virtual |
Implemented in OVR::LatencyTestDeviceImpl.
|
pure virtual |
Implemented in OVR::LatencyTestDeviceImpl.
|
pure virtual |
Implemented in OVR::LatencyTestDeviceImpl.