17 #ifndef IOX_POSH_POPO_PORTS_APPLICATION_PORT_DATA_HPP
18 #define IOX_POSH_POPO_PORTS_APPLICATION_PORT_DATA_HPP
20 #include "iceoryx_posh/iceoryx_posh_types.hpp"
21 #include "iceoryx_posh/internal/popo/ports/base_port_data.hpp"
22 #include "iceoryx_utils/internal/concurrent/fifo.hpp"
33 concurrent::FiFo<capro::CaproMessage, MAX_APPLICATION_CAPRO_FIFO_SIZE> m_caproMessageFiFo;
Definition: service_description.hpp:29
Definition: application_port_data.hpp:29
Defines different base port data.
Definition: base_port_data.hpp:34