|
|
@ -363,8 +363,7 @@ public: |
|
|
|
void send_mavlink_gps_raw(mavlink_channel_t chan); |
|
|
|
void send_mavlink_gps_raw(mavlink_channel_t chan); |
|
|
|
void send_mavlink_gps2_raw(mavlink_channel_t chan); |
|
|
|
void send_mavlink_gps2_raw(mavlink_channel_t chan); |
|
|
|
|
|
|
|
|
|
|
|
void send_mavlink_gps_rtk(mavlink_channel_t chan); |
|
|
|
void send_mavlink_gps_rtk(mavlink_channel_t chan, uint8_t inst); |
|
|
|
void send_mavlink_gps2_rtk(mavlink_channel_t chan); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Returns the index of the first unconfigured GPS (returns GPS_ALL_CONFIGURED if all instances report as being configured)
|
|
|
|
// Returns the index of the first unconfigured GPS (returns GPS_ALL_CONFIGURED if all instances report as being configured)
|
|
|
|
uint8_t first_unconfigured_gps(void) const; |
|
|
|
uint8_t first_unconfigured_gps(void) const; |
|
|
|