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::HandProducer Class ReferenceSingle-origin scanning range sensor.
More...
|
Public Member Functions | |
HandData | getData () |
Functions for reading from the laser. | |
void | subscribe (HandConsumer *subscriber) throw ( SubscriptionFailedException) |
void | unsubscribe (HandConsumer *subscriber)) |
void orca::HandProducer::subscribe | ( | HandConsumer * | subscriber | ) | throw ( SubscriptionFailedException) |
Mimics IceStorm's subscribe() but without QoS, for now. The implementation may choose to implement the push or use IceStorm. This choice is transparent to the subscriber.
subscriber | The subscriber's proxy. |
void orca::HandProducer::unsubscribe | ( | HandConsumer * | subscriber | ) |
Unsubscribe the given [subscriber].
subscriber | The proxy of an existing subscriber. |
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)