区段添加计轴复位/预复位状态
This commit is contained in:
parent
bdd66d8625
commit
f5d7363c7b
@ -38,6 +38,10 @@ message SectionState{
|
|||||||
bool occupied = 3;
|
bool occupied = 3;
|
||||||
//计轴故障
|
//计轴故障
|
||||||
bool axleFault = 4;
|
bool axleFault = 4;
|
||||||
|
// 计轴复位
|
||||||
|
bool axleDrst = 5;
|
||||||
|
// 计轴预复位
|
||||||
|
bool axlePdrst = 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
//道岔状态
|
//道岔状态
|
||||||
|
Loading…
Reference in New Issue
Block a user