|
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::SubstatusThread Class ReferenceA version of the Thread class which catches all possible exceptions and integrates some Status operations. More...
Inheritance diagram for orcaice::SubstatusThread:
![]()
Detailed DescriptionA version of the Thread class which catches all possible exceptions and integrates some Status operations.If an exception is caught when the thread is not stopping, a status fault is issued. Then the thread will wait for someone to call stop(). To use this class, simply implement the pure virtual walk() function.
void MyThread::walk()
{
// initialize
// main loop
while ( !isStopping() )
{
// do something
}
// clean up
}
Constructor & Destructor Documentation
Supply an optional Tracer and Status. The optional
Member Function Documentation
This implementation calls walk(), catches all possible exceptions, prints out errors and waits for someone to call stop(). References subStatus(), and subsysName().
The documentation for this class was generated from the following files:
|
||||||||||||||||||||||||||||||||||||||||||
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)
1.4.5