44 #ifndef AHRS_TELEMETRY_H_
45 #define AHRS_TELEMETRY_H_
47 #include "mavlink_stream.h"
62 void ahrs_telemetry_send_attitude(
const ahrs_t* ahrs,
const mavlink_stream_t* mavlink_stream, mavlink_message_t* msg);
72 void ahrs_telemetry_send_attitude_quaternion(
const ahrs_t* ahrs,
const mavlink_stream_t* mavlink_stream, mavlink_message_t* msg);
Structure containing the Attitude and Heading Reference System.
Definition: ahrs.h:58
Main structure for the MAVLink stream module.
Definition: mavlink_stream.h:87