Go to the source code of this file.
Classes | |
struct | __mavlink_attitude_correction_t |
Macros | |
#define | MAVLINK_MESSAGE_INFO_ATTITUDE_CORRECTION |
#define | MAVLINK_MSG_ID_195_CRC 253 |
#define | MAVLINK_MSG_ID_195_LEN 16 |
#define | MAVLINK_MSG_ID_ATTITUDE_CORRECTION 195 |
#define | MAVLINK_MSG_ID_ATTITUDE_CORRECTION_CRC 253 |
#define | MAVLINK_MSG_ID_ATTITUDE_CORRECTION_LEN 16 |
Typedefs | |
typedef struct __mavlink_attitude_correction_t | mavlink_attitude_correction_t |
Functions | |
static void | mavlink_msg_attitude_correction_decode (const mavlink_message_t *msg, mavlink_attitude_correction_t *attitude_correction) |
Decode a attitude_correction message into a struct. More... | |
static uint16_t | mavlink_msg_attitude_correction_encode (uint8_t system_id, uint8_t component_id, mavlink_message_t *msg, const mavlink_attitude_correction_t *attitude_correction) |
Encode a attitude_correction struct. More... | |
static uint16_t | mavlink_msg_attitude_correction_encode_chan (uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t *msg, const mavlink_attitude_correction_t *attitude_correction) |
Encode a attitude_correction struct on a channel. More... | |
static float | mavlink_msg_attitude_correction_get_qw (const mavlink_message_t *msg) |
Send a attitude_correction message. More... | |
static float | mavlink_msg_attitude_correction_get_qx (const mavlink_message_t *msg) |
Get field qx from attitude_correction message. More... | |
static float | mavlink_msg_attitude_correction_get_qy (const mavlink_message_t *msg) |
Get field qy from attitude_correction message. More... | |
static float | mavlink_msg_attitude_correction_get_qz (const mavlink_message_t *msg) |
Get field qz from attitude_correction message. More... | |
static uint16_t | mavlink_msg_attitude_correction_pack (uint8_t system_id, uint8_t component_id, mavlink_message_t *msg, float qw, float qx, float qy, float qz) |
Pack a attitude_correction message. More... | |
static uint16_t | mavlink_msg_attitude_correction_pack_chan (uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t *msg, float qw, float qx, float qy, float qz) |
Pack a attitude_correction message on a channel. More... | |
#define MAVLINK_MESSAGE_INFO_ATTITUDE_CORRECTION |
Definition at line 21 of file mavlink_msg_attitude_correction.h.
#define MAVLINK_MSG_ID_195_CRC 253 |
Definition at line 17 of file mavlink_msg_attitude_correction.h.
#define MAVLINK_MSG_ID_195_LEN 16 |
Definition at line 14 of file mavlink_msg_attitude_correction.h.
#define MAVLINK_MSG_ID_ATTITUDE_CORRECTION 195 |
Definition at line 3 of file mavlink_msg_attitude_correction.h.
#define MAVLINK_MSG_ID_ATTITUDE_CORRECTION_CRC 253 |
Definition at line 16 of file mavlink_msg_attitude_correction.h.
#define MAVLINK_MSG_ID_ATTITUDE_CORRECTION_LEN 16 |
Definition at line 13 of file mavlink_msg_attitude_correction.h.
typedef struct __mavlink_attitude_correction_t mavlink_attitude_correction_t |
|
inlinestatic |
Decode a attitude_correction message into a struct.
msg | The message to decode |
attitude_correction | C-struct to decode the message contents into |
Definition at line 271 of file mavlink_msg_attitude_correction.h.
|
inlinestatic |
Encode a attitude_correction 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_correction | C-struct to read the message contents from |
Definition at line 123 of file mavlink_msg_attitude_correction.h.
|
inlinestatic |
Encode a attitude_correction 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_correction | C-struct to read the message contents from |
Definition at line 137 of file mavlink_msg_attitude_correction.h.
|
inlinestatic |
Send a attitude_correction message.
chan | MAVLink channel to send the message |
qw | Quaternion scalar value |
qx | Quaternion x value |
qy | Quaternion y value |
qz | Quaternion z value Get field qw from attitude_correction message |
Definition at line 230 of file mavlink_msg_attitude_correction.h.
|
inlinestatic |
Get field qx from attitude_correction message.
Definition at line 240 of file mavlink_msg_attitude_correction.h.
|
inlinestatic |
Get field qy from attitude_correction message.
Definition at line 250 of file mavlink_msg_attitude_correction.h.
|
inlinestatic |
Get field qz from attitude_correction message.
Definition at line 260 of file mavlink_msg_attitude_correction.h.
|
inlinestatic |
Pack a attitude_correction 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 |
qw | Quaternion scalar value |
qx | Quaternion x value |
qy | Quaternion y value |
qz | Quaternion z value |
Definition at line 44 of file mavlink_msg_attitude_correction.h.
|
inlinestatic |
Pack a attitude_correction 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 |
qw | Quaternion scalar value |
qx | Quaternion x value |
qy | Quaternion y value |
qz | Quaternion z value |
Definition at line 85 of file mavlink_msg_attitude_correction.h.