#include <stdlib.h>
Go to the source code of this file.
Namespaces | |
namespace | RTT |
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute. | |
namespace | RTT::internal |
Defines | |
#define | CATCH(T, C) catch(T){C} |
#define | CATCH_ALL(C) catch(...){C} |
#define | TRY(C) if(::RTT::internal::catch_exception()){C} else try{C} |
Contains static global configuration variables and cached entries. | |
Functions | |
bool | RTT::internal::catch_exception () |
Variables | |
int | RTT::internal::m_catch_exception = -1 |
Definition in file CatchConfig.hpp.
Definition at line 57 of file CatchConfig.hpp.
Definition at line 58 of file CatchConfig.hpp.
#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.