#include <DeploymentComponent.hpp>
Public Types | |
typedef std::vector< RTT::TaskContext * > | Owners |
typedef std::vector< RTT::base::PortInterface * > | Ports |
Public Attributes | |
Owners | owners |
RTT::ConnPolicy | policy |
Ports | ports |
Assembles all ports which share a connection.
Definition at line 153 of file DeploymentComponent.hpp.
typedef std::vector<RTT::TaskContext*> OCL::DeploymentComponent::ConnectionData::Owners |
Definition at line 155 of file DeploymentComponent.hpp.
typedef std::vector<RTT::base::PortInterface*> OCL::DeploymentComponent::ConnectionData::Ports |
Definition at line 154 of file DeploymentComponent.hpp.
Owners OCL::DeploymentComponent::ConnectionData::owners |
Definition at line 157 of file DeploymentComponent.hpp.
RTT::ConnPolicy OCL::DeploymentComponent::ConnectionData::policy |
Definition at line 158 of file DeploymentComponent.hpp.
Ports OCL::DeploymentComponent::ConnectionData::ports |
Definition at line 156 of file DeploymentComponent.hpp.