Fast RTPS  Version 2.14.1
Fast RTPS
Loading...
Searching...
No Matches

Class ParticipantAttributes, used by the user to define the attributes of a Participant. More...

#include <ParticipantAttributes.h>

Public Member Functions

 ParticipantAttributes ()
 
virtual ~ParticipantAttributes ()
 
bool operator== (const ParticipantAttributes &b) const
 

Public Attributes

uint32_t domainId = 0
 DomainId to be used by the associated RTPSParticipant (default: 0)
 
rtps::RTPSParticipantAttributes rtps
 Attributes of the associated RTPSParticipant.
 

Detailed Description

Class ParticipantAttributes, used by the user to define the attributes of a Participant.

The Participants in the Publisher-Subscriber layer are only a container to a RTPSParticipant, so their attributes are the same. Still to maintain the equivalence this class is used to define them.

Constructor & Destructor Documentation

◆ ParticipantAttributes()

◆ ~ParticipantAttributes()

virtual ~ParticipantAttributes ( )
inlinevirtual

Member Function Documentation

◆ operator==()

bool operator== ( const ParticipantAttributes b) const
inline

Member Data Documentation

◆ domainId

uint32_t domainId = 0

DomainId to be used by the associated RTPSParticipant (default: 0)

◆ rtps

rtps::RTPSParticipantAttributes rtps

Attributes of the associated RTPSParticipant.


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