Go to the source code of this file.
|
static void | mavlink_msg_named_value_float_decode (const mavlink_message_t *msg, mavlink_named_value_float_t *named_value_float) |
| Decode a named_value_float message into a struct. More...
|
|
static uint16_t | mavlink_msg_named_value_float_encode (uint8_t system_id, uint8_t component_id, mavlink_message_t *msg, const mavlink_named_value_float_t *named_value_float) |
| Encode a named_value_float struct. More...
|
|
static uint16_t | mavlink_msg_named_value_float_encode_chan (uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t *msg, const mavlink_named_value_float_t *named_value_float) |
| Encode a named_value_float struct on a channel. More...
|
|
static uint16_t | mavlink_msg_named_value_float_get_name (const mavlink_message_t *msg, char *name) |
| Get field name from named_value_float message. More...
|
|
static uint32_t | mavlink_msg_named_value_float_get_time_boot_ms (const mavlink_message_t *msg) |
| Send a named_value_float message. More...
|
|
static float | mavlink_msg_named_value_float_get_value (const mavlink_message_t *msg) |
| Get field value from named_value_float message. More...
|
|
static uint16_t | mavlink_msg_named_value_float_pack (uint8_t system_id, uint8_t component_id, mavlink_message_t *msg, uint32_t time_boot_ms, const char *name, float value) |
| Pack a named_value_float message. More...
|
|
static uint16_t | mavlink_msg_named_value_float_pack_chan (uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t *msg, uint32_t time_boot_ms, const char *name, float value) |
| Pack a named_value_float message on a channel. More...
|
|
#define MAVLINK_MESSAGE_INFO_NAMED_VALUE_FLOAT |
#define MAVLINK_MSG_ID_251_CRC 170 |
#define MAVLINK_MSG_ID_251_LEN 18 |
#define MAVLINK_MSG_ID_NAMED_VALUE_FLOAT 251 |
#define MAVLINK_MSG_ID_NAMED_VALUE_FLOAT_CRC 170 |
#define MAVLINK_MSG_ID_NAMED_VALUE_FLOAT_LEN 18 |
#define MAVLINK_MSG_NAMED_VALUE_FLOAT_FIELD_NAME_LEN 10 |
Decode a named_value_float message into a struct.
- Parameters
-
msg | The message to decode |
named_value_float | C-struct to decode the message contents into |
Definition at line 240 of file mavlink_msg_named_value_float.h.
static uint16_t mavlink_msg_named_value_float_encode |
( |
uint8_t |
system_id, |
|
|
uint8_t |
component_id, |
|
|
mavlink_message_t * |
msg, |
|
|
const mavlink_named_value_float_t * |
named_value_float |
|
) |
| |
|
inlinestatic |
Encode a named_value_float struct.
- Parameters
-
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 |
named_value_float | C-struct to read the message contents from |
Definition at line 111 of file mavlink_msg_named_value_float.h.
static uint16_t mavlink_msg_named_value_float_encode_chan |
( |
uint8_t |
system_id, |
|
|
uint8_t |
component_id, |
|
|
uint8_t |
chan, |
|
|
mavlink_message_t * |
msg, |
|
|
const mavlink_named_value_float_t * |
named_value_float |
|
) |
| |
|
inlinestatic |
Encode a named_value_float struct on a channel.
- Parameters
-
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 |
named_value_float | C-struct to read the message contents from |
Definition at line 125 of file mavlink_msg_named_value_float.h.
static uint16_t mavlink_msg_named_value_float_get_name |
( |
const mavlink_message_t * |
msg, |
|
|
char * |
name |
|
) |
| |
|
inlinestatic |
static uint32_t mavlink_msg_named_value_float_get_time_boot_ms |
( |
const mavlink_message_t * |
msg | ) |
|
|
inlinestatic |
Send a named_value_float message.
- Parameters
-
chan | MAVLink channel to send the message |
time_boot_ms | Timestamp (milliseconds since system boot) |
name | Name of the debug variable |
value | Floating point value Get field time_boot_ms from named_value_float message |
- Returns
- Timestamp (milliseconds since system boot)
Definition at line 209 of file mavlink_msg_named_value_float.h.
static float mavlink_msg_named_value_float_get_value |
( |
const mavlink_message_t * |
msg | ) |
|
|
inlinestatic |
static uint16_t mavlink_msg_named_value_float_pack |
( |
uint8_t |
system_id, |
|
|
uint8_t |
component_id, |
|
|
mavlink_message_t * |
msg, |
|
|
uint32_t |
time_boot_ms, |
|
|
const char * |
name, |
|
|
float |
value |
|
) |
| |
|
inlinestatic |
Pack a named_value_float message.
- Parameters
-
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 |
time_boot_ms | Timestamp (milliseconds since system boot) |
name | Name of the debug variable |
value | Floating point value |
- Returns
- length of the message in bytes (excluding serial stream start sign)
Definition at line 41 of file mavlink_msg_named_value_float.h.
static uint16_t mavlink_msg_named_value_float_pack_chan |
( |
uint8_t |
system_id, |
|
|
uint8_t |
component_id, |
|
|
uint8_t |
chan, |
|
|
mavlink_message_t * |
msg, |
|
|
uint32_t |
time_boot_ms, |
|
|
const char * |
name, |
|
|
float |
value |
|
) |
| |
|
inlinestatic |
Pack a named_value_float message on a channel.
- Parameters
-
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 |
time_boot_ms | Timestamp (milliseconds since system boot) |
name | Name of the debug variable |
value | Floating point value |
- Returns
- length of the message in bytes (excluding serial stream start sign)
Definition at line 77 of file mavlink_msg_named_value_float.h.