Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
OVR_DeviceConstants.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 OVR
 

Enumerations

enum  OVR::DeviceType {
  OVR::Device_None = 0, OVR::Device_Manager = 1, OVR::Device_HMD = 2, OVR::Device_Sensor = 3,
  OVR::Device_LatencyTester = 4, OVR::Device_BootLoader = 5, OVR::Device_Camera = 6, OVR::Device_Display = 7,
  OVR::Device_All = 0xFF
}
 
enum  OVR::DistortionEqnType {
  OVR::Distortion_No_Override = -1, OVR::Distortion_Poly4 = 0, OVR::Distortion_RecipPoly4 = 1, OVR::Distortion_CatmullRom10 = 2,
  OVR::Distortion_LAST
}
 
enum  OVR::HmdTypeEnum {
  OVR::HmdType_None, OVR::HmdType_DKProto, OVR::HmdType_DK1, OVR::HmdType_DKHDProto,
  OVR::HmdType_DKHD2Proto, OVR::HmdType_DKHDProto566Mi, OVR::HmdType_CrystalCoveProto, OVR::HmdType_DK2,
  OVR::HmdType_Unknown, OVR::HmdType_LAST
}
 
enum  OVR::HmdShutterTypeEnum {
  OVR::HmdShutter_Global, OVR::HmdShutter_RollingTopToBottom, OVR::HmdShutter_RollingLeftToRight, OVR::HmdShutter_RollingRightToLeft,
  OVR::HmdShutter_LAST
}
 
enum  OVR::EyeCupType {
  OVR::EyeCup_DK1A = 0, OVR::EyeCup_DK1B = 1, OVR::EyeCup_DK1C = 2, OVR::EyeCup_DK2A = 3,
  OVR::EyeCup_DKHD2A, OVR::EyeCup_OrangeA, OVR::EyeCup_RedA, OVR::EyeCup_PinkA,
  OVR::EyeCup_BlueA, OVR::EyeCup_Delilah1A, OVR::EyeCup_Delilah2A, OVR::EyeCup_JamesA,
  OVR::EyeCup_SunMandalaA, OVR::EyeCup_LAST
}