123456789101112131415161718192021222324252627282930313233 |
- #ifndef CHANNEL_RESOURCE_INFO_
- #define CHANNEL_RESOURCE_INFO_
- #include <fastrtps/utils/Semaphore.h>
- #include <fastrtps/log/Log.h>
- #include <fastdds/rtps/transport/ChannelResource.h>
- namespace eprosima{
- namespace fastrtps{
- namespace rtps{
- using ChannelResource = fastdds::rtps::ChannelResource;
- }
- }
- }
- #endif
|