Skip to content

iox::dds::Iceoryx2DDSGateway🔗

DDS Gateway implementation for the iceoryx to DDS direction. More...

#include <iox_to_dds.hpp>

Inherits from gw::GatewayGeneric< gw::Channel< popo::UntypedSubscriber, dds::data_writer_t > >

Public Functions🔗

Name
Iceoryx2DDSGateway()
void loadConfiguration(const config::GatewayConfig & config)
void discover(const capro::CaproMessage & msg)
void forward(const channel_t & channel)

Detailed Description🔗

template <typename channel_t  =gw::Channel<popo::UntypedSubscriber, dds::data_writer_t>,
typename gateway_t  =gw::GatewayGeneric<channel_t>>
class iox::dds::Iceoryx2DDSGateway;

DDS Gateway implementation for the iceoryx to DDS direction.

Public Functions Documentation🔗

function Iceoryx2DDSGateway🔗

inline Iceoryx2DDSGateway()

function loadConfiguration🔗

inline void loadConfiguration(
    const config::GatewayConfig & config
)

function discover🔗

inline void discover(
    const capro::CaproMessage & msg
)

function forward🔗

inline void forward(
    const channel_t & channel
)

Updated on 17 June 2021 at 11:15:28 CEST