Fast RTPS  Version 2.14.1
Fast RTPS
Loading...
Searching...
No Matches
StaticRTPSParticipantInfo Class Reference

Class StaticRTPSParticipantInfo, contains the information of writers and readers loaded from the XML file. More...

#include <XMLEndpointParser.h>

Public Member Functions

 StaticRTPSParticipantInfo ()
 
virtual ~StaticRTPSParticipantInfo ()
 

Public Attributes

std::string m_RTPSParticipantName
 RTPS PArticipant name.
 
std::vector< rtps::ReaderProxyData * > m_readers
 Vector of ReaderProxyData pointer.
 
std::vector< rtps::WriterProxyData * > m_writers
 Vector of ReaderProxyData pointer.
 

Detailed Description

Class StaticRTPSParticipantInfo, contains the information of writers and readers loaded from the XML file.

Constructor & Destructor Documentation

◆ StaticRTPSParticipantInfo()

◆ ~StaticRTPSParticipantInfo()

virtual ~StaticRTPSParticipantInfo ( )
inlinevirtual

Member Data Documentation

◆ m_readers

std::vector<rtps::ReaderProxyData*> m_readers

Vector of ReaderProxyData pointer.

◆ m_RTPSParticipantName

std::string m_RTPSParticipantName

RTPS PArticipant name.

◆ m_writers

std::vector<rtps::WriterProxyData*> m_writers

Vector of ReaderProxyData pointer.


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