【增加给前端发送的道岔占用状态】
This commit is contained in:
parent
5b6e90cf4e
commit
3d3461d09b
@ -71,6 +71,8 @@ message SwitchState{
|
|||||||
bool fc = 15;
|
bool fc = 15;
|
||||||
// 是否允许操作
|
// 是否允许操作
|
||||||
bool yc = 16;
|
bool yc = 16;
|
||||||
|
// 是否占用
|
||||||
|
bool occupied = 17;
|
||||||
}
|
}
|
||||||
//信号机状态
|
//信号机状态
|
||||||
message SignalState{
|
message SignalState{
|
||||||
|
Loading…
Reference in New Issue
Block a user