信号机模型类型

This commit is contained in:
xzb 2023-10-19 17:39:26 +08:00
parent 76edc8de95
commit 9841fd10c9

View File

@ -234,18 +234,18 @@ message Signal {
int32 index = 7; //
RelatedRef refDev = 8; ///
repeated string centralizedStations = 9; //
//
enum ModelType{
N = 0;//
HL = 1;//绿
//
//
enum Model{
HLU = 0;//绿
HL = 1;//绿
HLU_FU = 2;//绿
HLU = 3;//绿
HLU_FL = 4;//绿绿
AB = 5;//
HBU = 6;//
HLU_FL = 3;//绿绿
AB = 4;//
HBU = 5;//
}
//
ModelType mt = 10;
//
Model mt = 10;
}
/** 物理区段(包含岔区和非岔区) */