Fast DDS  Version 3.0.0
Fast DDS
Loading...
Searching...
No Matches
ParticipantBuiltinTopicData.hpp
1// Copyright 2024 Proyectos y Sistemas de Mantenimiento SL (eProsima).
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7// http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
20#ifndef FASTDDS_RTPS_BUILTIN_DATA__PARTICIPANTBUILTINTOPICDATA_HPP
21#define FASTDDS_RTPS_BUILTIN_DATA__PARTICIPANTBUILTINTOPICDATA_HPP
22
23#include <fastdds/dds/core/policy/QosPolicies.hpp>
24#include <fastdds/rtps/builtin/data/BuiltinTopicKey.hpp>
25#include <fastdds/rtps/common/ProductVersion_t.hpp>
26#include <fastdds/rtps/common/RemoteLocators.hpp>
27
28namespace eprosima {
29namespace fastdds {
30namespace rtps {
31
67
68} // rtps
69} // fastdds
70} // eprosima
71
72#endif // FASTDDS_RTPS_BUILTIN_DATA__PARTICIPANTBUILTINTOPICDATA_HPP
Definition ParameterTypes.hpp:1225
uint32_t DomainId_t
Definition Types.hpp:24
eprosima::fastdds::rtps::VendorId_t VendorId_t
Structure VendorId_t, specifying the vendor Id of the implementation.
Definition Types.hpp:163
eProsima namespace.
Structure Time_t, used to describe times at a DDS level.
Definition Time_t.hpp:36
Definition BuiltinTopicKey.hpp:30
Structure GUID_t, entity identifier, unique in DDS-RTPS Domain.
Definition Guid.hpp:40
Definition ParticipantBuiltinTopicData.hpp:33
dds::UserDataQosPolicy user_data
UserData QoS.
Definition ParticipantBuiltinTopicData.hpp:38
ProductVersion_t product_version
Product version.
Definition ParticipantBuiltinTopicData.hpp:62
fastcdr::string_255 participant_name
Participant name.
Definition ParticipantBuiltinTopicData.hpp:47
RemoteLocatorList metatraffic_locators
Metatraffic locators.
Definition ParticipantBuiltinTopicData.hpp:50
VendorId_t vendor_id
Vendor id.
Definition ParticipantBuiltinTopicData.hpp:59
GUID_t guid
Participant GUID.
Definition ParticipantBuiltinTopicData.hpp:41
RemoteLocatorList default_locators
Default locators.
Definition ParticipantBuiltinTopicData.hpp:53
dds::ParameterPropertyList_t properties
Properties.
Definition ParticipantBuiltinTopicData.hpp:44
dds::DomainId_t domain_id
Participant domain id.
Definition ParticipantBuiltinTopicData.hpp:65
BuiltinTopicKey_t key
Builtin topic Key.
Definition ParticipantBuiltinTopicData.hpp:35
dds::Duration_t lease_duration
Lease Duration.
Definition ParticipantBuiltinTopicData.hpp:56
Definition ProductVersion_t.hpp:31
Holds information about the locators of a remote entity.
Definition RemoteLocators.hpp:34