bool_found_gimbal;// true once a MAVLink enabled gimbal has been found
bool_got_device_info;// true once gimbal has provided device info
bool_initialised;// true once the gimbal has provided a GIMBAL_DEVICE_INFORMATION
uint32_t_last_devinfo_req_ms;// system time that GIMBAL_DEVICE_INFORMATION was last requested (used to throttle requests)
mavlink_channel_t_chan;// mavlink channel used to communicate with gimbal
uint8_t_sysid;// sysid of gimbal
uint8_t_compid;// component id of gimbal
mavlink_gimbal_device_attitude_status_t_gimbal_device_attitude_status;// copy of most recently received gimbal status
uint32_t_sent_gimbal_device_attitude_status_ms;// time_boot_ms field of gimbal_device_status message last forwarded to the GCS (used to prevent sending duplicates)