VLink 2.0.0
A high-performance communication middleware
载入中...
搜索中...
未找到
RawData结构体 参考

Generic zero-copy raw-byte data container with Header metadata. 更多...

#include <raw_data.h>

RawData 的协作图:

详细描述

Generic zero-copy raw-byte data container with Header metadata.

Manages an untyped byte payload together with a Header for sequencing and timestamping. The struct size is fixed at 64 bytes on 64-bit targets. Copies of the struct are either shallow (borrow the data pointer) or deep (allocate and copy). The move constructor and move-assignment transfer ownership from the source without allocation.


该结构体的文档由以下文件生成: