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

SourceForge.net Logo
Project
Download
Mailing lists

 

         

orcaice::Activator Class Reference

A 'fire-and-forget' component activator. More...

#include <activator.h>

List of all members.


Detailed Description

A '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) ...
   
    

Author:
Alex Brooks


The documentation for this class was generated from the following files:
 

Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)


Generated for Orca Robotics by  doxygen 1.4.5