#include <RemoteConnID.hpp>

Public Member Functions | |
| ConnID * | clone () const |
| bool | isSameID (ConnID const &id) const |
| RemoteConnID (CDataFlowInterface_ptr dataflow, std::string const &name) | |
Public Attributes | |
| const CDataFlowInterface_var | dataflow |
| const std::string | name |
Represents a connection to a remote CORBA port.
Definition at line 60 of file RemoteConnID.hpp.
| RemoteConnID::RemoteConnID | ( | CDataFlowInterface_ptr | dataflow, |
| std::string const & | name | ||
| ) |
Definition at line 50 of file RemoteConnID.cpp.
| RTT::internal::ConnID * RemoteConnID::clone | ( | ) | const [virtual] |
Implements RTT::internal::ConnID.
Definition at line 61 of file RemoteConnID.cpp.
| bool RemoteConnID::isSameID | ( | ConnID const & | id | ) | const [virtual] |
Implements RTT::internal::ConnID.
Definition at line 54 of file RemoteConnID.cpp.
| const CDataFlowInterface_var RTT::corba::RemoteConnID::dataflow |
Definition at line 62 of file RemoteConnID.hpp.
| const std::string RTT::corba::RemoteConnID::name |
Definition at line 63 of file RemoteConnID.hpp.