#ifndef __UT_DDS_TRAINTS_HPP__ #define __UT_DDS_TRAINTS_HPP__ namespace unitree { namespace common { #include #define DdsGetTypeName(TYPE) \ org::eclipse::cyclonedds::topic::TopicTraits::getTypeName() #define DdsIsKeyless(TYPE) \ org::eclipse::cyclonedds::topic::TopicTraits::isKeyless() } } #endif//__UT_DDS_TRAINTS_HPP__