Public Types | |
| enum | { PacketSize = 8 } |
Public Member Functions | |
| void | GetSensorRange (SensorRange *r) |
| void | Pack () |
| SensorRangeImpl (const SensorRange &r, UInt16 commandId=0) | |
| void | SetSensorRange (const SensorRange &r, UInt16 commandId=0) |
| void | Unpack () |
Static Public Member Functions | |
| static SensorRange | GetMaxSensorRange () |
Public Attributes | |
| UInt16 | AccelScale |
| UByte | Buffer [PacketSize] |
| UInt16 | CommandId |
| UInt16 | GyroScale |
| UInt16 | MagScale |
Definition at line 194 of file OVR_SensorImpl.cpp.
| anonymous enum |
Definition at line 196 of file OVR_SensorImpl.cpp.
| OVR::SensorRangeImpl::SensorRangeImpl | ( | const SensorRange & | r, |
| UInt16 | commandId = 0 |
||
| ) | [inline] |
Definition at line 204 of file OVR_SensorImpl.cpp.
| static SensorRange OVR::SensorRangeImpl::GetMaxSensorRange | ( | ) | [inline, static] |
Definition at line 228 of file OVR_SensorImpl.cpp.
| void OVR::SensorRangeImpl::GetSensorRange | ( | SensorRange * | r | ) | [inline] |
Definition at line 221 of file OVR_SensorImpl.cpp.
| void OVR::SensorRangeImpl::Pack | ( | ) | [inline] |
Definition at line 236 of file OVR_SensorImpl.cpp.
| void OVR::SensorRangeImpl::SetSensorRange | ( | const SensorRange & | r, |
| UInt16 | commandId = 0 |
||
| ) | [inline] |
Definition at line 209 of file OVR_SensorImpl.cpp.
| void OVR::SensorRangeImpl::Unpack | ( | ) | [inline] |
Definition at line 248 of file OVR_SensorImpl.cpp.
Definition at line 200 of file OVR_SensorImpl.cpp.
Definition at line 197 of file OVR_SensorImpl.cpp.
Definition at line 199 of file OVR_SensorImpl.cpp.
Definition at line 201 of file OVR_SensorImpl.cpp.
Definition at line 202 of file OVR_SensorImpl.cpp.