NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
__mavlink_memory_vect_t Struct Reference

#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...
 

Field Documentation

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.


The documentation for this struct was generated from the following file: