Orocos Real-Time Toolkit
2.9.0
|
Represents a local connection created by the ConnFactory. More...
#include <rtt/internal/ConnFactory.hpp>
Public Member Functions | |
LocalConnID (base::PortInterface const *obj) | |
virtual ConnID * | clone () const |
virtual bool | isSameID (ConnID const &id) const |
Public Attributes | |
base::PortInterface const * | ptr |
Represents a local connection created by the ConnFactory.
Definition at line 66 of file ConnFactory.hpp.
|
inline |
Definition at line 69 of file ConnFactory.hpp.
References clone(), and isSameID().
|
virtual |
Implements RTT::internal::ConnID.
Definition at line 57 of file ConnFactory.cpp.
Referenced by LocalConnID(), and RTT::internal::StreamConnID::StreamConnID().
|
virtual |
Implements RTT::internal::ConnID.
Definition at line 49 of file ConnFactory.cpp.
References ptr.
Referenced by LocalConnID(), and RTT::internal::StreamConnID::StreamConnID().
base::PortInterface const* RTT::internal::LocalConnID::ptr |
Definition at line 68 of file ConnFactory.hpp.
Referenced by isSameID().