Public Member Functions

AP_GPS_None Class Reference

#include <AP_GPS_None.h>

Inherits GPS.

Collaboration diagram for AP_GPS_None:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 AP_GPS_None (Stream *s)
virtual void init (void)
virtual bool read (void)

Detailed Description

Definition at line 8 of file AP_GPS_None.h.


Constructor & Destructor Documentation

AP_GPS_None::AP_GPS_None ( Stream s  )  [inline]

Definition at line 11 of file AP_GPS_None.h.


Member Function Documentation

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]

read from the GPS stream and update properties

Must be implemented by the GPS driver.

Returns:
true if a valid message was received from the GPS

Implements GPS.

Definition at line 13 of file AP_GPS_None.h.


The documentation for this class was generated from the following file: