信号机模型类型

This commit is contained in:
xzb 2023-10-20 09:24:41 +08:00
parent 78c09bc533
commit 5460765d34

View File

@ -67,7 +67,17 @@ message Signal {
DevicePort turnoutPort = 4; //
repeated ElectronicComponentGroup electronicComponentGroups = 7; //
string code = 8;//
int32 mt = 9;//(stationLayoutGraphics.proto Signal.Model枚举值)
//
//
enum Model{
HLU = 0;//绿
HL = 1;//绿
HLU_FU = 2;//绿
HLU_FL = 3;//绿绿
AB = 4;//
HBU = 5;//
}
Model model = 9;//(stationLayoutGraphics.proto Signal.Model枚举值)
}
message Psd {