|
VLink 2.0.0
A high-performance communication middleware
|
Common timestamp and sequencing metadata header for VLink zero-copy data types. 更多...
命名空间 | |
| namespace | vlink |
| namespace | vlink::zerocopy |
函数 | |
| struct | vlink::zerocopy::VLINK_EXPORT_AND_ALIGNED (8) CameraFrame final |
Common timestamp and sequencing metadata header for VLink zero-copy data types.
Header is a fixed-size (40-byte) POD structure that is embedded as the first public member in all VLink zero-copy containers (RawData, CameraFrame, PointCloud). It carries per-message timing and identification fields that survive binary serialisation intact because the entire container struct is memcpy'd into the wire buffer.
The layout is verified at compile time:
VLINK_EXPORT_AND_ALIGNED(8)) to ensure consistent padding across compilers and architectures.