44 #ifndef IMU_TELEMETRY_H_
45 #define IMU_TELEMETRY_H_
47 #include "mavlink_stream.h"
48 #include "mavlink_message_handler.h"
72 void imu_telemetry_send_scaled(
const imu_t* imu,
const mavlink_stream_t* mavlink_stream, mavlink_message_t* msg);
82 void imu_telemetry_send_raw(
const imu_t* imu,
const mavlink_stream_t* mavlink_stream, mavlink_message_t* msg);
Main message handler structure.
Definition: mavlink_message_handler.h:152
The IMU structure.
Definition: imu.h:108
Main structure for the MAVLink stream module.
Definition: mavlink_stream.h:87