RTC Toolkit 5.1.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
rtctk::componentFramework::DdsReaderParams Struct Reference

Structure that keeps together topic name and DDS Data Writer listener. More...

#include <rtctk/componentFramework/ddsSub.hpp>

Public Member Functions

 DdsReaderParams (const std::string &tn, DataReaderListener *l, const std::string &mc)
 
 DdsReaderParams (const std::string &tn, DataReaderListener *l)
 
 DdsReaderParams (const std::string &tn)
 

Public Attributes

std::string topic_name
 
DataReaderListener * listener = nullptr
 
std::string multicast_address = {}
 

Detailed Description

Structure that keeps together topic name and DDS Data Writer listener.

Constructor & Destructor Documentation

◆ DdsReaderParams() [1/3]

rtctk::componentFramework::DdsReaderParams::DdsReaderParams ( const std::string & tn,
DataReaderListener * l,
const std::string & mc )
inline

◆ DdsReaderParams() [2/3]

rtctk::componentFramework::DdsReaderParams::DdsReaderParams ( const std::string & tn,
DataReaderListener * l )
inline

◆ DdsReaderParams() [3/3]

rtctk::componentFramework::DdsReaderParams::DdsReaderParams ( const std::string & tn)
inlineexplicit

Member Data Documentation

◆ listener

DataReaderListener* rtctk::componentFramework::DdsReaderParams::listener = nullptr

◆ multicast_address

std::string rtctk::componentFramework::DdsReaderParams::multicast_address = {}

◆ topic_name

std::string rtctk::componentFramework::DdsReaderParams::topic_name

The documentation for this struct was generated from the following file: