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
|
orcaice::Activator Class ReferenceA 'fire-and-forget' component activator. More...
Detailed DescriptionA 'fire-and-forget' component activator.This thing will keep trying to activate the component until either: (a) it succeeds (in which case it self-destructs), or (b) the component shuts down. In place of 'activate()' (which may fail), use the activator like so in the component's start() function:
orcaice::Activator *activator = new orcaice::Activator( context() ); activator->start(); ... (now forget about it) ...
The documentation for this class was generated from the following files:
|
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)