You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
392 B
16 lines
392 B
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- |
|
|
|
/// @file AP_GPS.h |
|
/// @brief Catch-all header that defines all supported GPS classes. |
|
|
|
#include "AP_GPS_NMEA.h" |
|
#include "AP_GPS_SIRF.h" |
|
#include "AP_GPS_406.h" |
|
#include "AP_GPS_UBLOX.h" |
|
#include "AP_GPS_MTK.h" |
|
#include "AP_GPS_MTK19.h" |
|
#include "AP_GPS_None.h" |
|
#include "AP_GPS_Auto.h" |
|
#include "AP_GPS_HIL.h" |
|
|
|
|
|
|