43 #ifndef SONAR_I2CXL_TELEMETRY_H_
44 #define SONAR_I2CXL_TELEMETRY_H_
46 #include "mavlink_stream.h"
60 void sonar_telemetry_send(
const sonar_t* sonar,
const mavlink_stream_t* mavlink_stream, mavlink_message_t* msg);
Sonar structure, independent of the sensor used.
Definition: sonar.h:57
Main structure for the MAVLink stream module.
Definition: mavlink_stream.h:87