#include <AP_GPS_406.h>
Inherits AP_GPS_SIRF.
Public Member Functions | |
AP_GPS_406 (Stream *port) | |
virtual void | init (void) |
Definition at line 19 of file AP_GPS_406.h.
AP_GPS_406::AP_GPS_406 | ( | Stream * | port | ) |
Definition at line 19 of file AP_GPS_406.cpp.
void AP_GPS_406::init | ( | void | ) | [virtual] |
Startup initialisation.
This routine performs any one-off initialisation required to set the GPS up for use.
Must be implemented by the GPS driver.
Reimplemented from AP_GPS_SIRF.
Definition at line 24 of file AP_GPS_406.cpp.