#include <OVR_SensorImpl.h>
Public Member Functions | |
virtual bool | DetectHIDDevice (DeviceManager *pdevMgr, const HIDDeviceDesc &desc) |
virtual void | EnumerateDevices (EnumerateVisitor &visitor) |
virtual bool | MatchVendorProduct (UInt16 vendorId, UInt16 productId) const |
Static Public Attributes | |
static SensorDeviceFactory | Instance |
Protected Member Functions | |
DeviceManager * | getManager () const |
Definition at line 28 of file OVR_SensorImpl.h.
bool OVR::SensorDeviceFactory::DetectHIDDevice | ( | DeviceManager * | pdevMgr, |
const HIDDeviceDesc & | desc | ||
) | [virtual] |
Reimplemented from OVR::DeviceFactory.
Definition at line 440 of file OVR_SensorImpl.cpp.
void OVR::SensorDeviceFactory::EnumerateDevices | ( | EnumerateVisitor & | visitor | ) | [virtual] |
Implements OVR::DeviceFactory.
Definition at line 382 of file OVR_SensorImpl.cpp.
DeviceManager* OVR::SensorDeviceFactory::getManager | ( | ) | const [inline, protected] |
Definition at line 39 of file OVR_SensorImpl.h.
bool OVR::SensorDeviceFactory::MatchVendorProduct | ( | UInt16 | vendorId, |
UInt16 | productId | ||
) | const [virtual] |
Reimplemented from OVR::DeviceFactory.
Definition at line 434 of file OVR_SensorImpl.cpp.
Definition at line 31 of file OVR_SensorImpl.h.