主要内容

本页采用了机器翻译。点击此处可查看英文原文。

实用工具

数据序列化

要管理位和字节级别的数据流,请使用实用程序模块。

模块

Bit Packing构建数据帧
Bit Unpacking分解数据帧
Byte Packing构建数据帧
Byte Unpacking分解数据帧
Byte Reversal/Change Endianess将小端数据转换为大端格式以供大端处理器使用
Protocol DecoderDecode a uint8 byte stream by specifying the packet structure (自 R2023b 起)
Protocol EncoderEncode input data into a uint8 byte stream by specifying the packet structure (自 R2023b 起)
Shared Memory Pack共享内存包
Shared Memory Unpack共享内存解包