|
Bike-X
0.8
|
#include "OVR_SensorImpl.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 SensorDeviceFactory & | 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 45 of file OVR_SensorImpl.h.
|
virtual |
Reimplemented from OVR::DeviceFactory.
Definition at line 244 of file OVR_SensorImpl.cpp.
|
virtual |
Implements OVR::DeviceFactory.
Definition at line 175 of file OVR_SensorImpl.cpp.
|
static |
Definition at line 169 of file OVR_SensorImpl.cpp.
|
inlineprotected |
Definition at line 56 of file OVR_SensorImpl.h.
|
virtual |
Reimplemented from OVR::DeviceFactory.
Definition at line 237 of file OVR_SensorImpl.cpp.