#include <OVR_Device.h>
Public Types | |
enum | { MaxNameLength = 32 } |
Public Member Functions | |
DeviceInfo () | |
Public Attributes | |
const DeviceType | InfoClassType |
char | Manufacturer [MaxNameLength] |
char | ProductName [MaxNameLength] |
DeviceType | Type |
unsigned | Version |
Protected Member Functions | |
DeviceInfo (DeviceType type) | |
void | operator= (const DeviceInfo &) |
Definition at line 126 of file OVR_Device.h.
anonymous enum |
Definition at line 132 of file OVR_Device.h.
OVR::DeviceInfo::DeviceInfo | ( | ) | [inline] |
Definition at line 129 of file OVR_Device.h.
OVR::DeviceInfo::DeviceInfo | ( | DeviceType | type | ) | [inline, protected] |
Definition at line 147 of file OVR_Device.h.
void OVR::DeviceInfo::operator= | ( | const DeviceInfo & | ) | [inline, protected] |
Definition at line 149 of file OVR_Device.h.
Definition at line 137 of file OVR_Device.h.
Definition at line 143 of file OVR_Device.h.
Definition at line 142 of file OVR_Device.h.
Definition at line 140 of file OVR_Device.h.
unsigned OVR::DeviceInfo::Version |
Definition at line 144 of file OVR_Device.h.