|
|
|
@ -13,6 +13,7 @@
@@ -13,6 +13,7 @@
|
|
|
|
|
#include <DataFlash.h> |
|
|
|
|
#include <AP_Mission.h> |
|
|
|
|
#include "../AP_BattMonitor/AP_BattMonitor.h" |
|
|
|
|
#include <AP_RCMapper.h> |
|
|
|
|
#include <stdint.h> |
|
|
|
|
|
|
|
|
|
// GCS Message ID's
|
|
|
|
@ -192,7 +193,7 @@ public:
@@ -192,7 +193,7 @@ public:
|
|
|
|
|
void send_ahrs2(AP_AHRS &ahrs); |
|
|
|
|
bool send_gps_raw(AP_GPS &gps); |
|
|
|
|
void send_system_time(AP_GPS &gps); |
|
|
|
|
void send_radio_in(uint8_t receiver_rssi); |
|
|
|
|
void send_radio_in(const RCMapper &rcmap, uint8_t receiver_rssi); |
|
|
|
|
void send_raw_imu(const AP_InertialSensor &ins, const Compass &compass); |
|
|
|
|
void send_scaled_pressure(AP_Baro &barometer); |
|
|
|
|
void send_sensor_offsets(const AP_InertialSensor &ins, const Compass &compass, AP_Baro &barometer); |
|
|
|
|