NinjaFlight
|
#include <mavlink_msg_gopro_response.h>
Data Fields | |
uint16_t | gp_cmd_result |
Result of the command attempt to the GoPro, as defined by GOPRO_CMD_RESULT enum. More... | |
uint8_t | gp_cmd_name_1 |
First character of the 2 character GoPro command that generated this response. More... | |
uint8_t | gp_cmd_name_2 |
Second character of the 2 character GoPro command that generated this response. More... | |
uint8_t | gp_cmd_response_status |
Response byte from the GoPro's response to the command. 0 = Success, 1 = Failure. More... | |
uint8_t | gp_cmd_response_argument |
Response argument from the GoPro's response to the command. More... | |
uint8_t __mavlink_gopro_response_t::gp_cmd_name_1 |
First character of the 2 character GoPro command that generated this response.
uint8_t __mavlink_gopro_response_t::gp_cmd_name_2 |
Second character of the 2 character GoPro command that generated this response.
uint8_t __mavlink_gopro_response_t::gp_cmd_response_argument |
Response argument from the GoPro's response to the command.
uint8_t __mavlink_gopro_response_t::gp_cmd_response_status |
Response byte from the GoPro's response to the command. 0 = Success, 1 = Failure.
uint16_t __mavlink_gopro_response_t::gp_cmd_result |
Result of the command attempt to the GoPro, as defined by GOPRO_CMD_RESULT enum.