Orocos Real-Time Toolkit
2.9.0
|
Represents a shared connection created by the ConnFactory. More...
#include <rtt/internal/SharedConnection.hpp>
Public Member Functions | |
SharedConnID (boost::intrusive_ptr< SharedConnectionBase > connection) | |
virtual ConnID * | clone () const |
virtual bool | isSameID (ConnID const &id) const |
template<typename T > | |
boost::intrusive_ptr< SharedConnection< T > > | getConnection () const |
Public Attributes | |
boost::intrusive_ptr< SharedConnectionBase > | connection |
Represents a shared connection created by the ConnFactory.
Definition at line 56 of file SharedConnection.hpp.
|
inline |
Definition at line 59 of file SharedConnection.hpp.
|
virtual |
Implements RTT::internal::ConnID.
Definition at line 61 of file SharedConnection.cpp.
|
inline |
Definition at line 63 of file SharedConnection.hpp.
|
virtual |
Implements RTT::internal::ConnID.
Definition at line 53 of file SharedConnection.cpp.
References connection.
boost::intrusive_ptr< SharedConnectionBase > RTT::internal::SharedConnID::connection |
Definition at line 58 of file SharedConnection.hpp.
Referenced by isSameID().