Browse Source

AP_GPS: added in two more dynamic model enums

master
Andrew Tridgell 12 years ago
parent
commit
2e63b3ae8e
  1. 2
      libraries/AP_GPS/GPS.h

2
libraries/AP_GPS/GPS.h

@ -39,6 +39,8 @@ public:
// this // this
enum GPS_Engine_Setting { enum GPS_Engine_Setting {
GPS_ENGINE_NONE = -1, GPS_ENGINE_NONE = -1,
GPS_ENGINE_PORTABLE = 0,
GPS_ENGINE_STATIONARY = 2,
GPS_ENGINE_PEDESTRIAN = 3, GPS_ENGINE_PEDESTRIAN = 3,
GPS_ENGINE_AUTOMOTIVE = 4, GPS_ENGINE_AUTOMOTIVE = 4,
GPS_ENGINE_SEA = 5, GPS_ENGINE_SEA = 5,

Loading…
Cancel
Save