NinjaFlight
|
#include <mavlink_msg_memory_vect.h>
Data Fields | |
uint16_t | address |
Starting address of the debug variables. More... | |
uint8_t | ver |
Version code of the type variable. 0=unknown, type ignored and assumed int16_t. 1=as below. More... | |
uint8_t | type |
Type code of the memory variables. for ver = 1: 0=16 x int16_t, 1=16 x uint16_t, 2=16 x Q15, 3=16 x 1Q14. More... | |
int8_t | value [32] |
Memory contents at specified address. More... | |
uint16_t __mavlink_memory_vect_t::address |
Starting address of the debug variables.
uint8_t __mavlink_memory_vect_t::type |
Type code of the memory variables. for ver = 1: 0=16 x int16_t, 1=16 x uint16_t, 2=16 x Q15, 3=16 x 1Q14.
int8_t __mavlink_memory_vect_t::value[32] |
Memory contents at specified address.
uint8_t __mavlink_memory_vect_t::ver |
Version code of the type variable. 0=unknown, type ignored and assumed int16_t. 1=as below.