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


Public Member Functions | |
| HIDDeviceManager (Linux::DeviceManager *Manager) | |
| virtual | ~HIDDeviceManager () |
| virtual bool | Initialize () |
| virtual void | Shutdown () |
| virtual bool | Enumerate (HIDEnumerateVisitor *enumVisitor) |
| virtual OVR::HIDDevice * | Open (const String &path) |
| void | OnEvent (int i, int fd) |
Public Member Functions inherited from OVR::RefCountBase< HIDDeviceManager > | |
| OVR_FORCE_INLINE | RefCountBase () |
Public Member Functions inherited from OVR::RefCountBaseStatImpl< RefCountImpl > | |
| RefCountBaseStatImpl () | |
Public Member Functions inherited from OVR::RefCountImpl | |
| void | AddRef () |
| void | Release () |
Public Member Functions inherited from OVR::RefCountImplCore | |
| OVR_FORCE_INLINE | RefCountImplCore () |
| virtual | ~RefCountImplCore () |
| int | GetRefCount () const |
| void | operator= (const RefCountImplCore &) |
Public Member Functions inherited from OVR::Linux::DeviceManagerThread::Notifier | |
| virtual double | OnTicks (double tickSeconds) |
Static Public Member Functions | |
| static HIDDeviceManager * | CreateInternal (DeviceManager *manager) |
Static Public Member Functions inherited from OVR::HIDDeviceManager | |
| static HIDDeviceManager * | Create (Ptr< OVR::DeviceManager > &deviceManager) |
Static Public Member Functions inherited from OVR::RefCountImplCore | |
| static void | checkInvalidDelete (RefCountImplCore *) |
Private Member Functions | |
| bool | initializeManager () |
| bool | initVendorProductVersion (udev_device *device, HIDDeviceDesc *pDevDesc) |
| bool | getPath (udev_device *device, String *pPath) |
| bool | getIntProperty (udev_device *device, const char *key, int32_t *pResult) |
| bool | getStringProperty (udev_device *device, const char *propertyName, OVR::String *pResult) |
| bool | getFullDesc (udev_device *device, HIDDeviceDesc *desc) |
| bool | GetDescriptorFromPath (const char *dev_path, HIDDeviceDesc *desc) |
| bool | AddNotificationDevice (HIDDevice *device) |
| bool | RemoveNotificationDevice (HIDDevice *device) |
Private Attributes | |
| DeviceManager * | DevManager |
| udev * | UdevInstance |
| udev_monitor * | HIDMonitor |
| int | HIDMonHandle |
| Array< HIDDevice * > | NotificationDevices |
Friends | |
| class | HIDDevice |
Additional Inherited Members | |
Protected Member Functions inherited from OVR::HIDDeviceManager | |
| HIDDeviceManager () | |
Protected Attributes inherited from OVR::RefCountImplCore | |
| volatile int | RefCount |
Definition at line 92 of file OVR_Linux_HIDDevice.h.
| OVR::Linux::HIDDeviceManager::HIDDeviceManager | ( | Linux::DeviceManager * | Manager | ) |
Definition at line 41 of file OVR_Linux_HIDDevice.cpp.
|
virtual |
Definition at line 49 of file OVR_Linux_HIDDevice.cpp.
|
private |
Definition at line 135 of file OVR_Linux_HIDDevice.cpp.
|
static |
Definition at line 757 of file OVR_Linux_HIDDevice.cpp.
|
virtual |
Implements OVR::HIDDeviceManager.
Definition at line 214 of file OVR_Linux_HIDDevice.cpp.
|
private |
Definition at line 320 of file OVR_Linux_HIDDevice.cpp.
|
private |
Definition at line 300 of file OVR_Linux_HIDDevice.cpp.
|
private |
Definition at line 156 of file OVR_Linux_HIDDevice.cpp.
|
private |
|
private |
Definition at line 196 of file OVR_Linux_HIDDevice.cpp.
|
virtual |
Definition at line 103 of file OVR_Linux_HIDDevice.cpp.
|
private |
Definition at line 54 of file OVR_Linux_HIDDevice.cpp.
|
private |
Definition at line 174 of file OVR_Linux_HIDDevice.cpp.
|
virtual |
Implements OVR::Linux::DeviceManagerThread::Notifier.
Definition at line 370 of file OVR_Linux_HIDDevice.cpp.
|
virtual |
Implements OVR::HIDDeviceManager.
Definition at line 286 of file OVR_Linux_HIDDevice.cpp.
|
private |
Definition at line 142 of file OVR_Linux_HIDDevice.cpp.
|
virtual |
Definition at line 115 of file OVR_Linux_HIDDevice.cpp.
|
friend |
Definition at line 94 of file OVR_Linux_HIDDevice.h.
|
private |
Definition at line 124 of file OVR_Linux_HIDDevice.h.
|
private |
Definition at line 128 of file OVR_Linux_HIDDevice.h.
|
private |
Definition at line 127 of file OVR_Linux_HIDDevice.h.
Definition at line 130 of file OVR_Linux_HIDDevice.h.
|
private |
Definition at line 126 of file OVR_Linux_HIDDevice.h.