src/main/kotlin/com/flightfeather/uav/socket/decoder/DataUnitDecoder.kt
@@ -11,13 +11,6 @@ * * 数据单元按照命令单元的类型共有以下几种类型: * 命令单元 @see [AirCommandUnit] * 编码(byte) 定义 * 0x01 车辆登入 * 0x02 实时信息上报 * 0x03 补发信息上报 * 0x04 车辆登出 * 0x05 终端校时 * 0x06~0x7f 上行数据系统预留 */ interface DataUnitDecoder {