Classes | Defines | Typedefs | Functions
mavlink_msg_hil_sensor.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  __mavlink_hil_sensor_t

Defines

#define MAVLINK_MESSAGE_INFO_HIL_SENSOR
#define MAVLINK_MSG_ID_107_CRC   108
#define MAVLINK_MSG_ID_107_LEN   64
#define MAVLINK_MSG_ID_HIL_SENSOR   107
#define MAVLINK_MSG_ID_HIL_SENSOR_CRC   108
#define MAVLINK_MSG_ID_HIL_SENSOR_LEN   64

Typedefs

typedef struct
__mavlink_hil_sensor_t 
mavlink_hil_sensor_t

Functions

static void mavlink_msg_hil_sensor_decode (const mavlink_message_t *msg, mavlink_hil_sensor_t *hil_sensor)
 Decode a hil_sensor message into a struct.
static uint16_t mavlink_msg_hil_sensor_encode (uint8_t system_id, uint8_t component_id, mavlink_message_t *msg, const mavlink_hil_sensor_t *hil_sensor)
 Encode a hil_sensor struct.
static uint16_t mavlink_msg_hil_sensor_encode_chan (uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t *msg, const mavlink_hil_sensor_t *hil_sensor)
 Encode a hil_sensor struct on a channel.
static float mavlink_msg_hil_sensor_get_abs_pressure (const mavlink_message_t *msg)
 Get field abs_pressure from hil_sensor message.
static float mavlink_msg_hil_sensor_get_diff_pressure (const mavlink_message_t *msg)
 Get field diff_pressure from hil_sensor message.
static uint32_t mavlink_msg_hil_sensor_get_fields_updated (const mavlink_message_t *msg)
 Get field fields_updated from hil_sensor message.
static float mavlink_msg_hil_sensor_get_pressure_alt (const mavlink_message_t *msg)
 Get field pressure_alt from hil_sensor message.
static float mavlink_msg_hil_sensor_get_temperature (const mavlink_message_t *msg)
 Get field temperature from hil_sensor message.
static uint64_t mavlink_msg_hil_sensor_get_time_usec (const mavlink_message_t *msg)
 Send a hil_sensor message.
static float mavlink_msg_hil_sensor_get_xacc (const mavlink_message_t *msg)
 Get field xacc from hil_sensor message.
static float mavlink_msg_hil_sensor_get_xgyro (const mavlink_message_t *msg)
 Get field xgyro from hil_sensor message.
static float mavlink_msg_hil_sensor_get_xmag (const mavlink_message_t *msg)
 Get field xmag from hil_sensor message.
static float mavlink_msg_hil_sensor_get_yacc (const mavlink_message_t *msg)
 Get field yacc from hil_sensor message.
static float mavlink_msg_hil_sensor_get_ygyro (const mavlink_message_t *msg)
 Get field ygyro from hil_sensor message.
static float mavlink_msg_hil_sensor_get_ymag (const mavlink_message_t *msg)
 Get field ymag from hil_sensor message.
static float mavlink_msg_hil_sensor_get_zacc (const mavlink_message_t *msg)
 Get field zacc from hil_sensor message.
static float mavlink_msg_hil_sensor_get_zgyro (const mavlink_message_t *msg)
 Get field zgyro from hil_sensor message.
static float mavlink_msg_hil_sensor_get_zmag (const mavlink_message_t *msg)
 Get field zmag from hil_sensor message.
static uint16_t mavlink_msg_hil_sensor_pack (uint8_t system_id, uint8_t component_id, mavlink_message_t *msg, uint64_t time_usec, float xacc, float yacc, float zacc, float xgyro, float ygyro, float zgyro, float xmag, float ymag, float zmag, float abs_pressure, float diff_pressure, float pressure_alt, float temperature, uint32_t fields_updated)
 Pack a hil_sensor message.
static uint16_t mavlink_msg_hil_sensor_pack_chan (uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t *msg, uint64_t time_usec, float xacc, float yacc, float zacc, float xgyro, float ygyro, float zgyro, float xmag, float ymag, float zmag, float abs_pressure, float diff_pressure, float pressure_alt, float temperature, uint32_t fields_updated)
 Pack a hil_sensor message on a channel.

Define Documentation

Value:
{ \
        "HIL_SENSOR", \
        15, \
        {  { "time_usec", NULL, MAVLINK_TYPE_UINT64_T, 0, 0, offsetof(mavlink_hil_sensor_t, time_usec) }, \
         { "xacc", NULL, MAVLINK_TYPE_FLOAT, 0, 8, offsetof(mavlink_hil_sensor_t, xacc) }, \
         { "yacc", NULL, MAVLINK_TYPE_FLOAT, 0, 12, offsetof(mavlink_hil_sensor_t, yacc) }, \
         { "zacc", NULL, MAVLINK_TYPE_FLOAT, 0, 16, offsetof(mavlink_hil_sensor_t, zacc) }, \
         { "xgyro", NULL, MAVLINK_TYPE_FLOAT, 0, 20, offsetof(mavlink_hil_sensor_t, xgyro) }, \
         { "ygyro", NULL, MAVLINK_TYPE_FLOAT, 0, 24, offsetof(mavlink_hil_sensor_t, ygyro) }, \
         { "zgyro", NULL, MAVLINK_TYPE_FLOAT, 0, 28, offsetof(mavlink_hil_sensor_t, zgyro) }, \
         { "xmag", NULL, MAVLINK_TYPE_FLOAT, 0, 32, offsetof(mavlink_hil_sensor_t, xmag) }, \
         { "ymag", NULL, MAVLINK_TYPE_FLOAT, 0, 36, offsetof(mavlink_hil_sensor_t, ymag) }, \
         { "zmag", NULL, MAVLINK_TYPE_FLOAT, 0, 40, offsetof(mavlink_hil_sensor_t, zmag) }, \
         { "abs_pressure", NULL, MAVLINK_TYPE_FLOAT, 0, 44, offsetof(mavlink_hil_sensor_t, abs_pressure) }, \
         { "diff_pressure", NULL, MAVLINK_TYPE_FLOAT, 0, 48, offsetof(mavlink_hil_sensor_t, diff_pressure) }, \
         { "pressure_alt", NULL, MAVLINK_TYPE_FLOAT, 0, 52, offsetof(mavlink_hil_sensor_t, pressure_alt) }, \
         { "temperature", NULL, MAVLINK_TYPE_FLOAT, 0, 56, offsetof(mavlink_hil_sensor_t, temperature) }, \
         { "fields_updated", NULL, MAVLINK_TYPE_UINT32_T, 0, 60, offsetof(mavlink_hil_sensor_t, fields_updated) }, \
         } \
}

Definition at line 32 of file mavlink_msg_hil_sensor.h.

#define MAVLINK_MSG_ID_107_CRC   108

Definition at line 28 of file mavlink_msg_hil_sensor.h.

#define MAVLINK_MSG_ID_107_LEN   64

Definition at line 25 of file mavlink_msg_hil_sensor.h.

#define MAVLINK_MSG_ID_HIL_SENSOR   107

Definition at line 3 of file mavlink_msg_hil_sensor.h.

Definition at line 27 of file mavlink_msg_hil_sensor.h.

Definition at line 24 of file mavlink_msg_hil_sensor.h.


Typedef Documentation


Function Documentation

static void mavlink_msg_hil_sensor_decode ( const mavlink_message_t msg,
mavlink_hil_sensor_t hil_sensor 
) [inline, static]

Decode a hil_sensor message into a struct.

Parameters:
msgThe message to decode
hil_sensorC-struct to decode the message contents into

Definition at line 524 of file mavlink_msg_hil_sensor.h.

static uint16_t mavlink_msg_hil_sensor_encode ( uint8_t  system_id,
uint8_t  component_id,
mavlink_message_t msg,
const mavlink_hil_sensor_t hil_sensor 
) [inline, static]

Encode a hil_sensor struct.

Parameters:
system_idID of this system
component_idID of this component (e.g. 200 for IMU)
msgThe MAVLink message to compress the data into
hil_sensorC-struct to read the message contents from

Definition at line 211 of file mavlink_msg_hil_sensor.h.

static uint16_t mavlink_msg_hil_sensor_encode_chan ( uint8_t  system_id,
uint8_t  component_id,
uint8_t  chan,
mavlink_message_t msg,
const mavlink_hil_sensor_t hil_sensor 
) [inline, static]

Encode a hil_sensor struct on a channel.

Parameters:
system_idID of this system
component_idID of this component (e.g. 200 for IMU)
chanThe MAVLink channel this message will be sent over
msgThe MAVLink message to compress the data into
hil_sensorC-struct to read the message contents from

Definition at line 225 of file mavlink_msg_hil_sensor.h.

static float mavlink_msg_hil_sensor_get_abs_pressure ( const mavlink_message_t msg) [inline, static]

Get field abs_pressure from hil_sensor message.

Returns:
Absolute pressure in millibar

Definition at line 473 of file mavlink_msg_hil_sensor.h.

static float mavlink_msg_hil_sensor_get_diff_pressure ( const mavlink_message_t msg) [inline, static]

Get field diff_pressure from hil_sensor message.

Returns:
Differential pressure (airspeed) in millibar

Definition at line 483 of file mavlink_msg_hil_sensor.h.

static uint32_t mavlink_msg_hil_sensor_get_fields_updated ( const mavlink_message_t msg) [inline, static]

Get field fields_updated from hil_sensor message.

Returns:
Bitmask for fields that have updated since last message, bit 0 = xacc, bit 12: temperature

Definition at line 513 of file mavlink_msg_hil_sensor.h.

static float mavlink_msg_hil_sensor_get_pressure_alt ( const mavlink_message_t msg) [inline, static]

Get field pressure_alt from hil_sensor message.

Returns:
Altitude calculated from pressure

Definition at line 493 of file mavlink_msg_hil_sensor.h.

static float mavlink_msg_hil_sensor_get_temperature ( const mavlink_message_t msg) [inline, static]

Get field temperature from hil_sensor message.

Returns:
Temperature in degrees celsius

Definition at line 503 of file mavlink_msg_hil_sensor.h.

static uint64_t mavlink_msg_hil_sensor_get_time_usec ( const mavlink_message_t msg) [inline, static]

Send a hil_sensor message.

Parameters:
chanMAVLink channel to send the message
time_usecTimestamp (microseconds, synced to UNIX time or since system boot)
xaccX acceleration (m/s^2)
yaccY acceleration (m/s^2)
zaccZ acceleration (m/s^2)
xgyroAngular speed around X axis in body frame (rad / sec)
ygyroAngular speed around Y axis in body frame (rad / sec)
zgyroAngular speed around Z axis in body frame (rad / sec)
xmagX Magnetic field (Gauss)
ymagY Magnetic field (Gauss)
zmagZ Magnetic field (Gauss)
abs_pressureAbsolute pressure in millibar
diff_pressureDifferential pressure (airspeed) in millibar
pressure_altAltitude calculated from pressure
temperatureTemperature in degrees celsius
fields_updatedBitmask for fields that have updated since last message, bit 0 = xacc, bit 12: temperature Get field time_usec from hil_sensor message
Returns:
Timestamp (microseconds, synced to UNIX time or since system boot)

Definition at line 373 of file mavlink_msg_hil_sensor.h.

static float mavlink_msg_hil_sensor_get_xacc ( const mavlink_message_t msg) [inline, static]

Get field xacc from hil_sensor message.

Returns:
X acceleration (m/s^2)

Definition at line 383 of file mavlink_msg_hil_sensor.h.

static float mavlink_msg_hil_sensor_get_xgyro ( const mavlink_message_t msg) [inline, static]

Get field xgyro from hil_sensor message.

Returns:
Angular speed around X axis in body frame (rad / sec)

Definition at line 413 of file mavlink_msg_hil_sensor.h.

static float mavlink_msg_hil_sensor_get_xmag ( const mavlink_message_t msg) [inline, static]

Get field xmag from hil_sensor message.

Returns:
X Magnetic field (Gauss)

Definition at line 443 of file mavlink_msg_hil_sensor.h.

static float mavlink_msg_hil_sensor_get_yacc ( const mavlink_message_t msg) [inline, static]

Get field yacc from hil_sensor message.

Returns:
Y acceleration (m/s^2)

Definition at line 393 of file mavlink_msg_hil_sensor.h.

static float mavlink_msg_hil_sensor_get_ygyro ( const mavlink_message_t msg) [inline, static]

Get field ygyro from hil_sensor message.

Returns:
Angular speed around Y axis in body frame (rad / sec)

Definition at line 423 of file mavlink_msg_hil_sensor.h.

static float mavlink_msg_hil_sensor_get_ymag ( const mavlink_message_t msg) [inline, static]

Get field ymag from hil_sensor message.

Returns:
Y Magnetic field (Gauss)

Definition at line 453 of file mavlink_msg_hil_sensor.h.

static float mavlink_msg_hil_sensor_get_zacc ( const mavlink_message_t msg) [inline, static]

Get field zacc from hil_sensor message.

Returns:
Z acceleration (m/s^2)

Definition at line 403 of file mavlink_msg_hil_sensor.h.

static float mavlink_msg_hil_sensor_get_zgyro ( const mavlink_message_t msg) [inline, static]

Get field zgyro from hil_sensor message.

Returns:
Angular speed around Z axis in body frame (rad / sec)

Definition at line 433 of file mavlink_msg_hil_sensor.h.

static float mavlink_msg_hil_sensor_get_zmag ( const mavlink_message_t msg) [inline, static]

Get field zmag from hil_sensor message.

Returns:
Z Magnetic field (Gauss)

Definition at line 463 of file mavlink_msg_hil_sensor.h.

static uint16_t mavlink_msg_hil_sensor_pack ( uint8_t  system_id,
uint8_t  component_id,
mavlink_message_t msg,
uint64_t  time_usec,
float  xacc,
float  yacc,
float  zacc,
float  xgyro,
float  ygyro,
float  zgyro,
float  xmag,
float  ymag,
float  zmag,
float  abs_pressure,
float  diff_pressure,
float  pressure_alt,
float  temperature,
uint32_t  fields_updated 
) [inline, static]

Pack a hil_sensor message.

Parameters:
system_idID of this system
component_idID of this component (e.g. 200 for IMU)
msgThe MAVLink message to compress the data into
time_usecTimestamp (microseconds, synced to UNIX time or since system boot)
xaccX acceleration (m/s^2)
yaccY acceleration (m/s^2)
zaccZ acceleration (m/s^2)
xgyroAngular speed around X axis in body frame (rad / sec)
ygyroAngular speed around Y axis in body frame (rad / sec)
zgyroAngular speed around Z axis in body frame (rad / sec)
xmagX Magnetic field (Gauss)
ymagY Magnetic field (Gauss)
zmagZ Magnetic field (Gauss)
abs_pressureAbsolute pressure in millibar
diff_pressureDifferential pressure (airspeed) in millibar
pressure_altAltitude calculated from pressure
temperatureTemperature in degrees celsius
fields_updatedBitmask for fields that have updated since last message, bit 0 = xacc, bit 12: temperature
Returns:
length of the message in bytes (excluding serial stream start sign)

Definition at line 77 of file mavlink_msg_hil_sensor.h.

static uint16_t mavlink_msg_hil_sensor_pack_chan ( uint8_t  system_id,
uint8_t  component_id,
uint8_t  chan,
mavlink_message_t msg,
uint64_t  time_usec,
float  xacc,
float  yacc,
float  zacc,
float  xgyro,
float  ygyro,
float  zgyro,
float  xmag,
float  ymag,
float  zmag,
float  abs_pressure,
float  diff_pressure,
float  pressure_alt,
float  temperature,
uint32_t  fields_updated 
) [inline, static]

Pack a hil_sensor message on a channel.

Parameters:
system_idID of this system
component_idID of this component (e.g. 200 for IMU)
chanThe MAVLink channel this message will be sent over
msgThe MAVLink message to compress the data into
time_usecTimestamp (microseconds, synced to UNIX time or since system boot)
xaccX acceleration (m/s^2)
yaccY acceleration (m/s^2)
zaccZ acceleration (m/s^2)
xgyroAngular speed around X axis in body frame (rad / sec)
ygyroAngular speed around Y axis in body frame (rad / sec)
zgyroAngular speed around Z axis in body frame (rad / sec)
xmagX Magnetic field (Gauss)
ymagY Magnetic field (Gauss)
zmagZ Magnetic field (Gauss)
abs_pressureAbsolute pressure in millibar
diff_pressureDifferential pressure (airspeed) in millibar
pressure_altAltitude calculated from pressure
temperatureTemperature in degrees celsius
fields_updatedBitmask for fields that have updated since last message, bit 0 = xacc, bit 12: temperature
Returns:
length of the message in bytes (excluding serial stream start sign)

Definition at line 151 of file mavlink_msg_hil_sensor.h.



dji_sdk_dji2mav
Author(s):
autogenerated on Thu Jun 6 2019 17:55:36