动力学列车数据配置
This commit is contained in:
parent
8469ef8778
commit
3ec969bbd2
@ -398,6 +398,12 @@ message TrainMapState{
|
|||||||
bool allDoorClose = 60;
|
bool allDoorClose = 60;
|
||||||
// 通讯中断
|
// 通讯中断
|
||||||
bool vobcInterruption = 61;
|
bool vobcInterruption = 61;
|
||||||
|
//列车动力学配置
|
||||||
|
common.TrainDynamicConfig trainDynamicConfig = 62;
|
||||||
|
//列车A端
|
||||||
|
common.TrainEndsState trainEndsA = 63;
|
||||||
|
//列车B端
|
||||||
|
common.TrainEndsState trainEndsB = 64;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 继电器状态
|
// 继电器状态
|
||||||
|
Loading…
Reference in New Issue
Block a user