 |
FastRTPS
Version 2.11.2
FastRTPS
|
20 #ifndef PARTICIPANTATTRIBUTES_H_
21 #define PARTICIPANTATTRIBUTES_H_
23 #include <fastdds/rtps/attributes/RTPSParticipantAttributes.h>
42 rtps::RTPSParticipantAttributes
rtps;
55 return (this->domainId == b.
domainId && this->rtps == b.
rtps);
bool operator==(const ParticipantAttributes &b) const
Definition: ParticipantAttributes.h:52
Class ParticipantAttributes, used by the user to define the attributes of a Participant.
Definition: ParticipantAttributes.h:34
virtual ~ParticipantAttributes()
Definition: ParticipantAttributes.h:48
rtps::RTPSParticipantAttributes rtps
Attributes of the associated RTPSParticipant.
Definition: ParticipantAttributes.h:42
uint32_t domainId
DomainId to be used by the associated RTPSParticipant (default: 0)
Definition: ParticipantAttributes.h:39
ParticipantAttributes()
Definition: ParticipantAttributes.h:44
Definition: LibrarySettingsAttributes.h:23