Structure describing the payload section of the MSG_VERSION message. More...
#include <APM_BinComm.h>
Public Attributes | |
uint8_t | systemType |
uint8_t | systemID |
uint8_t | firmwareVersion [3] |
Structure describing the payload section of the MSG_VERSION message.
Definition at line 398 of file APM_BinComm.h.
uint8_t BinComm::msg_version::firmwareVersion[3] |
Definition at line 401 of file APM_BinComm.h.
uint8_t BinComm::msg_version::systemID |
Definition at line 400 of file APM_BinComm.h.
uint8_t BinComm::msg_version::systemType |
Definition at line 399 of file APM_BinComm.h.