#include <AP_GPS_None.h>
Inherits GPS.
Public Member Functions | |
AP_GPS_None (Stream *s) | |
virtual void | init (void) |
virtual bool | read (void) |
Definition at line 8 of file AP_GPS_None.h.
AP_GPS_None::AP_GPS_None | ( | Stream * | s | ) | [inline] |
Definition at line 11 of file AP_GPS_None.h.
virtual void AP_GPS_None::init | ( | void | ) | [inline, 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.
Implements GPS.
Definition at line 12 of file AP_GPS_None.h.
virtual bool AP_GPS_None::read | ( | void | ) | [inline, virtual] |