#include <OVR_LatencyTestImpl.h>
Public Member Functions | |
virtual DeviceCreateDesc * | Clone () const |
virtual bool | GetDeviceInfo (DeviceInfo *info) const |
LatencyTestDeviceCreateDesc (DeviceFactory *factory, const HIDDeviceDesc &hidDesc) | |
virtual MatchResult | MatchDevice (const DeviceCreateDesc &other, DeviceCreateDesc **) const |
virtual bool | MatchHIDDevice (const HIDDeviceDesc &hidDesc) const |
virtual DeviceBase * | NewDeviceInstance () |
Definition at line 47 of file OVR_LatencyTestImpl.h.
OVR::LatencyTestDeviceCreateDesc::LatencyTestDeviceCreateDesc | ( | DeviceFactory * | factory, |
const HIDDeviceDesc & | hidDesc | ||
) | [inline] |
Definition at line 50 of file OVR_LatencyTestImpl.h.
virtual DeviceCreateDesc* OVR::LatencyTestDeviceCreateDesc::Clone | ( | ) | const [inline, virtual] |
Implements OVR::DeviceCreateDesc.
Definition at line 53 of file OVR_LatencyTestImpl.h.
bool OVR::LatencyTestDeviceCreateDesc::GetDeviceInfo | ( | DeviceInfo * | info | ) | const [virtual] |
Implements OVR::DeviceCreateDesc.
Definition at line 457 of file OVR_LatencyTestImpl.cpp.
virtual MatchResult OVR::LatencyTestDeviceCreateDesc::MatchDevice | ( | const DeviceCreateDesc & | other, |
DeviceCreateDesc ** | |||
) | const [inline, virtual] |
Implements OVR::DeviceCreateDesc.
Definition at line 60 of file OVR_LatencyTestImpl.h.
virtual bool OVR::LatencyTestDeviceCreateDesc::MatchHIDDevice | ( | const HIDDeviceDesc & | hidDesc | ) | const [inline, virtual] |
Reimplemented from OVR::DeviceCreateDesc.
Definition at line 72 of file OVR_LatencyTestImpl.h.
DeviceBase * OVR::LatencyTestDeviceCreateDesc::NewDeviceInstance | ( | ) | [virtual] |
Implements OVR::DeviceCreateDesc.
Definition at line 452 of file OVR_LatencyTestImpl.cpp.