AP_GPS: added in two more dynamic model enums

This commit is contained in:
Andrew Tridgell 2012-11-22 16:23:29 +11:00
parent 9317cb6925
commit 24c0413b7e

View File

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