
Go to the source code of this file.
Classes | |
| struct | __mavlink_mission_current_t |
Defines | |
| #define | MAVLINK_MESSAGE_INFO_MISSION_CURRENT |
| #define | MAVLINK_MSG_ID_42_CRC 28 |
| #define | MAVLINK_MSG_ID_42_LEN 2 |
| #define | MAVLINK_MSG_ID_MISSION_CURRENT 42 |
| #define | MAVLINK_MSG_ID_MISSION_CURRENT_CRC 28 |
| #define | MAVLINK_MSG_ID_MISSION_CURRENT_LEN 2 |
Typedefs | |
| typedef struct __mavlink_mission_current_t | mavlink_mission_current_t |
Functions | |
| static void | mavlink_msg_mission_current_decode (const mavlink_message_t *msg, mavlink_mission_current_t *mission_current) |
| Decode a mission_current message into a struct. | |
| static uint16_t | mavlink_msg_mission_current_encode (uint8_t system_id, uint8_t component_id, mavlink_message_t *msg, const mavlink_mission_current_t *mission_current) |
| Encode a mission_current struct. | |
| static uint16_t | mavlink_msg_mission_current_encode_chan (uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t *msg, const mavlink_mission_current_t *mission_current) |
| Encode a mission_current struct on a channel. | |
| static uint16_t | mavlink_msg_mission_current_get_seq (const mavlink_message_t *msg) |
| Send a mission_current message. | |
| static uint16_t | mavlink_msg_mission_current_pack (uint8_t system_id, uint8_t component_id, mavlink_message_t *msg, uint16_t seq) |
| Pack a mission_current message. | |
| static uint16_t | mavlink_msg_mission_current_pack_chan (uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t *msg, uint16_t seq) |
| Pack a mission_current message on a channel. | |
{ \
"MISSION_CURRENT", \
1, \
{ { "seq", NULL, MAVLINK_TYPE_UINT16_T, 0, 0, offsetof(mavlink_mission_current_t, seq) }, \
} \
}
Definition at line 18 of file mavlink_msg_mission_current.h.
| #define MAVLINK_MSG_ID_42_CRC 28 |
Definition at line 14 of file mavlink_msg_mission_current.h.
| #define MAVLINK_MSG_ID_42_LEN 2 |
Definition at line 11 of file mavlink_msg_mission_current.h.
| #define MAVLINK_MSG_ID_MISSION_CURRENT 42 |
Definition at line 3 of file mavlink_msg_mission_current.h.
| #define MAVLINK_MSG_ID_MISSION_CURRENT_CRC 28 |
Definition at line 13 of file mavlink_msg_mission_current.h.
| #define MAVLINK_MSG_ID_MISSION_CURRENT_LEN 2 |
Definition at line 10 of file mavlink_msg_mission_current.h.
| typedef struct __mavlink_mission_current_t mavlink_mission_current_t |
| static void mavlink_msg_mission_current_decode | ( | const mavlink_message_t * | msg, |
| mavlink_mission_current_t * | mission_current | ||
| ) | [inline, static] |
Decode a mission_current message into a struct.
| msg | The message to decode |
| mission_current | C-struct to decode the message contents into |
Definition at line 202 of file mavlink_msg_mission_current.h.
| static uint16_t mavlink_msg_mission_current_encode | ( | uint8_t | system_id, |
| uint8_t | component_id, | ||
| mavlink_message_t * | msg, | ||
| const mavlink_mission_current_t * | mission_current | ||
| ) | [inline, static] |
Encode a mission_current 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_current | C-struct to read the message contents from |
Definition at line 99 of file mavlink_msg_mission_current.h.
| static uint16_t mavlink_msg_mission_current_encode_chan | ( | uint8_t | system_id, |
| uint8_t | component_id, | ||
| uint8_t | chan, | ||
| mavlink_message_t * | msg, | ||
| const mavlink_mission_current_t * | mission_current | ||
| ) | [inline, static] |
Encode a mission_current 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_current | C-struct to read the message contents from |
Definition at line 113 of file mavlink_msg_mission_current.h.
| static uint16_t mavlink_msg_mission_current_get_seq | ( | const mavlink_message_t * | msg | ) | [inline, static] |
Send a mission_current message.
| chan | MAVLink channel to send the message |
| seq | Sequence Get field seq from mission_current message |
Definition at line 191 of file mavlink_msg_mission_current.h.
| static uint16_t mavlink_msg_mission_current_pack | ( | uint8_t | system_id, |
| uint8_t | component_id, | ||
| mavlink_message_t * | msg, | ||
| uint16_t | seq | ||
| ) | [inline, static] |
Pack a mission_current 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 |
| seq | Sequence |
Definition at line 35 of file mavlink_msg_mission_current.h.
| static uint16_t mavlink_msg_mission_current_pack_chan | ( | uint8_t | system_id, |
| uint8_t | component_id, | ||
| uint8_t | chan, | ||
| mavlink_message_t * | msg, | ||
| uint16_t | seq | ||
| ) | [inline, static] |
Pack a mission_current 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 |
| seq | Sequence |
Definition at line 67 of file mavlink_msg_mission_current.h.