信号机模型类型

This commit is contained in:
xzb 2023-10-19 17:11:28 +08:00
parent 97319ed5b8
commit 754049d011

View File

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