|
| Sensor2DeviceImpl (SensorDeviceCreateDesc *createDesc) |
|
| ~Sensor2DeviceImpl () |
|
virtual void | OnInputReport (UByte *pData, UInt32 length) |
|
virtual double | OnTicks (double tickSeconds) |
|
virtual bool | SetTrackingReport (const TrackingReport &data) |
|
virtual bool | GetTrackingReport (TrackingReport *data) |
|
virtual bool | SetDisplayReport (const DisplayReport &data) |
|
virtual bool | GetDisplayReport (DisplayReport *data) |
|
virtual bool | SetMagCalibrationReport (const MagCalibrationReport &data) |
|
virtual bool | GetMagCalibrationReport (MagCalibrationReport *data) |
|
virtual bool | SetPositionCalibrationReport (const PositionCalibrationReport &data) |
|
virtual bool | GetAllPositionCalibrationReports (Array< PositionCalibrationReport > *data) |
|
virtual bool | SetCustomPatternReport (const CustomPatternReport &data) |
|
virtual bool | GetCustomPatternReport (CustomPatternReport *data) |
|
virtual bool | SetKeepAliveMuxReport (const KeepAliveMuxReport &data) |
|
virtual bool | GetKeepAliveMuxReport (KeepAliveMuxReport *data) |
|
virtual bool | SetManufacturingReport (const ManufacturingReport &data) |
|
virtual bool | GetManufacturingReport (ManufacturingReport *data) |
|
virtual bool | SetUUIDReport (const UUIDReport &data) |
|
virtual bool | GetUUIDReport (UUIDReport *data) |
|
virtual bool | SetTemperatureReport (const TemperatureReport &data) |
|
virtual bool | GetAllTemperatureReports (Array< Array< TemperatureReport > > *) |
|
virtual bool | GetGyroOffsetReport (GyroOffsetReport *data) |
|
virtual bool | SetLensDistortionReport (const LensDistortionReport &data) |
|
virtual bool | GetLensDistortionReport (LensDistortionReport *data) |
|
| SensorDeviceImpl (SensorDeviceCreateDesc *createDesc) |
|
| ~SensorDeviceImpl () |
|
virtual bool | Initialize (DeviceBase *parent) |
|
virtual void | Shutdown () |
|
virtual void | AddMessageHandler (MessageHandler *handler) |
|
virtual void | SetCoordinateFrame (CoordinateFrame coordframe) |
|
virtual CoordinateFrame | GetCoordinateFrame () const |
|
virtual bool | SetRange (const SensorRange &range, bool waitFlag) |
|
virtual void | GetRange (SensorRange *range) const |
|
virtual void | GetFactoryCalibration (Vector3f *AccelOffset, Vector3f *GyroOffset, Matrix4f *AccelMatrix, Matrix4f *GyroMatrix, float *Temperature) |
|
virtual void | SetOnboardCalibrationEnabled (bool enabled) |
|
virtual bool | IsMagCalibrated () |
|
virtual void | SetReportRate (unsigned rateHz) |
|
virtual unsigned | GetReportRate () const |
|
bool | SetSerialReport (const SerialReport &data) |
|
bool | GetSerialReport (SerialReport *data) |
|
| HIDDeviceImpl (HIDDeviceCreateDesc *createDesc, DeviceBase *parent) |
|
virtual void | OnDeviceMessage (HIDDeviceMessageType messageType) |
|
DeviceManager * | GetDeviceManager () |
|
HIDDeviceManager * | GetHIDDeviceManager () |
|
bool | SetFeatureReport (UByte *data, UInt32 length) |
|
bool | setFeatureReport (UByte *data, UInt32 length) |
|
bool | GetFeatureReport (UByte *data, UInt32 length) |
|
bool | getFeatureReport (UByte *data, UInt32 length) |
|
UByte | GetDeviceInterfaceVersion () |
|
| DeviceImpl (DeviceCreateDesc *createDesc, DeviceBase *parent) |
|
DeviceManagerImpl * | GetManagerImpl () const |
|
DeviceImpl * | getThis () |
|
virtual DeviceCommon * | getDeviceCommon () const |
|
| SensorDevice () |
|
virtual DeviceType | GetType () const |
|
virtual void | SetCoordinateFrame (CoordinateFrame coordframe)=0 |
|
virtual | ~HIDDeviceBase () |
|
virtual | ~DeviceBase () |
|
virtual void | AddRef () |
|
virtual void | Release () |
|
virtual DeviceBase * | GetParent () const |
|
virtual DeviceManager * | GetManager () const |
|
virtual bool | GetDeviceInfo (DeviceInfo *info) const |
|
virtual bool | IsConnected () |
|
Lock * | GetHandlerLock () const |
|
| DeviceCommon (DeviceCreateDesc *createDesc, DeviceBase *device, DeviceBase *parent) |
|
virtual | ~DeviceCommon () |
|
void | DeviceAddRef () |
|
void | DeviceRelease () |
|
Lock * | GetLock () const |
|
Definition at line 53 of file OVR_Sensor2Impl.h.