#include <OVR_SensorImpl.h>
Public Member Functions | |
virtual DeviceCreateDesc * | Clone () const |
virtual bool | GetDeviceInfo (DeviceInfo *info) const |
virtual MatchResult | MatchDevice (const DeviceCreateDesc &other, DeviceCreateDesc **) const |
virtual bool | MatchHIDDevice (const HIDDeviceDesc &hidDesc) const |
virtual DeviceBase * | NewDeviceInstance () |
SensorDeviceCreateDesc (DeviceFactory *factory, const HIDDeviceDesc &hidDesc) |
Definition at line 44 of file OVR_SensorImpl.h.
OVR::SensorDeviceCreateDesc::SensorDeviceCreateDesc | ( | DeviceFactory * | factory, |
const HIDDeviceDesc & | hidDesc | ||
) | [inline] |
Definition at line 47 of file OVR_SensorImpl.h.
virtual DeviceCreateDesc* OVR::SensorDeviceCreateDesc::Clone | ( | ) | const [inline, virtual] |
Implements OVR::DeviceCreateDesc.
Definition at line 50 of file OVR_SensorImpl.h.
bool OVR::SensorDeviceCreateDesc::GetDeviceInfo | ( | DeviceInfo * | info | ) | const [virtual] |
Implements OVR::DeviceCreateDesc.
Definition at line 458 of file OVR_SensorImpl.cpp.
virtual MatchResult OVR::SensorDeviceCreateDesc::MatchDevice | ( | const DeviceCreateDesc & | other, |
DeviceCreateDesc ** | |||
) | const [inline, virtual] |
Implements OVR::DeviceCreateDesc.
Definition at line 57 of file OVR_SensorImpl.h.
virtual bool OVR::SensorDeviceCreateDesc::MatchHIDDevice | ( | const HIDDeviceDesc & | hidDesc | ) | const [inline, virtual] |
Reimplemented from OVR::DeviceCreateDesc.
Definition at line 69 of file OVR_SensorImpl.h.
DeviceBase * OVR::SensorDeviceCreateDesc::NewDeviceInstance | ( | ) | [virtual] |
Implements OVR::DeviceCreateDesc.
Definition at line 453 of file OVR_SensorImpl.cpp.