Go to the source code of this file.
Classes | |
struct | __mavlink_camera_stamped_small_imu_t |
Macros | |
#define | MAVLINK_MESSAGE_INFO_CAMERA_STAMPED_SMALL_IMU |
#define | MAVLINK_MSG_ID_185_CRC 209 |
#define | MAVLINK_MSG_ID_185_LEN 37 |
#define | MAVLINK_MSG_ID_CAMERA_STAMPED_SMALL_IMU 185 |
#define | MAVLINK_MSG_ID_CAMERA_STAMPED_SMALL_IMU_CRC 209 |
#define | MAVLINK_MSG_ID_CAMERA_STAMPED_SMALL_IMU_LEN 37 |
Typedefs | |
typedef struct __mavlink_camera_stamped_small_imu_t | mavlink_camera_stamped_small_imu_t |
Functions | |
static void | mavlink_msg_camera_stamped_small_imu_decode (const mavlink_message_t *msg, mavlink_camera_stamped_small_imu_t *camera_stamped_small_imu) |
Decode a camera_stamped_small_imu message into a struct. More... | |
static uint16_t | mavlink_msg_camera_stamped_small_imu_encode (uint8_t system_id, uint8_t component_id, mavlink_message_t *msg, const mavlink_camera_stamped_small_imu_t *camera_stamped_small_imu) |
Encode a camera_stamped_small_imu struct. More... | |
static uint16_t | mavlink_msg_camera_stamped_small_imu_encode_chan (uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t *msg, const mavlink_camera_stamped_small_imu_t *camera_stamped_small_imu) |
Encode a camera_stamped_small_imu struct on a channel. More... | |
static uint8_t | mavlink_msg_camera_stamped_small_imu_get_image (const mavlink_message_t *msg) |
Get field image from camera_stamped_small_imu message. More... | |
static float | mavlink_msg_camera_stamped_small_imu_get_temperature (const mavlink_message_t *msg) |
Get field temperature from camera_stamped_small_imu message. More... | |
static uint64_t | mavlink_msg_camera_stamped_small_imu_get_time_boot_us (const mavlink_message_t *msg) |
Send a camera_stamped_small_imu message. More... | |
static float | mavlink_msg_camera_stamped_small_imu_get_xacc (const mavlink_message_t *msg) |
Get field xacc from camera_stamped_small_imu message. More... | |
static float | mavlink_msg_camera_stamped_small_imu_get_xgyro (const mavlink_message_t *msg) |
Get field xgyro from camera_stamped_small_imu message. More... | |
static float | mavlink_msg_camera_stamped_small_imu_get_yacc (const mavlink_message_t *msg) |
Get field yacc from camera_stamped_small_imu message. More... | |
static float | mavlink_msg_camera_stamped_small_imu_get_ygyro (const mavlink_message_t *msg) |
Get field ygyro from camera_stamped_small_imu message. More... | |
static float | mavlink_msg_camera_stamped_small_imu_get_zacc (const mavlink_message_t *msg) |
Get field zacc from camera_stamped_small_imu message. More... | |
static float | mavlink_msg_camera_stamped_small_imu_get_zgyro (const mavlink_message_t *msg) |
Get field zgyro from camera_stamped_small_imu message. More... | |
static uint16_t | mavlink_msg_camera_stamped_small_imu_pack (uint8_t system_id, uint8_t component_id, mavlink_message_t *msg, uint64_t time_boot_us, float xacc, float yacc, float zacc, float xgyro, float ygyro, float zgyro, float temperature, uint8_t image) |
Pack a camera_stamped_small_imu message. More... | |
static uint16_t | mavlink_msg_camera_stamped_small_imu_pack_chan (uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t *msg, uint64_t time_boot_us, float xacc, float yacc, float zacc, float xgyro, float ygyro, float zgyro, float temperature, uint8_t image) |
Pack a camera_stamped_small_imu message on a channel. More... | |
#define MAVLINK_MESSAGE_INFO_CAMERA_STAMPED_SMALL_IMU |
Definition at line 26 of file mavlink_msg_camera_stamped_small_imu.h.
#define MAVLINK_MSG_ID_185_CRC 209 |
Definition at line 22 of file mavlink_msg_camera_stamped_small_imu.h.
#define MAVLINK_MSG_ID_185_LEN 37 |
Definition at line 19 of file mavlink_msg_camera_stamped_small_imu.h.
#define MAVLINK_MSG_ID_CAMERA_STAMPED_SMALL_IMU 185 |
Definition at line 3 of file mavlink_msg_camera_stamped_small_imu.h.
#define MAVLINK_MSG_ID_CAMERA_STAMPED_SMALL_IMU_CRC 209 |
Definition at line 21 of file mavlink_msg_camera_stamped_small_imu.h.
#define MAVLINK_MSG_ID_CAMERA_STAMPED_SMALL_IMU_LEN 37 |
Definition at line 18 of file mavlink_msg_camera_stamped_small_imu.h.
|
inlinestatic |
Decode a camera_stamped_small_imu message into a struct.
msg | The message to decode |
camera_stamped_small_imu | C-struct to decode the message contents into |
Definition at line 386 of file mavlink_msg_camera_stamped_small_imu.h.
|
inlinestatic |
Encode a camera_stamped_small_imu struct.
system_id | ID of this system |
component_id | ID of this component (e.g. 200 for IMU) |
msg | The MAVLink message to compress the data into |
camera_stamped_small_imu | C-struct to read the message contents from |
Definition at line 163 of file mavlink_msg_camera_stamped_small_imu.h.
|
inlinestatic |
Encode a camera_stamped_small_imu struct on a channel.
system_id | ID of this system |
component_id | ID of this component (e.g. 200 for IMU) |
chan | The MAVLink channel this message will be sent over |
msg | The MAVLink message to compress the data into |
camera_stamped_small_imu | C-struct to read the message contents from |
Definition at line 177 of file mavlink_msg_camera_stamped_small_imu.h.
|
inlinestatic |
Get field image from camera_stamped_small_imu message.
Definition at line 375 of file mavlink_msg_camera_stamped_small_imu.h.
|
inlinestatic |
Get field temperature from camera_stamped_small_imu message.
Definition at line 365 of file mavlink_msg_camera_stamped_small_imu.h.
|
inlinestatic |
Send a camera_stamped_small_imu message.
chan | MAVLink channel to send the message |
time_boot_us | Measurement timestamp as microseconds since boot |
xacc | Acceleration along X axis |
yacc | Acceleration along Y axis |
zacc | Acceleration along Z axis |
xgyro | Angular speed around X axis |
ygyro | Angular speed around Y axis |
zgyro | Angular speed around Z axis |
temperature | Internal temperature measurement |
image | True if there is an image associated with this measurement Get field time_boot_us from camera_stamped_small_imu message |
Definition at line 295 of file mavlink_msg_camera_stamped_small_imu.h.
|
inlinestatic |
Get field xacc from camera_stamped_small_imu message.
Definition at line 305 of file mavlink_msg_camera_stamped_small_imu.h.
|
inlinestatic |
Get field xgyro from camera_stamped_small_imu message.
Definition at line 335 of file mavlink_msg_camera_stamped_small_imu.h.
|
inlinestatic |
Get field yacc from camera_stamped_small_imu message.
Definition at line 315 of file mavlink_msg_camera_stamped_small_imu.h.
|
inlinestatic |
Get field ygyro from camera_stamped_small_imu message.
Definition at line 345 of file mavlink_msg_camera_stamped_small_imu.h.
|
inlinestatic |
Get field zacc from camera_stamped_small_imu message.
Definition at line 325 of file mavlink_msg_camera_stamped_small_imu.h.
|
inlinestatic |
Get field zgyro from camera_stamped_small_imu message.
Definition at line 355 of file mavlink_msg_camera_stamped_small_imu.h.
|
inlinestatic |
Pack a camera_stamped_small_imu message.
system_id | ID of this system |
component_id | ID of this component (e.g. 200 for IMU) |
msg | The MAVLink message to compress the data into |
time_boot_us | Measurement timestamp as microseconds since boot |
xacc | Acceleration along X axis |
yacc | Acceleration along Y axis |
zacc | Acceleration along Z axis |
xgyro | Angular speed around X axis |
ygyro | Angular speed around Y axis |
zgyro | Angular speed around Z axis |
temperature | Internal temperature measurement |
image | True if there is an image associated with this measurement |
Definition at line 59 of file mavlink_msg_camera_stamped_small_imu.h.
|
inlinestatic |
Pack a camera_stamped_small_imu message on a channel.
system_id | ID of this system |
component_id | ID of this component (e.g. 200 for IMU) |
chan | The MAVLink channel this message will be sent over |
msg | The MAVLink message to compress the data into |
time_boot_us | Measurement timestamp as microseconds since boot |
xacc | Acceleration along X axis |
yacc | Acceleration along Y axis |
zacc | Acceleration along Z axis |
xgyro | Angular speed around X axis |
ygyro | Angular speed around Y axis |
zgyro | Angular speed around Z axis |
temperature | Internal temperature measurement |
image | True if there is an image associated with this measurement |
Definition at line 115 of file mavlink_msg_camera_stamped_small_imu.h.