123456789101112131415161718192021222324252627282930313233 |
- #ifndef UDPV6_TRANSPORT_H
- #define UDPV6_TRANSPORT_H
- #include <fastrtps/transport/UDPTransportInterface.h>
- #include <fastrtps/transport/UDPv6TransportDescriptor.h>
- #include <fastdds/rtps/transport/UDPv6Transport.h>
- namespace eprosima{
- namespace fastrtps{
- namespace rtps{
- using UDPv6Transport = fastdds::rtps::UDPv6Transport;
- }
- }
- }
- #endif
|