init
This commit is contained in:
17
unitree_SDK/include/unitree/common/dds/dds_error.hpp
Normal file
17
unitree_SDK/include/unitree/common/dds/dds_error.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef __UT_DDS_ERROR_HPP__
|
||||
#define __UT_DDS_ERROR_HPP__
|
||||
|
||||
#include <unitree/common/decl.hpp>
|
||||
|
||||
namespace unitree
|
||||
{
|
||||
namespace common
|
||||
{
|
||||
/*
|
||||
* dds error.
|
||||
*/
|
||||
UT_DECL_ERR(UT_ERR_DDS, 2001, "dds error")
|
||||
|
||||
}
|
||||
}
|
||||
#endif//__UT_DDS_ERROR_HPP__
|
Reference in New Issue
Block a user