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);
Class ParticipantAttributes, used by the user to define the attributes of a Participant.
Definition ParticipantAttributes.h:35
uint32_t domainId
DomainId to be used by the associated RTPSParticipant (default: 0)
Definition ParticipantAttributes.h:39
bool operator==(const ParticipantAttributes &b) const
Definition ParticipantAttributes.h:52
rtps::RTPSParticipantAttributes rtps
Attributes of the associated RTPSParticipant.
Definition ParticipantAttributes.h:42
ParticipantAttributes()
Definition ParticipantAttributes.h:44
virtual ~ParticipantAttributes()
Definition ParticipantAttributes.h:48
eProsima namespace.
Definition LibrarySettingsAttributes.h:23