44 #ifndef REMOTE_TELEMETRY_H_
45 #define REMOTE_TELEMETRY_H_
47 #include "mavlink_stream.h"
48 #include "mavlink_message_handler.h"
72 void remote_telemetry_send_raw(
const remote_t* remote,
const mavlink_stream_t* mavlink_stream, mavlink_message_t* msg);
81 void remote_telemetry_send_scaled(
const remote_t* remote,
const mavlink_stream_t* mavlink_stream, mavlink_message_t* msg);
Main message handler structure.
Definition: mavlink_message_handler.h:152
The configuration structure of the remote.
Definition: remote.h:150
Main structure for the MAVLink stream module.
Definition: mavlink_stream.h:87