Bike-X
0.8
|
#include "OVR_LatencyTestImpl.h"
Public Member Functions | |
virtual void | EnumerateDevices (EnumerateVisitor &visitor) |
virtual bool | MatchVendorProduct (UInt16 vendorId, UInt16 productId) const |
virtual bool | DetectHIDDevice (DeviceManager *pdevMgr, const HIDDeviceDesc &desc) |
Public Member Functions inherited from OVR::DeviceFactory | |
DeviceFactory () | |
virtual | ~DeviceFactory () |
DeviceManagerImpl * | GetManagerImpl () |
virtual bool | AddedToManager (DeviceManagerImpl *manager) |
virtual void | RemovedFromManager () |
Public Member Functions inherited from OVR::ListNode< DeviceFactory > | |
void | RemoveNode () |
void | ReplaceNodeWith (DeviceFactory *pnew) |
void | InsertNodeAfter (DeviceFactory *p) |
void | InsertNodeBefore (DeviceFactory *p) |
void | Alloc_MoveTo (ListNode< DeviceFactory > *pdest) |
Static Public Member Functions | |
static LatencyTestDeviceFactory & | GetInstance () |
Protected Member Functions | |
DeviceManager * | getManager () const |
Additional Inherited Members | |
Data Fields inherited from OVR::ListNode< DeviceFactory > | |
union { | |
T * | pPrev |
void * | pVoidPrev |
}; | |
union { | |
T * | pNext |
void * | pVoidNext |
}; | |
Protected Attributes inherited from OVR::DeviceFactory | |
DeviceManagerImpl * | pManager |
Definition at line 41 of file OVR_LatencyTestImpl.h.
|
virtual |
Reimplemented from OVR::DeviceFactory.
Definition at line 437 of file OVR_LatencyTestImpl.cpp.
|
virtual |
Implements OVR::DeviceFactory.
Definition at line 400 of file OVR_LatencyTestImpl.cpp.
|
static |
Definition at line 394 of file OVR_LatencyTestImpl.cpp.
|
inlineprotected |
Definition at line 53 of file OVR_LatencyTestImpl.h.
|
virtual |
Reimplemented from OVR::DeviceFactory.
Definition at line 432 of file OVR_LatencyTestImpl.cpp.