Struct UDPv6TransportDescriptor
Defined in File UDPv6TransportDescriptor.h
Inheritance Relationships
Base Type
public eprosima::fastdds::rtps::UDPTransportDescriptor
(Struct UDPTransportDescriptor)
Struct Documentation
-
struct UDPv6TransportDescriptor : public eprosima::fastdds::rtps::UDPTransportDescriptor
UDPv6 Transport configuration The kind value for UDPv6TransportDescriptor is given by
eprosima::fastrtps::rtps::LOCATOR_KIND_UDPv6
.Public Functions
-
virtual ~UDPv6TransportDescriptor() = default
Destructor.
-
virtual TransportInterface *create_transport() const override
Factory method pattern. It will create and return a TransportInterface corresponding to this descriptor. This provides an interface to the NetworkFactory to create the transports without the need to know about their type
-
RTPS_DllAPI UDPv6TransportDescriptor()
Constructor.
-
RTPS_DllAPI UDPv6TransportDescriptor(const UDPv6TransportDescriptor &t) = default
Copy constructor.
- RTPS_DllAPI UDPv6TransportDescriptor & operator= (const UDPv6TransportDescriptor &t)=default
Copy assignment.
- RTPS_DllAPI bool operator== (const UDPv6TransportDescriptor &t) const
-
virtual ~UDPv6TransportDescriptor() = default