2010-09-08 02:06:56 -03:00
|
|
|
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
|
|
|
|
|
|
|
|
/// @file AP_GPS.h
|
|
|
|
/// @brief Catch-all header that defines all supported GPS classes.
|
|
|
|
|
|
|
|
#include "AP_GPS_NMEA.h"
|
|
|
|
#include "AP_GPS_SIRF.h"
|
2010-09-22 21:20:11 -03:00
|
|
|
#include "AP_GPS_406.h"
|
2010-09-08 02:06:56 -03:00
|
|
|
#include "AP_GPS_UBLOX.h"
|
|
|
|
#include "AP_GPS_MTK.h"
|
2010-12-24 02:35:09 -04:00
|
|
|
#include "AP_GPS_MTK16.h"
|
2010-09-08 02:06:56 -03:00
|
|
|
#include "AP_GPS_None.h"
|
2010-10-17 03:06:04 -03:00
|
|
|
#include "AP_GPS_Auto.h"
|
2010-11-19 01:42:47 -04:00
|
|
|
#include "AP_GPS_HIL.h"
|
2010-12-28 19:27:12 -04:00
|
|
|
#include "AP_GPS_Shim.h" // obsoletes AP_GPS_HIL, use in preference
|
2011-01-16 21:50:34 -04:00
|
|
|
#include "AP_GPS_IMU.h" // temporarily reinstated for Xplane support
|