orca-robotics INTRODUCTION Overview Download and Install Quick Start Documentation Publications REPOSITORY Interfaces Components Libraries Utilities Software Map DEVELOPER Tutorials Examples Dev Guide Dashboard Wiki login/pass: orca/orca PEOPLE Contributors Users Project Download Mailing lists
|
orca::Gps Interface ReferenceAccess to GpsData (raw data).
More...
|
Public Member Functions | |
idempotent GpsData | getData () throws HardwareFailedException |
Returns the latest data. | |
idempotent GpsDescription | getDescription () |
Return the gps description. | |
void | subscribe (GpsConsumer *subscriber) throws SubscriptionFailedException |
idempotent void | unsubscribe (GpsConsumer *subscriber) |
|
Mimics IceStorm's subscribe() but without QoS, for now. The implementation may choose to implement the data push internally or use IceStorm. This choice is transparent to the subscriber.
|
|
Unsubscribe the given [subscriber].
|
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)