添加应答器

This commit is contained in:
dong 2023-07-26 17:44:48 +08:00
parent 8bfe7607b3
commit c09c46511d

View File

@ -26,6 +26,7 @@ message RtssGraphicStorage {
repeated SpksSwitch spksSwitchs = 19;
repeated EsbButton esbButtons = 20; //
repeated GatedBox gateBoxs = 21; // //
repeated Transponder transponders = 22; //
}
message Canvas {
@ -224,6 +225,13 @@ message Separator { // 分隔符
string separatorType = 3;
}
message Transponder { //
CommonInfo common = 1;
string code = 2;
int32 transponderType = 3;
int32 index = 4; //
}
message SimpleRef{
enum DeviceType {
Turnout = 0;