Orocos Real-Time Toolkit
2.9.0
|
#include <stdlib.h>
Go to the source code of this file.
Namespaces | |
RTT | |
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute. | |
RTT::internal | |
Classes which contain all implementation code for the RTT. | |
Macros | |
#define | TRY(C) if(::RTT::internal::catch_exception()){C} else try{C} |
Contains static global configuration variables and cached entries. More... | |
#define | CATCH(T, C) catch(T){C} |
#define | CATCH_ALL(C) catch(...){C} |
Functions | |
bool | RTT::internal::catch_exception () |
Variables | |
int | RTT::internal::m_catch_exception =-1 |
#define CATCH | ( | T, | |
C | |||
) | catch(T){C} |
Definition at line 57 of file CatchConfig.hpp.
Referenced by RTT::base::TaskCore::cleanup(), RTT::base::TaskCore::configure(), RTT::base::TaskCore::exception(), RTT::ExecutionEngine::processHooks(), RTT::base::TaskCore::start(), RTT::base::TaskCore::stop(), and RTT::os::thread_function().
#define CATCH_ALL | ( | C | ) | catch(...){C} |
Definition at line 58 of file CatchConfig.hpp.
Referenced by RTT::base::TaskCore::cleanup(), RTT::base::TaskCore::configure(), RTT::base::TaskCore::exception(), RTT::ExecutionEngine::processHooks(), RTT::base::TaskCore::start(), RTT::base::TaskCore::stop(), and RTT::os::thread_function().
#define TRY | ( | C | ) | if(::RTT::internal::catch_exception()){C} else try{C} |
Contains static global configuration variables and cached entries.
The Real-Time Toolkit is documented in The Orocos Real-Time Toolkit Online Manual
Definition at line 56 of file CatchConfig.hpp.
Referenced by RTT::base::TaskCore::cleanup(), RTT::base::TaskCore::configure(), RTT::base::TaskCore::exception(), RTT::ExecutionEngine::processHooks(), RTT::base::TaskCore::start(), RTT::base::TaskCore::stop(), and RTT::os::thread_function().