advanced constants More...
Macros | |
| #define | kPackedComBufferSize |
| constant (64): Size of internal buffer for packed communication | |
| #define | kPackedComMaxTimeOut |
Enumerations | |
| enum | ePackedComPacketDescriptor |
| clusters all packet descriptors for the packed communication More... | |
| enum | ePackedComUartState |
| clusters states of each UART while scanning for data packets More... | |
advanced constants
| #define kPackedComMaxTimeOut |
constant (10): Maximum number of systick-cylces between single bytes (receiving struct data)
clusters all packet descriptors for the packed communication
| Enumerator | |
|---|---|
| kPackedComPdMotorData | packet descriptor (0x01): not implemented (but reserved) |
| kPackedComPdLausTrackerSelf | packet descriptor (0xA1): sLausTrackerSelf |
| kPackedComPdLausTrackerRival | packet descriptor (0xA2): sLausTrackerRival |
| kPackedComPdRemoteControlTwistOld | packet descriptor (0xA4): not implemented (but reserved for old twist-messages with 8-bit values) |
| kPackedComPdRemoteControlTwist | packet descriptor (0xA5): sRemoteControlTwist |
| kPackedComPdRemoteControlMotor | packet descriptor (0xA6): sRemoteControlMotor |
| kPackedComPdPackedComExample | packet descriptor (0xB1): not implemented (but reserved for example packedCom.c) |
| kPackedComPdInvalid | packet descriptor (0xFF): invalid packet descriptor |
| enum ePackedComUartState |
clusters states of each UART while scanning for data packets
1.8.17