NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
mavlink_msg_memory_vect.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  __mavlink_memory_vect_t
 

Macros

#define MAVLINK_MSG_ID_MEMORY_VECT   249
 
#define MAVLINK_MSG_ID_MEMORY_VECT_LEN   36
 
#define MAVLINK_MSG_ID_249_LEN   36
 
#define MAVLINK_MSG_ID_MEMORY_VECT_CRC   204
 
#define MAVLINK_MSG_ID_249_CRC   204
 
#define MAVLINK_MSG_MEMORY_VECT_FIELD_VALUE_LEN   32
 
#define MAVLINK_MESSAGE_INFO_MEMORY_VECT
 

Typedefs

typedef struct
__mavlink_memory_vect_t 
mavlink_memory_vect_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_MEMORY_VECT
Value:
{ \
"MEMORY_VECT", \
4, \
{ { "address", NULL, MAVLINK_TYPE_UINT16_T, 0, 0, offsetof(mavlink_memory_vect_t, address) }, \
{ "ver", NULL, MAVLINK_TYPE_UINT8_T, 0, 2, offsetof(mavlink_memory_vect_t, ver) }, \
{ "type", NULL, MAVLINK_TYPE_UINT8_T, 0, 3, offsetof(mavlink_memory_vect_t, type) }, \
{ "value", NULL, MAVLINK_TYPE_INT8_T, 32, 4, offsetof(mavlink_memory_vect_t, value) }, \
} \
}
uint8_t type
Definition: fat_standard.h:67
#define MAVLINK_MSG_ID_249_CRC   204
#define MAVLINK_MSG_ID_249_LEN   36
#define MAVLINK_MSG_ID_MEMORY_VECT   249
#define MAVLINK_MSG_ID_MEMORY_VECT_CRC   204
#define MAVLINK_MSG_ID_MEMORY_VECT_LEN   36
#define MAVLINK_MSG_MEMORY_VECT_FIELD_VALUE_LEN   32

Typedef Documentation