Orocos Real-Time Toolkit  2.8.3
Public Member Functions | Public Attributes | List of all members
RTT::corba::RemoteConnID Struct Reference

Represents a connection to a remote CORBA port. More...

#include <rtt/transports/corba/RemoteConnID.hpp>

Inheritance diagram for RTT::corba::RemoteConnID:
RTT::internal::ConnID

Public Member Functions

 RemoteConnID (CDataFlowInterface_ptr dataflow, std::string const &name)
 
bool isSameID (ConnID const &id) const
 
ConnIDclone () const
 

Public Attributes

const CDataFlowInterface_var dataflow
 
const std::string name
 

Detailed Description

Represents a connection to a remote CORBA port.

Definition at line 60 of file RemoteConnID.hpp.

Constructor & Destructor Documentation

RemoteConnID::RemoteConnID ( CDataFlowInterface_ptr  dataflow,
std::string const &  name 
)

Definition at line 50 of file RemoteConnID.cpp.

Referenced by clone().

Member Function Documentation

RTT::internal::ConnID * RemoteConnID::clone ( ) const
virtual

Implements RTT::internal::ConnID.

Definition at line 61 of file RemoteConnID.cpp.

References dataflow, name, and RemoteConnID().

bool RemoteConnID::isSameID ( ConnID const &  id) const
virtual

Implements RTT::internal::ConnID.

Definition at line 54 of file RemoteConnID.cpp.

References dataflow, and name.

Member Data Documentation

const CDataFlowInterface_var RTT::corba::RemoteConnID::dataflow

Definition at line 62 of file RemoteConnID.hpp.

Referenced by clone(), and isSameID().

const std::string RTT::corba::RemoteConnID::name

Definition at line 63 of file RemoteConnID.hpp.

Referenced by clone(), and isSameID().


The documentation for this struct was generated from the following files: