应答器类型调整
This commit is contained in:
parent
eec2602adc
commit
a09d457761
@ -335,14 +335,22 @@ message Separator { // 分隔符
|
||||
}
|
||||
|
||||
message Transponder { // 应答器
|
||||
enum TransponderTypeEnum {
|
||||
FB = 0; // 固定应答器
|
||||
WB = 1; // 轮径校正应答器
|
||||
DB = 2; // 休眠唤醒应答器
|
||||
VB = 3; // 主信号应答器
|
||||
IB = 4; // 预告应答器
|
||||
}
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
int32 transponderType = 3;
|
||||
// int32 transponderType = 3; // 作废
|
||||
// int32 index = 4; // 索引编号
|
||||
KilometerSystem kilometerSystem = 5; //公里标
|
||||
RelatedRef TransponderRef = 6; //关联关系
|
||||
repeated string centralizedStations = 7; // 集中站列表
|
||||
string fixedTelegram = 8;//无源应答器固定报文
|
||||
TransponderTypeEnum type = 9;//应答器类型
|
||||
}
|
||||
|
||||
message SimpleRef {
|
||||
|
Loading…
Reference in New Issue
Block a user