应答器类型调整

This commit is contained in:
dong 2023-11-23 12:09:12 +08:00
parent eec2602adc
commit a09d457761

View File

@ -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 {