Go to the source code of this file.
Classes | |
struct | __mavlink_mission_write_partial_list_t |
Macros | |
#define | MAVLINK_MESSAGE_INFO_MISSION_WRITE_PARTIAL_LIST |
#define | MAVLINK_MSG_ID_38_CRC 9 |
#define | MAVLINK_MSG_ID_38_LEN 6 |
#define | MAVLINK_MSG_ID_MISSION_WRITE_PARTIAL_LIST 38 |
#define | MAVLINK_MSG_ID_MISSION_WRITE_PARTIAL_LIST_CRC 9 |
#define | MAVLINK_MSG_ID_MISSION_WRITE_PARTIAL_LIST_LEN 6 |
Typedefs | |
typedef struct __mavlink_mission_write_partial_list_t | mavlink_mission_write_partial_list_t |
Functions | |
static void | mavlink_msg_mission_write_partial_list_decode (const mavlink_message_t *msg, mavlink_mission_write_partial_list_t *mission_write_partial_list) |
Decode a mission_write_partial_list message into a struct. More... | |
static uint16_t | mavlink_msg_mission_write_partial_list_encode (uint8_t system_id, uint8_t component_id, mavlink_message_t *msg, const mavlink_mission_write_partial_list_t *mission_write_partial_list) |
Encode a mission_write_partial_list struct. More... | |
static uint16_t | mavlink_msg_mission_write_partial_list_encode_chan (uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t *msg, const mavlink_mission_write_partial_list_t *mission_write_partial_list) |
Encode a mission_write_partial_list struct on a channel. More... | |
static int16_t | mavlink_msg_mission_write_partial_list_get_end_index (const mavlink_message_t *msg) |
Get field end_index from mission_write_partial_list message. More... | |
static int16_t | mavlink_msg_mission_write_partial_list_get_start_index (const mavlink_message_t *msg) |
Get field start_index from mission_write_partial_list message. More... | |
static uint8_t | mavlink_msg_mission_write_partial_list_get_target_component (const mavlink_message_t *msg) |
Get field target_component from mission_write_partial_list message. More... | |
static uint8_t | mavlink_msg_mission_write_partial_list_get_target_system (const mavlink_message_t *msg) |
Send a mission_write_partial_list message. More... | |
static uint16_t | mavlink_msg_mission_write_partial_list_pack (uint8_t system_id, uint8_t component_id, mavlink_message_t *msg, uint8_t target_system, uint8_t target_component, int16_t start_index, int16_t end_index) |
Pack a mission_write_partial_list message. More... | |
static uint16_t | mavlink_msg_mission_write_partial_list_pack_chan (uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t *msg, uint8_t target_system, uint8_t target_component, int16_t start_index, int16_t end_index) |
Pack a mission_write_partial_list message on a channel. More... | |
#define MAVLINK_MESSAGE_INFO_MISSION_WRITE_PARTIAL_LIST |
Definition at line 21 of file mavlink_msg_mission_write_partial_list.h.
#define MAVLINK_MSG_ID_38_CRC 9 |
Definition at line 17 of file mavlink_msg_mission_write_partial_list.h.
#define MAVLINK_MSG_ID_38_LEN 6 |
Definition at line 14 of file mavlink_msg_mission_write_partial_list.h.
#define MAVLINK_MSG_ID_MISSION_WRITE_PARTIAL_LIST 38 |
Definition at line 3 of file mavlink_msg_mission_write_partial_list.h.
#define MAVLINK_MSG_ID_MISSION_WRITE_PARTIAL_LIST_CRC 9 |
Definition at line 16 of file mavlink_msg_mission_write_partial_list.h.
#define MAVLINK_MSG_ID_MISSION_WRITE_PARTIAL_LIST_LEN 6 |
Definition at line 13 of file mavlink_msg_mission_write_partial_list.h.
|
inlinestatic |
Decode a mission_write_partial_list message into a struct.
msg | The message to decode |
mission_write_partial_list | C-struct to decode the message contents into |
Definition at line 271 of file mavlink_msg_mission_write_partial_list.h.
|
inlinestatic |
Encode a mission_write_partial_list 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 |
mission_write_partial_list | C-struct to read the message contents from |
Definition at line 123 of file mavlink_msg_mission_write_partial_list.h.
|
inlinestatic |
Encode a mission_write_partial_list 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 |
mission_write_partial_list | C-struct to read the message contents from |
Definition at line 137 of file mavlink_msg_mission_write_partial_list.h.
|
inlinestatic |
Get field end_index from mission_write_partial_list message.
Definition at line 260 of file mavlink_msg_mission_write_partial_list.h.
|
inlinestatic |
Get field start_index from mission_write_partial_list message.
Definition at line 250 of file mavlink_msg_mission_write_partial_list.h.
|
inlinestatic |
Get field target_component from mission_write_partial_list message.
Definition at line 240 of file mavlink_msg_mission_write_partial_list.h.
|
inlinestatic |
Send a mission_write_partial_list message.
chan | MAVLink channel to send the message |
target_system | System ID |
target_component | Component ID |
start_index | Start index, 0 by default and smaller / equal to the largest index of the current onboard list. |
end_index | End index, equal or greater than start index. Get field target_system from mission_write_partial_list message |
Definition at line 230 of file mavlink_msg_mission_write_partial_list.h.
|
inlinestatic |
Pack a mission_write_partial_list 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 |
target_system | System ID |
target_component | Component ID |
start_index | Start index, 0 by default and smaller / equal to the largest index of the current onboard list. |
end_index | End index, equal or greater than start index. |
Definition at line 44 of file mavlink_msg_mission_write_partial_list.h.
|
inlinestatic |
Pack a mission_write_partial_list 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 |
target_system | System ID |
target_component | Component ID |
start_index | Start index, 0 by default and smaller / equal to the largest index of the current onboard list. |
end_index | End index, equal or greater than start index. |
Definition at line 85 of file mavlink_msg_mission_write_partial_list.h.