Merge branch 'main' of http://superstarzhu.ticp.vip:8960/liujiahua/test
This commit is contained in:
@@ -75,7 +75,7 @@ class RIDPosVecPacket:
|
|||||||
class RIDRDPacket:
|
class RIDRDPacket:
|
||||||
"""运行描述报文 (Message Type 0x3)"""
|
"""运行描述报文 (Message Type 0x3)"""
|
||||||
description_type: int = 0 # 描述类型: 0=文字描述
|
description_type: int = 0 # 描述类型: 0=文字描述
|
||||||
description: str = "" # 描述内容(最多23字节ASCII)
|
description: str = "aa" # 描述内容(最多23字节ASCII)
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
|
|||||||
Reference in New Issue
Block a user