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::Power Interface ReferenceAccess to a robot's power subsystem.
More...
|
Public Member Functions | |
idempotent PowerData | getData () throws DataNotExistException, HardwareFailedException |
void | subscribe (PowerConsumer *subscriber) throws SubscriptionFailedException |
idempotent void | unsubscribe (PowerConsumer *subscriber) |
|
Returns the latest data. Raises DataNotExistException if data is not available. Raises HardwareFailedException there is a problem with the underlying hardware. |
|
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)