1234567891011121314151617181920212223242526272829303132 |
- #ifndef UDPV4_TRANSPORT_DESCRIPTOR
- #define UDPV4_TRANSPORT_DESCRIPTOR
- #include <fastrtps/transport/UDPTransportDescriptor.h>
- #include <fastdds/rtps/transport/UDPv4TransportDescriptor.h>
- namespace eprosima{
- namespace fastrtps{
- namespace rtps{
- using UDPv4TransportDescriptor = fastdds::rtps::UDPv4TransportDescriptor;
- }
- }
- }
- #endif
|