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

Macros

#define MAVLINK_MSG_ID_CAMERA_STATUS   179
 
#define MAVLINK_MSG_ID_CAMERA_STATUS_LEN   29
 
#define MAVLINK_MSG_ID_179_LEN   29
 
#define MAVLINK_MSG_ID_CAMERA_STATUS_CRC   189
 
#define MAVLINK_MSG_ID_179_CRC   189
 
#define MAVLINK_MESSAGE_INFO_CAMERA_STATUS
 

Typedefs

typedef struct
__mavlink_camera_status_t 
mavlink_camera_status_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_CAMERA_STATUS
Value:
{ \
"CAMERA_STATUS", \
9, \
{ { "time_usec", NULL, MAVLINK_TYPE_UINT64_T, 0, 0, offsetof(mavlink_camera_status_t, time_usec) }, \
{ "p1", NULL, MAVLINK_TYPE_FLOAT, 0, 8, offsetof(mavlink_camera_status_t, p1) }, \
{ "p2", NULL, MAVLINK_TYPE_FLOAT, 0, 12, offsetof(mavlink_camera_status_t, p2) }, \
{ "p3", NULL, MAVLINK_TYPE_FLOAT, 0, 16, offsetof(mavlink_camera_status_t, p3) }, \
{ "p4", NULL, MAVLINK_TYPE_FLOAT, 0, 20, offsetof(mavlink_camera_status_t, p4) }, \
{ "img_idx", NULL, MAVLINK_TYPE_UINT16_T, 0, 24, offsetof(mavlink_camera_status_t, img_idx) }, \
{ "target_system", NULL, MAVLINK_TYPE_UINT8_T, 0, 26, offsetof(mavlink_camera_status_t, target_system) }, \
{ "cam_idx", NULL, MAVLINK_TYPE_UINT8_T, 0, 27, offsetof(mavlink_camera_status_t, cam_idx) }, \
{ "event_id", NULL, MAVLINK_TYPE_UINT8_T, 0, 28, offsetof(mavlink_camera_status_t, event_id) }, \
} \
}
#define MAVLINK_MSG_ID_179_CRC   189
#define MAVLINK_MSG_ID_179_LEN   29
#define MAVLINK_MSG_ID_CAMERA_STATUS   179
#define MAVLINK_MSG_ID_CAMERA_STATUS_CRC   189
#define MAVLINK_MSG_ID_CAMERA_STATUS_LEN   29

Typedef Documentation