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

Macros

#define MAVLINK_MSG_ID_PING   4
 
#define MAVLINK_MSG_ID_PING_LEN   14
 
#define MAVLINK_MSG_ID_4_LEN   14
 
#define MAVLINK_MSG_ID_PING_CRC   237
 
#define MAVLINK_MSG_ID_4_CRC   237
 
#define MAVLINK_MESSAGE_INFO_PING
 

Typedefs

typedef struct __mavlink_ping_t mavlink_ping_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_PING
Value:
{ \
"PING", \
4, \
{ { "time_usec", NULL, MAVLINK_TYPE_UINT64_T, 0, 0, offsetof(mavlink_ping_t, time_usec) }, \
{ "seq", NULL, MAVLINK_TYPE_UINT32_T, 0, 8, offsetof(mavlink_ping_t, seq) }, \
{ "target_system", NULL, MAVLINK_TYPE_UINT8_T, 0, 12, offsetof(mavlink_ping_t, target_system) }, \
{ "target_component", NULL, MAVLINK_TYPE_UINT8_T, 0, 13, offsetof(mavlink_ping_t, target_component) }, \
} \
}
#define MAVLINK_MSG_ID_4_CRC   237
#define MAVLINK_MSG_ID_4_LEN   14
#define MAVLINK_MSG_ID_PING   4
#define MAVLINK_MSG_ID_PING_CRC   237
#define MAVLINK_MSG_ID_PING_LEN   14

Typedef Documentation