信号机模型枚举

This commit is contained in:
xzb 2023-11-16 11:02:18 +08:00
parent fe2d65a91d
commit f1baf048c5

View File

@ -238,13 +238,18 @@ message Signal {
repeated string centralizedStations = 9; // repeated string centralizedStations = 9; //
// //
// //
//
// F- D- Y-
// H- L-绿 U- A- B-
enum Model{ enum Model{
HLU = 0;//绿 HL = 0; //2XH-1 绿
HL = 1;//绿 HLU_FU = 1; //2XH-1 绿,
HLU_FU = 2;//绿 HLU_DU_YY = 2; //3XH-1 绿,
HLU_FL = 3;//绿绿 HLU_YY = 3; //3XH-2JDXH 绿,
AB = 4;// HLU_FL_DU_YY = 4;//3XH-3 绿,绿
HBU = 5;// HLU_DU = 5; //3XH-4 绿,
AB = 6; //DXCH
HBU_DU = 7; //JCKXH ,
} }
// //
Model mt = 10; Model mt = 10;