Structure describing the payload section of the MSG_HEARTBEAT message. More...
#include <protocol.h>
Public Attributes | |
uint8_t | flightMode |
uint16_t | timeStamp |
uint16_t | batteryVoltage |
uint16_t | commandIndex |
Structure describing the payload section of the MSG_HEARTBEAT message.
Definition at line 91 of file protocol.h.
uint16_t msg_heartbeat::batteryVoltage |
Definition at line 94 of file protocol.h.
uint16_t msg_heartbeat::commandIndex |
Definition at line 95 of file protocol.h.
uint8_t msg_heartbeat::flightMode |
Definition at line 92 of file protocol.h.
uint16_t msg_heartbeat::timeStamp |
Definition at line 93 of file protocol.h.