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

Macros

#define MAVLINK_MSG_ID_SET_ACTUATOR_CONTROL_TARGET   139
 
#define MAVLINK_MSG_ID_SET_ACTUATOR_CONTROL_TARGET_LEN   43
 
#define MAVLINK_MSG_ID_139_LEN   43
 
#define MAVLINK_MSG_ID_SET_ACTUATOR_CONTROL_TARGET_CRC   168
 
#define MAVLINK_MSG_ID_139_CRC   168
 
#define MAVLINK_MSG_SET_ACTUATOR_CONTROL_TARGET_FIELD_CONTROLS_LEN   8
 
#define MAVLINK_MESSAGE_INFO_SET_ACTUATOR_CONTROL_TARGET
 

Typedefs

typedef struct
__mavlink_set_actuator_control_target_t 
mavlink_set_actuator_control_target_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_SET_ACTUATOR_CONTROL_TARGET
Value:
{ \
"SET_ACTUATOR_CONTROL_TARGET", \
5, \
{ { "time_usec", NULL, MAVLINK_TYPE_UINT64_T, 0, 0, offsetof(mavlink_set_actuator_control_target_t, time_usec) }, \
{ "controls", NULL, MAVLINK_TYPE_FLOAT, 8, 8, offsetof(mavlink_set_actuator_control_target_t, controls) }, \
{ "group_mlx", NULL, MAVLINK_TYPE_UINT8_T, 0, 40, offsetof(mavlink_set_actuator_control_target_t, group_mlx) }, \
{ "target_system", NULL, MAVLINK_TYPE_UINT8_T, 0, 41, offsetof(mavlink_set_actuator_control_target_t, target_system) }, \
{ "target_component", NULL, MAVLINK_TYPE_UINT8_T, 0, 42, offsetof(mavlink_set_actuator_control_target_t, target_component) }, \
} \
}
#define MAVLINK_MSG_ID_139_CRC   168
#define MAVLINK_MSG_ID_139_LEN   43
#define MAVLINK_MSG_ID_SET_ACTUATOR_CONTROL_TARGET   139
#define MAVLINK_MSG_ID_SET_ACTUATOR_CONTROL_TARGET_CRC   168
#define MAVLINK_MSG_ID_SET_ACTUATOR_CONTROL_TARGET_LEN   43
#define MAVLINK_MSG_SET_ACTUATOR_CONTROL_TARGET_FIELD_CONTROLS_LEN   8

Typedef Documentation