1234567891011121314151617181920212223242526272829303132333435 |
- #ifndef UDP_TRANSPORT_INTERFACE_H
- #define UDP_TRANSPORT_INTERFACE_H
- #include <fastrtps/transport/TransportInterface.h>
- #include <fastrtps/transport/UDPChannelResource.h>
- #include <fastrtps/transport/UDPTransportDescriptor.h>
- #include <fastrtps/utils/IPFinder.h>
- #include <fastdds/rtps/transport/UDPTransportInterface.h>
- namespace eprosima{
- namespace fastrtps{
- namespace rtps{
- using UDPTransportInterface = fastdds::rtps::UDPTransportInterface;
- }
- }
- }
- #endif
|