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