信号机模型类型
This commit is contained in:
parent
78c09bc533
commit
5460765d34
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user