$search

Exceptions.hpp File Reference

#include "../rtt-config.h"
Include dependency graph for Exceptions.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define ORO_THROW(x)   throw x
#define ORO_THROW_OR_RETURN(x, rv)   throw x

Detailed Description

When Orocos is compiled without exceptions (define ORO_EMBEDDED), the functions which would throw an exception simply return. For void functions, use ORO_THROW, for other functions, use ORO_THROW_OR_RETURN.

Definition in file Exceptions.hpp.


Define Documentation

#define ORO_THROW (  )     throw x

Definition at line 52 of file Exceptions.hpp.

#define ORO_THROW_OR_RETURN ( x,
rv   )     throw x

Definition at line 53 of file Exceptions.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


rtt
Author(s): RTT Developers
autogenerated on Fri Mar 1 16:25:15 2013