修改DDSInterface宏
This commit is contained in:
parent
a6818f35bc
commit
cfbe71d49d
@ -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) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user