修改DDSInterface宏

This commit is contained in:
jinchao 2025-05-21 13:56:35 +08:00
parent a6818f35bc
commit cfbe71d49d

View File

@ -204,7 +204,7 @@ protected:
std::unordered_map<std::string, std::function<void(XNByteArray)>> setByteArrayFunction; std::unordered_map<std::string, std::function<void(XNByteArray)>> setByteArrayFunction;
std::mutex mutex; std::mutex mutex;
uint8_t header[5]{}; // 固定大小的头部 uint8_t header[5]{}; // 固定大小的头部
size_t headerSize = 0; size_t headerSize = 5;
}; };
#define MAP_DATA_FUNC(NAME) \ #define MAP_DATA_FUNC(NAME) \