#include <DataFlowI.h>
Public Member Functions | |
PortableServer::POA_ptr | _default_POA () |
virtual RTT::corba::CRemoteChannelElement_ptr | activate_this () |
CRemoteChannelElement_i (corba::CorbaTypeTransporter const &transport, PortableServer::POA_ptr poa) | |
void | setCDataFlowInterface (CDataFlowInterface_i *dataflow) |
virtual void | transferSamples ()=0 |
virtual | ~CRemoteChannelElement_i () |
Protected Attributes | |
CDataFlowInterface_i * | mdataflow |
PortableServer::POA_var | mpoa |
CRemoteChannelElement_var | remote_side |
RTT::corba::CorbaTypeTransporter const & | transport |
Base class for CORBA channel servers. Derive from this class to implement a channel which transports data over a CORBA connection.
Definition at line 69 of file DataFlowI.h.
CRemoteChannelElement_i::CRemoteChannelElement_i | ( | corba::CorbaTypeTransporter const & | transport, |
PortableServer::POA_ptr | poa | ||
) |
Definition at line 619 of file DataFlowI.cpp.
|
virtual |
Definition at line 625 of file DataFlowI.cpp.
PortableServer::POA_ptr CRemoteChannelElement_i::_default_POA | ( | ) |
Definition at line 627 of file DataFlowI.cpp.
|
inlinevirtual |
Definition at line 85 of file DataFlowI.h.
|
inline |
Definition at line 93 of file DataFlowI.h.
|
pure virtual |
Implemented in RTT::corba::RemoteChannelElement< T >.
|
protected |
Definition at line 77 of file DataFlowI.h.
|
protected |
Definition at line 76 of file DataFlowI.h.
|
protected |
Definition at line 74 of file DataFlowI.h.
|
protected |
Definition at line 75 of file DataFlowI.h.