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

Macros

#define MAVLINK_MSG_ID_ACTUATOR_CONTROL_TARGET   140
 
#define MAVLINK_MSG_ID_ACTUATOR_CONTROL_TARGET_LEN   41
 
#define MAVLINK_MSG_ID_140_LEN   41
 
#define MAVLINK_MSG_ID_ACTUATOR_CONTROL_TARGET_CRC   181
 
#define MAVLINK_MSG_ID_140_CRC   181
 
#define MAVLINK_MSG_ACTUATOR_CONTROL_TARGET_FIELD_CONTROLS_LEN   8
 
#define MAVLINK_MESSAGE_INFO_ACTUATOR_CONTROL_TARGET
 

Typedefs

typedef struct
__mavlink_actuator_control_target_t 
mavlink_actuator_control_target_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_ACTUATOR_CONTROL_TARGET
Value:
{ \
"ACTUATOR_CONTROL_TARGET", \
3, \
{ { "time_usec", NULL, MAVLINK_TYPE_UINT64_T, 0, 0, offsetof(mavlink_actuator_control_target_t, time_usec) }, \
{ "controls", NULL, MAVLINK_TYPE_FLOAT, 8, 8, offsetof(mavlink_actuator_control_target_t, controls) }, \
{ "group_mlx", NULL, MAVLINK_TYPE_UINT8_T, 0, 40, offsetof(mavlink_actuator_control_target_t, group_mlx) }, \
} \
}
#define MAVLINK_MSG_ACTUATOR_CONTROL_TARGET_FIELD_CONTROLS_LEN   8
#define MAVLINK_MSG_ID_140_CRC   181
#define MAVLINK_MSG_ID_140_LEN   41
#define MAVLINK_MSG_ID_ACTUATOR_CONTROL_TARGET   140
#define MAVLINK_MSG_ID_ACTUATOR_CONTROL_TARGET_CRC   181
#define MAVLINK_MSG_ID_ACTUATOR_CONTROL_TARGET_LEN   41

Typedef Documentation