Go to the source code of this file.
Classes | |
struct | __mavlink_vicon_position_estimate_t |
Macros | |
#define | MAVLINK_MESSAGE_INFO_VICON_POSITION_ESTIMATE |
#define | MAVLINK_MSG_ID_104_CRC 56 |
#define | MAVLINK_MSG_ID_104_LEN 32 |
#define | MAVLINK_MSG_ID_VICON_POSITION_ESTIMATE 104 |
#define | MAVLINK_MSG_ID_VICON_POSITION_ESTIMATE_CRC 56 |
#define | MAVLINK_MSG_ID_VICON_POSITION_ESTIMATE_LEN 32 |
Typedefs | |
typedef struct __mavlink_vicon_position_estimate_t | mavlink_vicon_position_estimate_t |
Functions | |
static void | mavlink_msg_vicon_position_estimate_decode (const mavlink_message_t *msg, mavlink_vicon_position_estimate_t *vicon_position_estimate) |
Decode a vicon_position_estimate message into a struct. More... | |
static uint16_t | mavlink_msg_vicon_position_estimate_encode (uint8_t system_id, uint8_t component_id, mavlink_message_t *msg, const mavlink_vicon_position_estimate_t *vicon_position_estimate) |
Encode a vicon_position_estimate struct. More... | |
static uint16_t | mavlink_msg_vicon_position_estimate_encode_chan (uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t *msg, const mavlink_vicon_position_estimate_t *vicon_position_estimate) |
Encode a vicon_position_estimate struct on a channel. More... | |
static float | mavlink_msg_vicon_position_estimate_get_pitch (const mavlink_message_t *msg) |
Get field pitch from vicon_position_estimate message. More... | |
static float | mavlink_msg_vicon_position_estimate_get_roll (const mavlink_message_t *msg) |
Get field roll from vicon_position_estimate message. More... | |
static uint64_t | mavlink_msg_vicon_position_estimate_get_usec (const mavlink_message_t *msg) |
Send a vicon_position_estimate message. More... | |
static float | mavlink_msg_vicon_position_estimate_get_x (const mavlink_message_t *msg) |
Get field x from vicon_position_estimate message. More... | |
static float | mavlink_msg_vicon_position_estimate_get_y (const mavlink_message_t *msg) |
Get field y from vicon_position_estimate message. More... | |
static float | mavlink_msg_vicon_position_estimate_get_yaw (const mavlink_message_t *msg) |
Get field yaw from vicon_position_estimate message. More... | |
static float | mavlink_msg_vicon_position_estimate_get_z (const mavlink_message_t *msg) |
Get field z from vicon_position_estimate message. More... | |
static uint16_t | mavlink_msg_vicon_position_estimate_pack (uint8_t system_id, uint8_t component_id, mavlink_message_t *msg, uint64_t usec, float x, float y, float z, float roll, float pitch, float yaw) |
Pack a vicon_position_estimate message. More... | |
static uint16_t | mavlink_msg_vicon_position_estimate_pack_chan (uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t *msg, uint64_t usec, float x, float y, float z, float roll, float pitch, float yaw) |
Pack a vicon_position_estimate message on a channel. More... | |
#define MAVLINK_MESSAGE_INFO_VICON_POSITION_ESTIMATE |
Definition at line 24 of file mavlink_msg_vicon_position_estimate.h.
#define MAVLINK_MSG_ID_104_CRC 56 |
Definition at line 20 of file mavlink_msg_vicon_position_estimate.h.
#define MAVLINK_MSG_ID_104_LEN 32 |
Definition at line 17 of file mavlink_msg_vicon_position_estimate.h.
#define MAVLINK_MSG_ID_VICON_POSITION_ESTIMATE 104 |
Definition at line 3 of file mavlink_msg_vicon_position_estimate.h.
#define MAVLINK_MSG_ID_VICON_POSITION_ESTIMATE_CRC 56 |
Definition at line 19 of file mavlink_msg_vicon_position_estimate.h.
#define MAVLINK_MSG_ID_VICON_POSITION_ESTIMATE_LEN 32 |
Definition at line 16 of file mavlink_msg_vicon_position_estimate.h.
|
inlinestatic |
Decode a vicon_position_estimate message into a struct.
msg | The message to decode |
vicon_position_estimate | C-struct to decode the message contents into |
Definition at line 340 of file mavlink_msg_vicon_position_estimate.h.
|
inlinestatic |
Encode a vicon_position_estimate 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 |
vicon_position_estimate | C-struct to read the message contents from |
Definition at line 147 of file mavlink_msg_vicon_position_estimate.h.
|
inlinestatic |
Encode a vicon_position_estimate 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 |
vicon_position_estimate | C-struct to read the message contents from |
Definition at line 161 of file mavlink_msg_vicon_position_estimate.h.
|
inlinestatic |
Get field pitch from vicon_position_estimate message.
Definition at line 319 of file mavlink_msg_vicon_position_estimate.h.
|
inlinestatic |
Get field roll from vicon_position_estimate message.
Definition at line 309 of file mavlink_msg_vicon_position_estimate.h.
|
inlinestatic |
Send a vicon_position_estimate message.
chan | MAVLink channel to send the message |
usec | Timestamp (microseconds, synced to UNIX time or since system boot) |
x | Global X position |
y | Global Y position |
z | Global Z position |
roll | Roll angle in rad |
pitch | Pitch angle in rad |
yaw | Yaw angle in rad Get field usec from vicon_position_estimate message |
Definition at line 269 of file mavlink_msg_vicon_position_estimate.h.
|
inlinestatic |
Get field x from vicon_position_estimate message.
Definition at line 279 of file mavlink_msg_vicon_position_estimate.h.
|
inlinestatic |
Get field y from vicon_position_estimate message.
Definition at line 289 of file mavlink_msg_vicon_position_estimate.h.
|
inlinestatic |
Get field yaw from vicon_position_estimate message.
Definition at line 329 of file mavlink_msg_vicon_position_estimate.h.
|
inlinestatic |
Get field z from vicon_position_estimate message.
Definition at line 299 of file mavlink_msg_vicon_position_estimate.h.
|
inlinestatic |
Pack a vicon_position_estimate 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 |
usec | Timestamp (microseconds, synced to UNIX time or since system boot) |
x | Global X position |
y | Global Y position |
z | Global Z position |
roll | Roll angle in rad |
pitch | Pitch angle in rad |
yaw | Yaw angle in rad |
Definition at line 53 of file mavlink_msg_vicon_position_estimate.h.
|
inlinestatic |
Pack a vicon_position_estimate 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 |
usec | Timestamp (microseconds, synced to UNIX time or since system boot) |
x | Global X position |
y | Global Y position |
z | Global Z position |
roll | Roll angle in rad |
pitch | Pitch angle in rad |
yaw | Yaw angle in rad |
Definition at line 103 of file mavlink_msg_vicon_position_estimate.h.