NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
mavlink_msg_terrain_request.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_terrain_request_t
 

Macros

#define MAVLINK_MSG_ID_TERRAIN_REQUEST   133
 
#define MAVLINK_MSG_ID_TERRAIN_REQUEST_LEN   18
 
#define MAVLINK_MSG_ID_133_LEN   18
 
#define MAVLINK_MSG_ID_TERRAIN_REQUEST_CRC   6
 
#define MAVLINK_MSG_ID_133_CRC   6
 
#define MAVLINK_MESSAGE_INFO_TERRAIN_REQUEST
 

Typedefs

typedef struct
__mavlink_terrain_request_t 
mavlink_terrain_request_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_TERRAIN_REQUEST
Value:
{ \
"TERRAIN_REQUEST", \
4, \
{ { "mask", "0x%07x", MAVLINK_TYPE_UINT64_T, 0, 0, offsetof(mavlink_terrain_request_t, mask) }, \
{ "lat", NULL, MAVLINK_TYPE_INT32_T, 0, 8, offsetof(mavlink_terrain_request_t, lat) }, \
{ "lon", NULL, MAVLINK_TYPE_INT32_T, 0, 12, offsetof(mavlink_terrain_request_t, lon) }, \
{ "grid_spacing", NULL, MAVLINK_TYPE_UINT16_T, 0, 16, offsetof(mavlink_terrain_request_t, grid_spacing) }, \
} \
}
#define MAVLINK_MSG_ID_133_CRC   6
#define MAVLINK_MSG_ID_133_LEN   18
#define MAVLINK_MSG_ID_TERRAIN_REQUEST   133
#define MAVLINK_MSG_ID_TERRAIN_REQUEST_CRC   6
#define MAVLINK_MSG_ID_TERRAIN_REQUEST_LEN   18

Typedef Documentation