信号机模型类型
This commit is contained in:
parent
76edc8de95
commit
9841fd10c9
@ -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;
|
||||
}
|
||||
|
||||
/** 物理区段(包含岔区和非岔区) */
|
||||
|
Loading…
Reference in New Issue
Block a user