#include <OVR_LatencyTestImpl.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 LatencyTestDeviceFactory | Instance |
Protected Member Functions | |
DeviceManager * | getManager () const |
Definition at line 30 of file OVR_LatencyTestImpl.h.
bool OVR::LatencyTestDeviceFactory::DetectHIDDevice | ( | DeviceManager * | pdevMgr, |
const HIDDeviceDesc & | desc | ||
) | [virtual] |
Reimplemented from OVR::DeviceFactory.
Definition at line 438 of file OVR_LatencyTestImpl.cpp.
void OVR::LatencyTestDeviceFactory::EnumerateDevices | ( | EnumerateVisitor & | visitor | ) | [virtual] |
Implements OVR::DeviceFactory.
Definition at line 401 of file OVR_LatencyTestImpl.cpp.
DeviceManager* OVR::LatencyTestDeviceFactory::getManager | ( | ) | const [inline, protected] |
Definition at line 42 of file OVR_LatencyTestImpl.h.
bool OVR::LatencyTestDeviceFactory::MatchVendorProduct | ( | UInt16 | vendorId, |
UInt16 | productId | ||
) | const [virtual] |
Reimplemented from OVR::DeviceFactory.
Definition at line 433 of file OVR_LatencyTestImpl.cpp.
Definition at line 33 of file OVR_LatencyTestImpl.h.