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