autogenerated headers for rev https://github.com/mavlink/mavlink/tree/2051bc29b50a4b155088b34aa37ed0bfa002d738
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
|
||||
#define MAVLINK_MSG_ID_PTZ_STATUS 192
|
||||
|
||||
typedef struct MAVLINK_PACKED __mavlink_ptz_status_t
|
||||
{
|
||||
MAVPACKED(
|
||||
typedef struct __mavlink_ptz_status_t {
|
||||
int16_t pan; /*< The Pan value in 10ths of degree*/
|
||||
int16_t tilt; /*< The Tilt value in 10ths of degree*/
|
||||
uint8_t zoom; /*< The actual Zoom Value*/
|
||||
} mavlink_ptz_status_t;
|
||||
}) mavlink_ptz_status_t;
|
||||
|
||||
#define MAVLINK_MSG_ID_PTZ_STATUS_LEN 5
|
||||
#define MAVLINK_MSG_ID_PTZ_STATUS_MIN_LEN 5
|
||||
|
||||
Reference in New Issue
Block a user