17 #ifndef IOX_POSH_POPO_PORTS_INTERFACE_PORT_DATA_HPP
18 #define IOX_POSH_POPO_PORTS_INTERFACE_PORT_DATA_HPP
20 #include "iceoryx_posh/capro/service_description.hpp"
21 #include "iceoryx_posh/iceoryx_posh_types.hpp"
22 #include "iceoryx_posh/internal/popo/ports/base_port_data.hpp"
23 #include "iceoryx_utils/internal/concurrent/fifo.hpp"
32 InterfacePortData(
const RuntimeName_t& runtimeName,
const capro::Interfaces interface) noexcept;
34 concurrent::FiFo<capro::CaproMessage, MAX_INTERFACE_CAPRO_FIFO_SIZE> m_caproMessageFiFo;
35 bool m_doInitialOfferForward{
true};
Definition: service_description.hpp:29
Defines different base port data.
Definition: base_port_data.hpp:34
Definition: interface_port_data.hpp:30