Browse Source

AP_GPS: added last_message_time_ms() API

used to help GPS logging
mission-4.1.18
Andrew Tridgell 12 years ago
parent
commit
786e4cf705
  1. 3
      libraries/AP_GPS/GPS.h

3
libraries/AP_GPS/GPS.h

@ -148,6 +148,9 @@ public: @@ -148,6 +148,9 @@ public:
// the time we got our last fix in system milliseconds
uint32_t last_fix_time;
// the time we last processed a message in milliseconds
uint32_t last_message_time_ms(void) { return _idleTimer; }
// return true if the GPS supports raw velocity values

Loading…
Cancel
Save