Orocos Real-Time Toolkit  2.9.0
Public Member Functions | Public Attributes | List of all members
RTT::internal::SharedConnID Struct Reference

Represents a shared connection created by the ConnFactory. More...

#include <rtt/internal/SharedConnection.hpp>

Inheritance diagram for RTT::internal::SharedConnID:
RTT::internal::ConnID

Public Member Functions

 SharedConnID (boost::intrusive_ptr< SharedConnectionBase > connection)
 
virtual ConnIDclone () const
 
virtual bool isSameID (ConnID const &id) const
 
template<typename T >
boost::intrusive_ptr< SharedConnection< T > > getConnection () const
 

Public Attributes

boost::intrusive_ptr< SharedConnectionBaseconnection
 

Detailed Description

Represents a shared connection created by the ConnFactory.

Definition at line 56 of file SharedConnection.hpp.

Constructor & Destructor Documentation

RTT::internal::SharedConnID::SharedConnID ( boost::intrusive_ptr< SharedConnectionBase connection)
inline

Definition at line 59 of file SharedConnection.hpp.

Member Function Documentation

ConnID * SharedConnID::clone ( ) const
virtual

Implements RTT::internal::ConnID.

Definition at line 61 of file SharedConnection.cpp.

template<typename T >
boost::intrusive_ptr< SharedConnection<T> > RTT::internal::SharedConnID::getConnection ( ) const
inline

Definition at line 63 of file SharedConnection.hpp.

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

Implements RTT::internal::ConnID.

Definition at line 53 of file SharedConnection.cpp.

References connection.

Member Data Documentation

boost::intrusive_ptr< SharedConnectionBase > RTT::internal::SharedConnID::connection

Definition at line 58 of file SharedConnection.hpp.

Referenced by isSameID().


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