iox::roudi::PortData🔗
container for common port data which is related to the subscriber port as well as the publisher port
#include <iceoryx_posh/roudi/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 17 March 2022 at 12:15:57 CET