Bike-X
0.8
|
#include "OVR_HIDDevice.h"
Data Structures | |
class | HIDHandler |
Public Member Functions | |
HIDDevice () | |
virtual | ~HIDDevice () |
virtual bool | SetFeatureReport (UByte *data, UInt32 length)=0 |
virtual bool | GetFeatureReport (UByte *data, UInt32 length)=0 |
void | SetHandler (HIDHandler *handler) |
Public Member Functions inherited from OVR::RefCountBase< HIDDevice > | |
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::HIDDeviceBase | |
virtual | ~HIDDeviceBase () |
Protected Attributes | |
HIDHandler * | Handler |
Protected Attributes inherited from OVR::RefCountImplCore | |
volatile int | RefCount |
Additional Inherited Members | |
Static Public Member Functions inherited from OVR::RefCountImplCore | |
static void | checkInvalidDelete (RefCountImplCore *) |
Definition at line 104 of file OVR_HIDDevice.h.
|
inline |
Definition at line 108 of file OVR_HIDDevice.h.
|
inlinevirtual |
Reimplemented in OVR::Linux::HIDDevice.
Definition at line 113 of file OVR_HIDDevice.h.
Implements OVR::HIDDeviceBase.
Implemented in OVR::Linux::HIDDevice.
Implements OVR::HIDDeviceBase.
Implemented in OVR::Linux::HIDDevice.
|
inline |
Definition at line 145 of file OVR_HIDDevice.h.
|
protected |
Definition at line 149 of file OVR_HIDDevice.h.