mirror of https://github.com/ArduPilot/ardupilot
14 lines
338 B
C
14 lines
338 B
C
// -*- 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"
|
|
#include "AP_GPS_406.h"
|
|
#include "AP_GPS_UBLOX.h"
|
|
#include "AP_GPS_MTK.h"
|
|
#include "AP_GPS_IMU.h"
|
|
#include "AP_GPS_None.h"
|
|
|