3 #define MAVLINK_MSG_ID_HIGHRES_IMU 105
24 #define MAVLINK_MSG_ID_HIGHRES_IMU_LEN 62
25 #define MAVLINK_MSG_ID_105_LEN 62
27 #define MAVLINK_MSG_ID_HIGHRES_IMU_CRC 93
28 #define MAVLINK_MSG_ID_105_CRC 93
32 #define MAVLINK_MESSAGE_INFO_HIGHRES_IMU { \
35 { { "time_usec", NULL, MAVLINK_TYPE_UINT64_T, 0, 0, offsetof(mavlink_highres_imu_t, time_usec) }, \
36 { "xacc", NULL, MAVLINK_TYPE_FLOAT, 0, 8, offsetof(mavlink_highres_imu_t, xacc) }, \
37 { "yacc", NULL, MAVLINK_TYPE_FLOAT, 0, 12, offsetof(mavlink_highres_imu_t, yacc) }, \
38 { "zacc", NULL, MAVLINK_TYPE_FLOAT, 0, 16, offsetof(mavlink_highres_imu_t, zacc) }, \
39 { "xgyro", NULL, MAVLINK_TYPE_FLOAT, 0, 20, offsetof(mavlink_highres_imu_t, xgyro) }, \
40 { "ygyro", NULL, MAVLINK_TYPE_FLOAT, 0, 24, offsetof(mavlink_highres_imu_t, ygyro) }, \
41 { "zgyro", NULL, MAVLINK_TYPE_FLOAT, 0, 28, offsetof(mavlink_highres_imu_t, zgyro) }, \
42 { "xmag", NULL, MAVLINK_TYPE_FLOAT, 0, 32, offsetof(mavlink_highres_imu_t, xmag) }, \
43 { "ymag", NULL, MAVLINK_TYPE_FLOAT, 0, 36, offsetof(mavlink_highres_imu_t, ymag) }, \
44 { "zmag", NULL, MAVLINK_TYPE_FLOAT, 0, 40, offsetof(mavlink_highres_imu_t, zmag) }, \
45 { "abs_pressure", NULL, MAVLINK_TYPE_FLOAT, 0, 44, offsetof(mavlink_highres_imu_t, abs_pressure) }, \
46 { "diff_pressure", NULL, MAVLINK_TYPE_FLOAT, 0, 48, offsetof(mavlink_highres_imu_t, diff_pressure) }, \
47 { "pressure_alt", NULL, MAVLINK_TYPE_FLOAT, 0, 52, offsetof(mavlink_highres_imu_t, pressure_alt) }, \
48 { "temperature", NULL, MAVLINK_TYPE_FLOAT, 0, 56, offsetof(mavlink_highres_imu_t, temperature) }, \
49 { "fields_updated", NULL, MAVLINK_TYPE_UINT16_T, 0, 60, offsetof(mavlink_highres_imu_t, fields_updated) }, \
77 static inline uint16_t mavlink_msg_highres_imu_pack(uint8_t system_id, uint8_t component_id, mavlink_message_t* msg,
78 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, uint16_t fields_updated)
80 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS
81 char buf[MAVLINK_MSG_ID_HIGHRES_IMU_LEN];
82 _mav_put_uint64_t(buf, 0, time_usec);
83 _mav_put_float(buf, 8, xacc);
84 _mav_put_float(buf, 12, yacc);
85 _mav_put_float(buf, 16, zacc);
86 _mav_put_float(buf, 20, xgyro);
87 _mav_put_float(buf, 24, ygyro);
88 _mav_put_float(buf, 28, zgyro);
89 _mav_put_float(buf, 32, xmag);
90 _mav_put_float(buf, 36, ymag);
91 _mav_put_float(buf, 40, zmag);
92 _mav_put_float(buf, 44, abs_pressure);
93 _mav_put_float(buf, 48, diff_pressure);
94 _mav_put_float(buf, 52, pressure_alt);
95 _mav_put_float(buf, 56, temperature);
96 _mav_put_uint16_t(buf, 60, fields_updated);
98 memcpy(_MAV_PAYLOAD_NON_CONST(msg), buf, MAVLINK_MSG_ID_HIGHRES_IMU_LEN);
105 packet.
xgyro = xgyro;
106 packet.
ygyro = ygyro;
107 packet.
zgyro = zgyro;
117 memcpy(_MAV_PAYLOAD_NON_CONST(msg), &packet, MAVLINK_MSG_ID_HIGHRES_IMU_LEN);
120 msg->msgid = MAVLINK_MSG_ID_HIGHRES_IMU;
121 #if MAVLINK_CRC_EXTRA
122 return mavlink_finalize_message(msg, system_id, component_id, MAVLINK_MSG_ID_HIGHRES_IMU_LEN, MAVLINK_MSG_ID_HIGHRES_IMU_CRC);
124 return mavlink_finalize_message(msg, system_id, component_id, MAVLINK_MSG_ID_HIGHRES_IMU_LEN);
151 static inline uint16_t mavlink_msg_highres_imu_pack_chan(uint8_t system_id, uint8_t component_id, uint8_t chan,
152 mavlink_message_t* msg,
153 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,uint16_t fields_updated)
155 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS
156 char buf[MAVLINK_MSG_ID_HIGHRES_IMU_LEN];
157 _mav_put_uint64_t(buf, 0, time_usec);
158 _mav_put_float(buf, 8, xacc);
159 _mav_put_float(buf, 12, yacc);
160 _mav_put_float(buf, 16, zacc);
161 _mav_put_float(buf, 20, xgyro);
162 _mav_put_float(buf, 24, ygyro);
163 _mav_put_float(buf, 28, zgyro);
164 _mav_put_float(buf, 32, xmag);
165 _mav_put_float(buf, 36, ymag);
166 _mav_put_float(buf, 40, zmag);
167 _mav_put_float(buf, 44, abs_pressure);
168 _mav_put_float(buf, 48, diff_pressure);
169 _mav_put_float(buf, 52, pressure_alt);
170 _mav_put_float(buf, 56, temperature);
171 _mav_put_uint16_t(buf, 60, fields_updated);
173 memcpy(_MAV_PAYLOAD_NON_CONST(msg), buf, MAVLINK_MSG_ID_HIGHRES_IMU_LEN);
180 packet.
xgyro = xgyro;
181 packet.
ygyro = ygyro;
182 packet.
zgyro = zgyro;
192 memcpy(_MAV_PAYLOAD_NON_CONST(msg), &packet, MAVLINK_MSG_ID_HIGHRES_IMU_LEN);
195 msg->msgid = MAVLINK_MSG_ID_HIGHRES_IMU;
196 #if MAVLINK_CRC_EXTRA
197 return mavlink_finalize_message_chan(msg, system_id, component_id, chan, MAVLINK_MSG_ID_HIGHRES_IMU_LEN, MAVLINK_MSG_ID_HIGHRES_IMU_CRC);
199 return mavlink_finalize_message_chan(msg, system_id, component_id, chan, MAVLINK_MSG_ID_HIGHRES_IMU_LEN);
211 static inline uint16_t mavlink_msg_highres_imu_encode(uint8_t system_id, uint8_t component_id, mavlink_message_t* msg,
const mavlink_highres_imu_t* highres_imu)
213 return mavlink_msg_highres_imu_pack(system_id, component_id, msg, highres_imu->
time_usec, highres_imu->
xacc, highres_imu->
yacc, highres_imu->
zacc, highres_imu->
xgyro, highres_imu->
ygyro, highres_imu->
zgyro, highres_imu->
xmag, highres_imu->
ymag, highres_imu->
zmag, highres_imu->
abs_pressure, highres_imu->
diff_pressure, highres_imu->
pressure_alt, highres_imu->
temperature, highres_imu->
fields_updated);
225 static inline uint16_t mavlink_msg_highres_imu_encode_chan(uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t* msg,
const mavlink_highres_imu_t* highres_imu)
227 return mavlink_msg_highres_imu_pack_chan(system_id, component_id, chan, msg, highres_imu->
time_usec, highres_imu->
xacc, highres_imu->
yacc, highres_imu->
zacc, highres_imu->
xgyro, highres_imu->
ygyro, highres_imu->
zgyro, highres_imu->
xmag, highres_imu->
ymag, highres_imu->
zmag, highres_imu->
abs_pressure, highres_imu->
diff_pressure, highres_imu->
pressure_alt, highres_imu->
temperature, highres_imu->
fields_updated);
250 #ifdef MAVLINK_USE_CONVENIENCE_FUNCTIONS
252 static inline void mavlink_msg_highres_imu_send(mavlink_channel_t chan, 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, uint16_t fields_updated)
254 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS
255 char buf[MAVLINK_MSG_ID_HIGHRES_IMU_LEN];
256 _mav_put_uint64_t(buf, 0, time_usec);
257 _mav_put_float(buf, 8, xacc);
258 _mav_put_float(buf, 12, yacc);
259 _mav_put_float(buf, 16, zacc);
260 _mav_put_float(buf, 20, xgyro);
261 _mav_put_float(buf, 24, ygyro);
262 _mav_put_float(buf, 28, zgyro);
263 _mav_put_float(buf, 32, xmag);
264 _mav_put_float(buf, 36, ymag);
265 _mav_put_float(buf, 40, zmag);
266 _mav_put_float(buf, 44, abs_pressure);
267 _mav_put_float(buf, 48, diff_pressure);
268 _mav_put_float(buf, 52, pressure_alt);
269 _mav_put_float(buf, 56, temperature);
270 _mav_put_uint16_t(buf, 60, fields_updated);
272 #if MAVLINK_CRC_EXTRA
273 _mav_finalize_message_chan_send(chan, MAVLINK_MSG_ID_HIGHRES_IMU, buf, MAVLINK_MSG_ID_HIGHRES_IMU_LEN, MAVLINK_MSG_ID_HIGHRES_IMU_CRC);
275 _mav_finalize_message_chan_send(chan, MAVLINK_MSG_ID_HIGHRES_IMU, buf, MAVLINK_MSG_ID_HIGHRES_IMU_LEN);
283 packet.
xgyro = xgyro;
284 packet.
ygyro = ygyro;
285 packet.
zgyro = zgyro;
295 #if MAVLINK_CRC_EXTRA
296 _mav_finalize_message_chan_send(chan, MAVLINK_MSG_ID_HIGHRES_IMU, (
const char *)&packet, MAVLINK_MSG_ID_HIGHRES_IMU_LEN, MAVLINK_MSG_ID_HIGHRES_IMU_CRC);
298 _mav_finalize_message_chan_send(chan, MAVLINK_MSG_ID_HIGHRES_IMU, (
const char *)&packet, MAVLINK_MSG_ID_HIGHRES_IMU_LEN);
303 #if MAVLINK_MSG_ID_HIGHRES_IMU_LEN <= MAVLINK_MAX_PAYLOAD_LEN
311 static inline void mavlink_msg_highres_imu_send_buf(mavlink_message_t *msgbuf, mavlink_channel_t chan, 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, uint16_t fields_updated)
313 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS
314 char *buf = (
char *)msgbuf;
315 _mav_put_uint64_t(buf, 0, time_usec);
316 _mav_put_float(buf, 8, xacc);
317 _mav_put_float(buf, 12, yacc);
318 _mav_put_float(buf, 16, zacc);
319 _mav_put_float(buf, 20, xgyro);
320 _mav_put_float(buf, 24, ygyro);
321 _mav_put_float(buf, 28, zgyro);
322 _mav_put_float(buf, 32, xmag);
323 _mav_put_float(buf, 36, ymag);
324 _mav_put_float(buf, 40, zmag);
325 _mav_put_float(buf, 44, abs_pressure);
326 _mav_put_float(buf, 48, diff_pressure);
327 _mav_put_float(buf, 52, pressure_alt);
328 _mav_put_float(buf, 56, temperature);
329 _mav_put_uint16_t(buf, 60, fields_updated);
331 #if MAVLINK_CRC_EXTRA
332 _mav_finalize_message_chan_send(chan, MAVLINK_MSG_ID_HIGHRES_IMU, buf, MAVLINK_MSG_ID_HIGHRES_IMU_LEN, MAVLINK_MSG_ID_HIGHRES_IMU_CRC);
334 _mav_finalize_message_chan_send(chan, MAVLINK_MSG_ID_HIGHRES_IMU, buf, MAVLINK_MSG_ID_HIGHRES_IMU_LEN);
342 packet->
xgyro = xgyro;
343 packet->
ygyro = ygyro;
344 packet->
zgyro = zgyro;
354 #if MAVLINK_CRC_EXTRA
355 _mav_finalize_message_chan_send(chan, MAVLINK_MSG_ID_HIGHRES_IMU, (
const char *)packet, MAVLINK_MSG_ID_HIGHRES_IMU_LEN, MAVLINK_MSG_ID_HIGHRES_IMU_CRC);
357 _mav_finalize_message_chan_send(chan, MAVLINK_MSG_ID_HIGHRES_IMU, (
const char *)packet, MAVLINK_MSG_ID_HIGHRES_IMU_LEN);
373 static inline uint64_t mavlink_msg_highres_imu_get_time_usec(
const mavlink_message_t* msg)
375 return _MAV_RETURN_uint64_t(msg, 0);
383 static inline float mavlink_msg_highres_imu_get_xacc(
const mavlink_message_t* msg)
385 return _MAV_RETURN_float(msg, 8);
393 static inline float mavlink_msg_highres_imu_get_yacc(
const mavlink_message_t* msg)
395 return _MAV_RETURN_float(msg, 12);
403 static inline float mavlink_msg_highres_imu_get_zacc(
const mavlink_message_t* msg)
405 return _MAV_RETURN_float(msg, 16);
413 static inline float mavlink_msg_highres_imu_get_xgyro(
const mavlink_message_t* msg)
415 return _MAV_RETURN_float(msg, 20);
423 static inline float mavlink_msg_highres_imu_get_ygyro(
const mavlink_message_t* msg)
425 return _MAV_RETURN_float(msg, 24);
433 static inline float mavlink_msg_highres_imu_get_zgyro(
const mavlink_message_t* msg)
435 return _MAV_RETURN_float(msg, 28);
443 static inline float mavlink_msg_highres_imu_get_xmag(
const mavlink_message_t* msg)
445 return _MAV_RETURN_float(msg, 32);
453 static inline float mavlink_msg_highres_imu_get_ymag(
const mavlink_message_t* msg)
455 return _MAV_RETURN_float(msg, 36);
463 static inline float mavlink_msg_highres_imu_get_zmag(
const mavlink_message_t* msg)
465 return _MAV_RETURN_float(msg, 40);
473 static inline float mavlink_msg_highres_imu_get_abs_pressure(
const mavlink_message_t* msg)
475 return _MAV_RETURN_float(msg, 44);
483 static inline float mavlink_msg_highres_imu_get_diff_pressure(
const mavlink_message_t* msg)
485 return _MAV_RETURN_float(msg, 48);
493 static inline float mavlink_msg_highres_imu_get_pressure_alt(
const mavlink_message_t* msg)
495 return _MAV_RETURN_float(msg, 52);
503 static inline float mavlink_msg_highres_imu_get_temperature(
const mavlink_message_t* msg)
505 return _MAV_RETURN_float(msg, 56);
513 static inline uint16_t mavlink_msg_highres_imu_get_fields_updated(
const mavlink_message_t* msg)
515 return _MAV_RETURN_uint16_t(msg, 60);
524 static inline void mavlink_msg_highres_imu_decode(
const mavlink_message_t* msg,
mavlink_highres_imu_t* highres_imu)
526 #if MAVLINK_NEED_BYTE_SWAP
527 highres_imu->
time_usec = mavlink_msg_highres_imu_get_time_usec(msg);
528 highres_imu->
xacc = mavlink_msg_highres_imu_get_xacc(msg);
529 highres_imu->
yacc = mavlink_msg_highres_imu_get_yacc(msg);
530 highres_imu->
zacc = mavlink_msg_highres_imu_get_zacc(msg);
531 highres_imu->
xgyro = mavlink_msg_highres_imu_get_xgyro(msg);
532 highres_imu->
ygyro = mavlink_msg_highres_imu_get_ygyro(msg);
533 highres_imu->
zgyro = mavlink_msg_highres_imu_get_zgyro(msg);
534 highres_imu->
xmag = mavlink_msg_highres_imu_get_xmag(msg);
535 highres_imu->
ymag = mavlink_msg_highres_imu_get_ymag(msg);
536 highres_imu->
zmag = mavlink_msg_highres_imu_get_zmag(msg);
537 highres_imu->
abs_pressure = mavlink_msg_highres_imu_get_abs_pressure(msg);
538 highres_imu->
diff_pressure = mavlink_msg_highres_imu_get_diff_pressure(msg);
539 highres_imu->
pressure_alt = mavlink_msg_highres_imu_get_pressure_alt(msg);
540 highres_imu->
temperature = mavlink_msg_highres_imu_get_temperature(msg);
541 highres_imu->
fields_updated = mavlink_msg_highres_imu_get_fields_updated(msg);
543 memcpy(highres_imu, _MAV_PAYLOAD(msg), MAVLINK_MSG_ID_HIGHRES_IMU_LEN);
float ygyro
Angular speed around Y axis (rad / sec)
Definition: mavlink_msg_highres_imu.h:12
float xgyro
Angular speed around X axis (rad / sec)
Definition: mavlink_msg_highres_imu.h:11
float zgyro
Angular speed around Z axis (rad / sec)
Definition: mavlink_msg_highres_imu.h:13
uint16_t fields_updated
Bitmask for fields that have updated since last message, bit 0 = xacc, bit 12: temperature.
Definition: mavlink_msg_highres_imu.h:21
float zacc
Z acceleration (m/s^2)
Definition: mavlink_msg_highres_imu.h:10
float xmag
X Magnetic field (Gauss)
Definition: mavlink_msg_highres_imu.h:14
float temperature
Temperature in degrees celsius.
Definition: mavlink_msg_highres_imu.h:20
float zmag
Z Magnetic field (Gauss)
Definition: mavlink_msg_highres_imu.h:16
float diff_pressure
Differential pressure in millibar.
Definition: mavlink_msg_highres_imu.h:18
float ymag
Y Magnetic field (Gauss)
Definition: mavlink_msg_highres_imu.h:15
Definition: mavlink_msg_highres_imu.h:5
uint64_t time_usec
Timestamp (microseconds, synced to UNIX time or since system boot)
Definition: mavlink_msg_highres_imu.h:7
float abs_pressure
Absolute pressure in millibar.
Definition: mavlink_msg_highres_imu.h:17
float xacc
X acceleration (m/s^2)
Definition: mavlink_msg_highres_imu.h:8
float pressure_alt
Altitude calculated from pressure.
Definition: mavlink_msg_highres_imu.h:19
float yacc
Y acceleration (m/s^2)
Definition: mavlink_msg_highres_imu.h:9