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

Macros

#define MAVLINK_MSG_ID_SET_CAM_SHUTTER   151
 
#define MAVLINK_MSG_ID_SET_CAM_SHUTTER_LEN   11
 
#define MAVLINK_MSG_ID_151_LEN   11
 
#define MAVLINK_MSG_ID_SET_CAM_SHUTTER_CRC   108
 
#define MAVLINK_MSG_ID_151_CRC   108
 
#define MAVLINK_MESSAGE_INFO_SET_CAM_SHUTTER
 

Typedefs

typedef struct
__mavlink_set_cam_shutter_t 
mavlink_set_cam_shutter_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_SET_CAM_SHUTTER
Value:
{ \
"SET_CAM_SHUTTER", \
6, \
{ { "gain", NULL, MAVLINK_TYPE_FLOAT, 0, 0, offsetof(mavlink_set_cam_shutter_t, gain) }, \
{ "interval", NULL, MAVLINK_TYPE_UINT16_T, 0, 4, offsetof(mavlink_set_cam_shutter_t, interval) }, \
{ "exposure", NULL, MAVLINK_TYPE_UINT16_T, 0, 6, offsetof(mavlink_set_cam_shutter_t, exposure) }, \
{ "cam_no", NULL, MAVLINK_TYPE_UINT8_T, 0, 8, offsetof(mavlink_set_cam_shutter_t, cam_no) }, \
{ "cam_mode", NULL, MAVLINK_TYPE_UINT8_T, 0, 9, offsetof(mavlink_set_cam_shutter_t, cam_mode) }, \
{ "trigger_pin", NULL, MAVLINK_TYPE_UINT8_T, 0, 10, offsetof(mavlink_set_cam_shutter_t, trigger_pin) }, \
} \
}
#define MAVLINK_MSG_ID_151_CRC   108
#define MAVLINK_MSG_ID_151_LEN   11
#define MAVLINK_MSG_ID_SET_CAM_SHUTTER   151
#define MAVLINK_MSG_ID_SET_CAM_SHUTTER_CRC   108
#define MAVLINK_MSG_ID_SET_CAM_SHUTTER_LEN   11

Typedef Documentation