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 31 May 2022 at 15:29:16 CEST