Structure describing the payload section of the MSG_COMMAND_UPLOAD message. More...
#include <APM_BinComm.h>
Public Attributes | |
uint8_t | action |
uint16_t | itemNumber |
uint16_t | listLength |
uint8_t | commandID |
uint8_t | p1 |
int32_t | p2 |
int32_t | p3 |
int32_t | p4 |
Structure describing the payload section of the MSG_COMMAND_UPLOAD message.
Definition at line 470 of file APM_BinComm.h.
Definition at line 471 of file APM_BinComm.h.
Definition at line 474 of file APM_BinComm.h.
Definition at line 472 of file APM_BinComm.h.
Definition at line 473 of file APM_BinComm.h.
uint8_t BinComm::msg_command_upload::p1 |
Definition at line 475 of file APM_BinComm.h.
int32_t BinComm::msg_command_upload::p2 |
Definition at line 476 of file APM_BinComm.h.
int32_t BinComm::msg_command_upload::p3 |
Definition at line 477 of file APM_BinComm.h.
int32_t BinComm::msg_command_upload::p4 |
Definition at line 478 of file APM_BinComm.h.