#include <ParticipantBuiltinTopicData.hpp>
Public Member Functions | |
| FASTDDS_EXPORTED_API | ParticipantBuiltinTopicData ()=default |
| Default constructor. | |
| FASTDDS_EXPORTED_API | ParticipantBuiltinTopicData (const VendorId_t vendor_id, const dds::DomainId_t domain_id, const RTPSParticipantAllocationAttributes &allocation) |
| Constructor with allocation attributes. | |
Public Attributes | |
| BuiltinTopicKey_t | key |
| Builtin topic Key. | |
| dds::UserDataQosPolicy | user_data |
| UserData QoS. | |
| GUID_t | guid |
| Participant GUID. | |
| dds::ParameterPropertyList_t | properties |
| Properties. | |
| fastcdr::string_255 | participant_name |
| Participant name. | |
| RemoteLocatorList | metatraffic_locators |
| Metatraffic locators. | |
| RemoteLocatorList | default_locators |
| Default locators. | |
| dds::Duration_t | lease_duration |
| Lease Duration. | |
| VendorId_t | vendor_id |
| Vendor id. | |
| ProductVersion_t | product_version |
| Product version. | |
| dds::DomainId_t | domain_id |
| Participant domain id. | |
| fastcdr::optional< dds::WireProtocolConfigQos > | wire_protocol |
| Wire Protocol Qos. | |
|
default |
Default constructor.
| FASTDDS_EXPORTED_API ParticipantBuiltinTopicData | ( | const VendorId_t | vendor_id, |
| const dds::DomainId_t | domain_id, | ||
| const RTPSParticipantAllocationAttributes & | allocation ) |
Constructor with allocation attributes.
| RemoteLocatorList default_locators |
Default locators.
| dds::DomainId_t domain_id |
Participant domain id.
| GUID_t guid |
Participant GUID.
Builtin topic Key.
| dds::Duration_t lease_duration |
Lease Duration.
| RemoteLocatorList metatraffic_locators |
Metatraffic locators.
| fastcdr::string_255 participant_name |
Participant name.
| ProductVersion_t product_version |
Product version.
| dds::ParameterPropertyList_t properties |
Properties.
| dds::UserDataQosPolicy user_data |
UserData QoS.
| VendorId_t vendor_id |
Vendor id.
| fastcdr::optional<dds::WireProtocolConfigQos> wire_protocol |
Wire Protocol Qos.