1 #ifndef ORO_RTT_corba_FWD_HPP 2 #define ORO_RTT_corba_FWD_HPP 7 class CorbaTypeTransporter;
10 class RemoteOutputPort;
11 struct ApplicationServer;
13 struct NonExistingDataSource;
15 struct UpdatedCommand;
16 class TaskContextProxy;
17 class TaskContextServer;
28 template<
class Type,
class _CorbaType>
32 template<
typename PortClass>
38 using namespace corba;
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...
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.
Mirrors a remote DataSource.