This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 二进制消息翻译程序
## 基础架构设计
* 翻译单元
1. float:固定长度4
1. double:固定长度8
1. integer:可变固定长度1-8
1. unsigned integer:可变固定长度1-8
1. string:可变固定长度1-INT_MAX
1. hextext:可变固定长度1-INT_MAX
1. bitcombine:可变固定长度1-INT_MAX
1. ruleset:可变长度
* 翻译委托
1. 配置字段偏移量
1. 配置字段名称
1. 配置字段委托单元类型