Orocos Real-Time Toolkit
2.8.3
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
rtt
transports
corba
StdException.idl
Go to the documentation of this file.
1
#ifndef ORO_CORBA_CPPEXCEPTION_IDL
2
#define ORO_CORBA_CPPEXCEPTION_IDL
3
4
#ifdef CORBA_IS_TAO
5
//resolves LNK2005
6
#include <tao/orb.idl>
7
#endif
8
9
module
RTT
10
{
11
module corba
12
{
13
/* Used to pass std::exception across the CORBA boundary
14
*/
15
exception
StdException
16
{
17
string
what
;
18
};
19
};
20
};
21
22
#endif
RTT::corba::StdException
Definition:
StdException.idl:15
RTT::corba::StdException::what
string what
Definition:
StdException.idl:17
RTT
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.
Definition:
Activity.cpp:51
Generated on Fri Apr 5 2019 12:14:55 for Orocos Real-Time Toolkit by
1.8.11