NinjaFlight
|
#include <mavlink_msg_flexifunction_buffer_function.h>
Data Fields | |
uint16_t | func_index |
Function index. More... | |
uint16_t | func_count |
Total count of functions. More... | |
uint16_t | data_address |
Address in the flexifunction data, Set to 0xFFFF to use address in target memory. More... | |
uint16_t | data_size |
Size of the. More... | |
uint8_t | target_system |
System ID. More... | |
uint8_t | target_component |
Component ID. More... | |
int8_t | data [48] |
Settings data. More... | |
int8_t __mavlink_flexifunction_buffer_function_t::data[48] |
Settings data.
uint16_t __mavlink_flexifunction_buffer_function_t::data_address |
Address in the flexifunction data, Set to 0xFFFF to use address in target memory.
uint16_t __mavlink_flexifunction_buffer_function_t::data_size |
Size of the.
uint16_t __mavlink_flexifunction_buffer_function_t::func_count |
Total count of functions.
uint16_t __mavlink_flexifunction_buffer_function_t::func_index |
Function index.
uint8_t __mavlink_flexifunction_buffer_function_t::target_component |
Component ID.
uint8_t __mavlink_flexifunction_buffer_function_t::target_system |
System ID.