Orocos Real-Time Toolkit  2.8.3
rtt-corba-fwd.hpp
Go to the documentation of this file.
1 #ifndef ORO_RTT_corba_FWD_HPP
2 #define ORO_RTT_corba_FWD_HPP
3 
4 namespace RTT {
5  namespace corba {
6  class CorbaDispatcher;
7  class CorbaTypeTransporter;
8  class OrbRunner;
9  class RemoteInputPort;
10  class RemoteOutputPort;
11  struct ApplicationServer;
12  struct IllegalServer;
13  struct NonExistingDataSource;
14  struct RemoteConnID;
15  struct UpdatedCommand;
16  class TaskContextProxy;
17  class TaskContextServer;
18  template<class T>
20  template<class T>
22  template<class T>
24  template<class T>
25  class DataSourceProxy;
26  template<class T>
28  template<class Type, class _CorbaType>
29  struct AnyConversionHelper;
30  template<class Type>
31  struct AnyConversion;
32  template<typename PortClass>
33  class RemotePort;
34  template<typename T>
36  }
37  namespace detail {
38  using namespace corba;
39  }
40 }
41 #endif
This class converts a given application-specific type to a CORBA::Any object and vice versa...
For each transportable type T, specify the conversion functions.
Mirrors a remote assignable value datasource.
Used for the conversion of types that are binary compatible between CORBA type and std C++ type...
Implements the CRemoteChannelElement of the CORBA IDL interface.
Contains the common CORBA management code for proxy port objects representing ports available through...
Definition: RemotePorts.hpp:62
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.
Definition: Activity.cpp:51
Mirrors a remote DataSource.