orca-robotics INTRODUCTION Overview Download and Install Documentation REPOSITORY Interfaces Drivers Libraries Utilities Software Map DEVELOPER Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
hydrointerfaces::Gps Class ReferenceAbstract class for a GPS system.
More...
|
Public Types | |
enum | PositionType { GpsPositionTypeNotAvailable, GpsPositionTypeAutonomous, GpsPositionTypeDifferential } |
Public Member Functions | |
virtual void | read (Data &data)=0 |
Classes | |
class | Config |
General configuration of a Gps system; empty for now. More... | |
struct | Data |
Gps data structure. More... |
All drivers should implement this, making it simple to add support for different drivers.
Initialization is assumed to be performed in the constructor.
This guy is not guaranteed to be thread-safe!
|
Gps position types. Using Novatel codes here is probably not the best thing. With more thought it's probably possible to categorize these position types into more generic categories. For now, non-Novatel receivers should use the generic types listed first. |
|
Reads from GPS, blocks till timout expires May throw GpsException |
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)