
Go to the source code of this file.
Classes | |
| struct | __mavlink_attitude_quaternion_cov_t |
Defines | |
| #define | MAVLINK_MESSAGE_INFO_ATTITUDE_QUATERNION_COV |
| #define | MAVLINK_MSG_ATTITUDE_QUATERNION_COV_FIELD_COVARIANCE_LEN 9 |
| #define | MAVLINK_MSG_ATTITUDE_QUATERNION_COV_FIELD_Q_LEN 4 |
| #define | MAVLINK_MSG_ID_61_CRC 153 |
| #define | MAVLINK_MSG_ID_61_LEN 68 |
| #define | MAVLINK_MSG_ID_ATTITUDE_QUATERNION_COV 61 |
| #define | MAVLINK_MSG_ID_ATTITUDE_QUATERNION_COV_CRC 153 |
| #define | MAVLINK_MSG_ID_ATTITUDE_QUATERNION_COV_LEN 68 |
Typedefs | |
| typedef struct __mavlink_attitude_quaternion_cov_t | mavlink_attitude_quaternion_cov_t |
Functions | |
| static void | mavlink_msg_attitude_quaternion_cov_decode (const mavlink_message_t *msg, mavlink_attitude_quaternion_cov_t *attitude_quaternion_cov) |
| Decode a attitude_quaternion_cov message into a struct. | |
| static uint16_t | mavlink_msg_attitude_quaternion_cov_encode (uint8_t system_id, uint8_t component_id, mavlink_message_t *msg, const mavlink_attitude_quaternion_cov_t *attitude_quaternion_cov) |
| Encode a attitude_quaternion_cov struct. | |
| static uint16_t | mavlink_msg_attitude_quaternion_cov_encode_chan (uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t *msg, const mavlink_attitude_quaternion_cov_t *attitude_quaternion_cov) |
| Encode a attitude_quaternion_cov struct on a channel. | |
| static uint16_t | mavlink_msg_attitude_quaternion_cov_get_covariance (const mavlink_message_t *msg, float *covariance) |
| Get field covariance from attitude_quaternion_cov message. | |
| static float | mavlink_msg_attitude_quaternion_cov_get_pitchspeed (const mavlink_message_t *msg) |
| Get field pitchspeed from attitude_quaternion_cov message. | |
| static uint16_t | mavlink_msg_attitude_quaternion_cov_get_q (const mavlink_message_t *msg, float *q) |
| Get field q from attitude_quaternion_cov message. | |
| static float | mavlink_msg_attitude_quaternion_cov_get_rollspeed (const mavlink_message_t *msg) |
| Get field rollspeed from attitude_quaternion_cov message. | |
| static uint32_t | mavlink_msg_attitude_quaternion_cov_get_time_boot_ms (const mavlink_message_t *msg) |
| Send a attitude_quaternion_cov message. | |
| static float | mavlink_msg_attitude_quaternion_cov_get_yawspeed (const mavlink_message_t *msg) |
| Get field yawspeed from attitude_quaternion_cov message. | |
| static uint16_t | mavlink_msg_attitude_quaternion_cov_pack (uint8_t system_id, uint8_t component_id, mavlink_message_t *msg, uint32_t time_boot_ms, const float *q, float rollspeed, float pitchspeed, float yawspeed, const float *covariance) |
| Pack a attitude_quaternion_cov message. | |
| static uint16_t | mavlink_msg_attitude_quaternion_cov_pack_chan (uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t *msg, uint32_t time_boot_ms, const float *q, float rollspeed, float pitchspeed, float yawspeed, const float *covariance) |
| Pack a attitude_quaternion_cov message on a channel. | |
{ \
"ATTITUDE_QUATERNION_COV", \
6, \
{ { "time_boot_ms", NULL, MAVLINK_TYPE_UINT32_T, 0, 0, offsetof(mavlink_attitude_quaternion_cov_t, time_boot_ms) }, \
{ "q", NULL, MAVLINK_TYPE_FLOAT, 4, 4, offsetof(mavlink_attitude_quaternion_cov_t, q) }, \
{ "rollspeed", NULL, MAVLINK_TYPE_FLOAT, 0, 20, offsetof(mavlink_attitude_quaternion_cov_t, rollspeed) }, \
{ "pitchspeed", NULL, MAVLINK_TYPE_FLOAT, 0, 24, offsetof(mavlink_attitude_quaternion_cov_t, pitchspeed) }, \
{ "yawspeed", NULL, MAVLINK_TYPE_FLOAT, 0, 28, offsetof(mavlink_attitude_quaternion_cov_t, yawspeed) }, \
{ "covariance", NULL, MAVLINK_TYPE_FLOAT, 9, 32, offsetof(mavlink_attitude_quaternion_cov_t, covariance) }, \
} \
}
Definition at line 24 of file mavlink_msg_attitude_quaternion_cov.h.
Definition at line 22 of file mavlink_msg_attitude_quaternion_cov.h.
Definition at line 21 of file mavlink_msg_attitude_quaternion_cov.h.
| #define MAVLINK_MSG_ID_61_CRC 153 |
Definition at line 19 of file mavlink_msg_attitude_quaternion_cov.h.
| #define MAVLINK_MSG_ID_61_LEN 68 |
Definition at line 16 of file mavlink_msg_attitude_quaternion_cov.h.
| #define MAVLINK_MSG_ID_ATTITUDE_QUATERNION_COV 61 |
Definition at line 3 of file mavlink_msg_attitude_quaternion_cov.h.
| #define MAVLINK_MSG_ID_ATTITUDE_QUATERNION_COV_CRC 153 |
Definition at line 18 of file mavlink_msg_attitude_quaternion_cov.h.
| #define MAVLINK_MSG_ID_ATTITUDE_QUATERNION_COV_LEN 68 |
Definition at line 15 of file mavlink_msg_attitude_quaternion_cov.h.
| static void mavlink_msg_attitude_quaternion_cov_decode | ( | const mavlink_message_t * | msg, |
| mavlink_attitude_quaternion_cov_t * | attitude_quaternion_cov | ||
| ) | [inline, static] |
Decode a attitude_quaternion_cov message into a struct.
| msg | The message to decode |
| attitude_quaternion_cov | C-struct to decode the message contents into |
Definition at line 310 of file mavlink_msg_attitude_quaternion_cov.h.
| static uint16_t mavlink_msg_attitude_quaternion_cov_encode | ( | uint8_t | system_id, |
| uint8_t | component_id, | ||
| mavlink_message_t * | msg, | ||
| const mavlink_attitude_quaternion_cov_t * | attitude_quaternion_cov | ||
| ) | [inline, static] |
Encode a attitude_quaternion_cov 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 |
| attitude_quaternion_cov | C-struct to read the message contents from |
Definition at line 136 of file mavlink_msg_attitude_quaternion_cov.h.
| static uint16_t mavlink_msg_attitude_quaternion_cov_encode_chan | ( | uint8_t | system_id, |
| uint8_t | component_id, | ||
| uint8_t | chan, | ||
| mavlink_message_t * | msg, | ||
| const mavlink_attitude_quaternion_cov_t * | attitude_quaternion_cov | ||
| ) | [inline, static] |
Encode a attitude_quaternion_cov 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 |
| attitude_quaternion_cov | C-struct to read the message contents from |
Definition at line 150 of file mavlink_msg_attitude_quaternion_cov.h.
| static uint16_t mavlink_msg_attitude_quaternion_cov_get_covariance | ( | const mavlink_message_t * | msg, |
| float * | covariance | ||
| ) | [inline, static] |
Get field covariance from attitude_quaternion_cov message.
Definition at line 299 of file mavlink_msg_attitude_quaternion_cov.h.
| static float mavlink_msg_attitude_quaternion_cov_get_pitchspeed | ( | const mavlink_message_t * | msg | ) | [inline, static] |
Get field pitchspeed from attitude_quaternion_cov message.
Definition at line 279 of file mavlink_msg_attitude_quaternion_cov.h.
| static uint16_t mavlink_msg_attitude_quaternion_cov_get_q | ( | const mavlink_message_t * | msg, |
| float * | q | ||
| ) | [inline, static] |
Get field q from attitude_quaternion_cov message.
Definition at line 259 of file mavlink_msg_attitude_quaternion_cov.h.
| static float mavlink_msg_attitude_quaternion_cov_get_rollspeed | ( | const mavlink_message_t * | msg | ) | [inline, static] |
Get field rollspeed from attitude_quaternion_cov message.
Definition at line 269 of file mavlink_msg_attitude_quaternion_cov.h.
| static uint32_t mavlink_msg_attitude_quaternion_cov_get_time_boot_ms | ( | const mavlink_message_t * | msg | ) | [inline, static] |
Send a attitude_quaternion_cov message.
| chan | MAVLink channel to send the message |
| time_boot_ms | Timestamp (milliseconds since system boot) |
| q | Quaternion components, w, x, y, z (1 0 0 0 is the null-rotation) |
| rollspeed | Roll angular speed (rad/s) |
| pitchspeed | Pitch angular speed (rad/s) |
| yawspeed | Yaw angular speed (rad/s) |
| covariance | Attitude covariance Get field time_boot_ms from attitude_quaternion_cov message |
Definition at line 249 of file mavlink_msg_attitude_quaternion_cov.h.
| static float mavlink_msg_attitude_quaternion_cov_get_yawspeed | ( | const mavlink_message_t * | msg | ) | [inline, static] |
Get field yawspeed from attitude_quaternion_cov message.
Definition at line 289 of file mavlink_msg_attitude_quaternion_cov.h.
| static uint16_t mavlink_msg_attitude_quaternion_cov_pack | ( | uint8_t | system_id, |
| uint8_t | component_id, | ||
| mavlink_message_t * | msg, | ||
| uint32_t | time_boot_ms, | ||
| const float * | q, | ||
| float | rollspeed, | ||
| float | pitchspeed, | ||
| float | yawspeed, | ||
| const float * | covariance | ||
| ) | [inline, static] |
Pack a attitude_quaternion_cov 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_ms | Timestamp (milliseconds since system boot) |
| q | Quaternion components, w, x, y, z (1 0 0 0 is the null-rotation) |
| rollspeed | Roll angular speed (rad/s) |
| pitchspeed | Pitch angular speed (rad/s) |
| yawspeed | Yaw angular speed (rad/s) |
| covariance | Attitude covariance |
Definition at line 51 of file mavlink_msg_attitude_quaternion_cov.h.
| static uint16_t mavlink_msg_attitude_quaternion_cov_pack_chan | ( | uint8_t | system_id, |
| uint8_t | component_id, | ||
| uint8_t | chan, | ||
| mavlink_message_t * | msg, | ||
| uint32_t | time_boot_ms, | ||
| const float * | q, | ||
| float | rollspeed, | ||
| float | pitchspeed, | ||
| float | yawspeed, | ||
| const float * | covariance | ||
| ) | [inline, static] |
Pack a attitude_quaternion_cov 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_ms | Timestamp (milliseconds since system boot) |
| q | Quaternion components, w, x, y, z (1 0 0 0 is the null-rotation) |
| rollspeed | Roll angular speed (rad/s) |
| pitchspeed | Pitch angular speed (rad/s) |
| yawspeed | Yaw angular speed (rad/s) |
| covariance | Attitude covariance |
Definition at line 96 of file mavlink_msg_attitude_quaternion_cov.h.