Go to the source code of this file.
Classes | |
struct | __mavlink_debug_vect_t |
Macros | |
#define | MAVLINK_MESSAGE_INFO_DEBUG_VECT |
#define | MAVLINK_MSG_DEBUG_VECT_FIELD_NAME_LEN 10 |
#define | MAVLINK_MSG_ID_250_CRC 49 |
#define | MAVLINK_MSG_ID_250_LEN 30 |
#define | MAVLINK_MSG_ID_DEBUG_VECT 250 |
#define | MAVLINK_MSG_ID_DEBUG_VECT_CRC 49 |
#define | MAVLINK_MSG_ID_DEBUG_VECT_LEN 30 |
Typedefs | |
typedef struct __mavlink_debug_vect_t | mavlink_debug_vect_t |
Functions | |
static void | mavlink_msg_debug_vect_decode (const mavlink_message_t *msg, mavlink_debug_vect_t *debug_vect) |
Decode a debug_vect message into a struct. More... | |
static uint16_t | mavlink_msg_debug_vect_encode (uint8_t system_id, uint8_t component_id, mavlink_message_t *msg, const mavlink_debug_vect_t *debug_vect) |
Encode a debug_vect struct. More... | |
static uint16_t | mavlink_msg_debug_vect_encode_chan (uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t *msg, const mavlink_debug_vect_t *debug_vect) |
Encode a debug_vect struct on a channel. More... | |
static uint16_t | mavlink_msg_debug_vect_get_name (const mavlink_message_t *msg, char *name) |
Send a debug_vect message. More... | |
static uint64_t | mavlink_msg_debug_vect_get_time_usec (const mavlink_message_t *msg) |
Get field time_usec from debug_vect message. More... | |
static float | mavlink_msg_debug_vect_get_x (const mavlink_message_t *msg) |
Get field x from debug_vect message. More... | |
static float | mavlink_msg_debug_vect_get_y (const mavlink_message_t *msg) |
Get field y from debug_vect message. More... | |
static float | mavlink_msg_debug_vect_get_z (const mavlink_message_t *msg) |
Get field z from debug_vect message. More... | |
static uint16_t | mavlink_msg_debug_vect_pack (uint8_t system_id, uint8_t component_id, mavlink_message_t *msg, const char *name, uint64_t time_usec, float x, float y, float z) |
Pack a debug_vect message. More... | |
static uint16_t | mavlink_msg_debug_vect_pack_chan (uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t *msg, const char *name, uint64_t time_usec, float x, float y, float z) |
Pack a debug_vect message on a channel. More... | |
#define MAVLINK_MESSAGE_INFO_DEBUG_VECT |
Definition at line 22 of file mavlink_msg_debug_vect.h.
#define MAVLINK_MSG_DEBUG_VECT_FIELD_NAME_LEN 10 |
Definition at line 20 of file mavlink_msg_debug_vect.h.
#define MAVLINK_MSG_ID_250_CRC 49 |
Definition at line 18 of file mavlink_msg_debug_vect.h.
#define MAVLINK_MSG_ID_250_LEN 30 |
Definition at line 15 of file mavlink_msg_debug_vect.h.
#define MAVLINK_MSG_ID_DEBUG_VECT 250 |
Definition at line 3 of file mavlink_msg_debug_vect.h.
#define MAVLINK_MSG_ID_DEBUG_VECT_CRC 49 |
Definition at line 17 of file mavlink_msg_debug_vect.h.
#define MAVLINK_MSG_ID_DEBUG_VECT_LEN 30 |
Definition at line 14 of file mavlink_msg_debug_vect.h.
typedef struct __mavlink_debug_vect_t mavlink_debug_vect_t |
|
inlinestatic |
Decode a debug_vect message into a struct.
msg | The message to decode |
debug_vect | C-struct to decode the message contents into |
Definition at line 286 of file mavlink_msg_debug_vect.h.
|
inlinestatic |
Encode a debug_vect 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 |
debug_vect | C-struct to read the message contents from |
Definition at line 127 of file mavlink_msg_debug_vect.h.
|
inlinestatic |
Encode a debug_vect 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 |
debug_vect | C-struct to read the message contents from |
Definition at line 141 of file mavlink_msg_debug_vect.h.
|
inlinestatic |
Send a debug_vect message.
chan | MAVLink channel to send the message |
name | Name |
time_usec | Timestamp |
x | x |
y | y |
z | z Get field name from debug_vect message |
Definition at line 235 of file mavlink_msg_debug_vect.h.
|
inlinestatic |
Get field time_usec from debug_vect message.
Definition at line 245 of file mavlink_msg_debug_vect.h.
|
inlinestatic |
Get field x from debug_vect message.
Definition at line 255 of file mavlink_msg_debug_vect.h.
|
inlinestatic |
Get field y from debug_vect message.
Definition at line 265 of file mavlink_msg_debug_vect.h.
|
inlinestatic |
Get field z from debug_vect message.
Definition at line 275 of file mavlink_msg_debug_vect.h.
|
inlinestatic |
Pack a debug_vect 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 |
name | Name |
time_usec | Timestamp |
x | x |
y | y |
z | z |
Definition at line 47 of file mavlink_msg_debug_vect.h.
|
inlinestatic |
Pack a debug_vect 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 |
name | Name |
time_usec | Timestamp |
x | x |
y | y |
z | z |
Definition at line 89 of file mavlink_msg_debug_vect.h.