Bike-X
0.8
|
#include "OVR_Linux_HMDDevice.h"
Public Member Functions | |
virtual void | EnumerateDevices (EnumerateVisitor &visitor) |
Public Member Functions inherited from OVR::DeviceFactory | |
DeviceFactory () | |
virtual | ~DeviceFactory () |
DeviceManagerImpl * | GetManagerImpl () |
virtual bool | AddedToManager (DeviceManagerImpl *manager) |
virtual void | RemovedFromManager () |
virtual bool | MatchVendorProduct (UInt16 vendorId, UInt16 productId) const |
virtual bool | DetectHIDDevice (DeviceManager *pdevMgr, const HIDDeviceDesc &desc) |
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 HMDDeviceFactory & | 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 43 of file OVR_Linux_HMDDevice.h.
|
virtual |
Implements OVR::DeviceFactory.
Definition at line 196 of file OVR_Linux_HMDDevice.cpp.
|
static |
Definition at line 190 of file OVR_Linux_HMDDevice.cpp.
|
inlineprotected |
Definition at line 52 of file OVR_Linux_HMDDevice.h.