Orocos Real-Time Toolkit
2.9.0
|
#include <rtt/base/ChannelElementBase.hpp>
Public Member Functions | |
Output (ChannelElementBase::shared_ptr const &channel, bool mandatory=true) | |
bool | operator== (ChannelElementBase::shared_ptr const &channel) const |
Public Attributes | |
ChannelElementBase::shared_ptr | channel |
bool | mandatory |
bool | disconnected |
Definition at line 396 of file ChannelElementBase.hpp.
MultipleOutputsChannelElementBase::Output::Output | ( | ChannelElementBase::shared_ptr const & | channel, |
bool | mandatory = true |
||
) |
Definition at line 324 of file ChannelInterface.cpp.
Referenced by RTT::base::MultipleOutputsChannelElementBase::addOutput().
bool MultipleOutputsChannelElementBase::Output::operator== | ( | ChannelElementBase::shared_ptr const & | channel | ) | const |
Definition at line 330 of file ChannelInterface.cpp.
ChannelElementBase::shared_ptr RTT::base::MultipleOutputsChannelElementBase::Output::channel |
Definition at line 399 of file ChannelElementBase.hpp.
Referenced by RTT::base::MultipleOutputsChannelElementBase::disconnect(), and RTT::base::MultipleOutputsChannelElementBase::removeDisconnectedOutputs().
bool RTT::base::MultipleOutputsChannelElementBase::Output::disconnected |
Definition at line 401 of file ChannelElementBase.hpp.
Referenced by RTT::base::MultipleOutputsChannelElementBase::removeDisconnectedOutputs().
bool RTT::base::MultipleOutputsChannelElementBase::Output::mandatory |
Definition at line 400 of file ChannelElementBase.hpp.