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

Public Types | |
| enum | { PacketSize = 5 } |
Public Member Functions | |
| SensorKeepAliveImpl (UInt16 interval=0, UInt16 commandId=0) | |
| void | Pack () |
| void | Unpack () |
Data Fields | |
| UByte | Buffer [PacketSize] |
| UInt16 | CommandId |
| UInt16 | KeepAliveIntervalMs |
Definition at line 122 of file OVR_SensorImpl_Common.h.
| anonymous enum |
| Enumerator | |
|---|---|
| PacketSize | |
Definition at line 124 of file OVR_SensorImpl_Common.h.
Definition at line 224 of file OVR_SensorImpl_Common.cpp.
| void OVR::SensorKeepAliveImpl::Pack | ( | ) |
Definition at line 230 of file OVR_SensorImpl_Common.cpp.
| void OVR::SensorKeepAliveImpl::Unpack | ( | ) |
Definition at line 239 of file OVR_SensorImpl_Common.cpp.
| UByte OVR::SensorKeepAliveImpl::Buffer[PacketSize] |
Definition at line 125 of file OVR_SensorImpl_Common.h.
| UInt16 OVR::SensorKeepAliveImpl::CommandId |
Definition at line 127 of file OVR_SensorImpl_Common.h.
| UInt16 OVR::SensorKeepAliveImpl::KeepAliveIntervalMs |
Definition at line 128 of file OVR_SensorImpl_Common.h.