Skip to content

iox::roudi::PortData🔗

container for common port data which is related to the subscriber port as well as the publisher port

#include <introspection_types.hpp>

Inherited by iox::roudi::PublisherPortData

Public Attributes🔗

Name
RuntimeName_t m_name
capro::IdString_t m_caproInstanceID
capro::IdString_t m_caproServiceID
capro::IdString_t m_caproEventMethodID
NodeName_t m_node

Public Attributes Documentation🔗

variable m_name🔗

RuntimeName_t m_name;

variable m_caproInstanceID🔗

capro::IdString_t m_caproInstanceID;

variable m_caproServiceID🔗

capro::IdString_t m_caproServiceID;

variable m_caproEventMethodID🔗

capro::IdString_t m_caproEventMethodID;

variable m_node🔗

NodeName_t m_node;

Updated on 26 April 2021 at 15:31:02 CEST