|
Bike-X
0.8
|
#include "OVR_Device.h"

Public Types | |
| enum | PositionTypeEnum { PositionType_LED = 0, PositionType_IMU = 1 } |
Public Member Functions | |
| PositionCalibrationReport () | |
| PositionCalibrationReport (UInt16 commandId, UByte version, const Vector3d &position, const Vector3d &normal, double rotation, UInt16 positionIndex, UInt16 numPositions, PositionTypeEnum positionType) | |
Data Fields | |
| UInt16 | CommandId |
| UByte | Version |
| Vector3d | Position |
| Vector3d | Normal |
| double | Angle |
| UInt16 | PositionIndex |
| UInt16 | NumPositions |
| PositionTypeEnum | PositionType |
Definition at line 694 of file OVR_Device.h.
| Enumerator | |
|---|---|
| PositionType_LED | |
| PositionType_IMU | |
Definition at line 696 of file OVR_Device.h.
|
inline |
Definition at line 702 of file OVR_Device.h.
|
inline |
Definition at line 708 of file OVR_Device.h.
| double OVR::PositionCalibrationReport::Angle |
Definition at line 728 of file OVR_Device.h.
| UInt16 OVR::PositionCalibrationReport::CommandId |
Definition at line 722 of file OVR_Device.h.
| Vector3d OVR::PositionCalibrationReport::Normal |
Definition at line 726 of file OVR_Device.h.
| UInt16 OVR::PositionCalibrationReport::NumPositions |
Definition at line 731 of file OVR_Device.h.
| Vector3d OVR::PositionCalibrationReport::Position |
Definition at line 724 of file OVR_Device.h.
| UInt16 OVR::PositionCalibrationReport::PositionIndex |
Definition at line 729 of file OVR_Device.h.
| PositionTypeEnum OVR::PositionCalibrationReport::PositionType |
Definition at line 733 of file OVR_Device.h.
| UByte OVR::PositionCalibrationReport::Version |
Definition at line 723 of file OVR_Device.h.