Class BuiltinMutableAttributes
Defined in File RTPSParticipantAttributes.hpp
Class Documentation
-
class BuiltinMutableAttributes
Class BuiltinMutableAttributes, to define the behavior of the mutable RTPSParticipant builtin protocols. This class is a subset of BuiltinAttributes. It is separated to keep the logic of constant and mutable attributes separated.
Public Functions
-
BuiltinMutableAttributes() = default
-
inline BuiltinMutableAttributes(const BuiltinAttributes &builtin)
-
~BuiltinMutableAttributes() = default
-
inline bool operator==(const BuiltinMutableAttributes &b) const
Public Members
-
MutableDiscoverySettings discovery_config
Discovery protocol related attributes.
-
LocatorList_t metatrafficUnicastLocatorList
Metatraffic Unicast Locator List.
-
fastdds::rtps::ExternalLocators metatraffic_external_unicast_locators
The collection of external locators to use for communication on metatraffic topics.
-
BuiltinMutableAttributes() = default