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::Properties Interface ReferenceInterface to Properties information.
More...
|
Public Member Functions | |
idempotent PropertiesData | getData () throws DataNotExistException |
Get current Properties state. Raises DataNotExistException if data is not available. | |
void | setData (PropertiesData data) |
void | subscribe (PropertiesConsumer *subscriber) throws SubscriptionFailedException |
idempotent void | unsubscribe (PropertiesConsumer *subscriber) |
|
Allow remote clients to set new properties. These will be merged with the working property set:
|
|
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)