Struct UDPv4TransportDescriptor
Defined in File UDPv4TransportDescriptor.h
Inheritance Relationships
Base Type
public eprosima::fastdds::rtps::UDPTransportDescriptor
(Struct UDPTransportDescriptor)
Struct Documentation
-
struct UDPv4TransportDescriptor : public eprosima::fastdds::rtps::UDPTransportDescriptor
UDPv4 Transport configuration The kind value for UDPv4TransportDescriptor is given by
eprosima::fastrtps::rtps::LOCATOR_KIND_UDPv4
.Public Functions
-
virtual ~UDPv4TransportDescriptor() = 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 UDPv4TransportDescriptor()
Constructor.
-
RTPS_DllAPI UDPv4TransportDescriptor(const UDPv4TransportDescriptor &t) = default
Copy constructor.
- RTPS_DllAPI UDPv4TransportDescriptor & operator= (const UDPv4TransportDescriptor &t)=default
Copy assignment.
- RTPS_DllAPI bool operator== (const UDPv4TransportDescriptor &t) const
-
virtual ~UDPv4TransportDescriptor() = default