修改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::mutex mutex;
uint8_t header[5]{}; // 固定大小的头部
size_t headerSize = 0;
size_t headerSize = 5;
};
#define MAP_DATA_FUNC(NAME) \