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

| Public Types | |
| enum | VersionEnum { Version_NoOffset = 0, Version_ShortAvg = 1, Version_LongAvg = 2 } | 
| Public Member Functions | |
| GyroOffsetReport () | |
| GyroOffsetReport (UInt16 commandId, VersionEnum version, Vector3d offset, double temperature) | |
| Data Fields | |
| UInt16 | CommandId | 
| VersionEnum | Version | 
| Vector3d | Offset | 
| double | Temperature | 
Definition at line 924 of file OVR_Device.h.
| Enumerator | |
|---|---|
| Version_NoOffset | |
| Version_ShortAvg | |
| Version_LongAvg | |
Definition at line 926 of file OVR_Device.h.
| 
 | inline | 
Definition at line 934 of file OVR_Device.h.
| 
 | inline | 
Definition at line 939 of file OVR_Device.h.
| UInt16 OVR::GyroOffsetReport::CommandId | 
Definition at line 947 of file OVR_Device.h.
| Vector3d OVR::GyroOffsetReport::Offset | 
Definition at line 949 of file OVR_Device.h.
| double OVR::GyroOffsetReport::Temperature | 
Definition at line 950 of file OVR_Device.h.
| VersionEnum OVR::GyroOffsetReport::Version | 
Definition at line 948 of file OVR_Device.h.