列车控制连接,重新连接调整
This commit is contained in:
parent
ed84266851
commit
4437185ee9
@ -889,8 +889,10 @@ message TrainControlState{
|
||||
repeated DriverKeySwitch driverKey = 2; //驾驶端激活
|
||||
DirectionKeySwitch dirKey = 3; //接车运行方向
|
||||
PushHandler pushHandler = 4; //牵引制动手柄
|
||||
|
||||
map<string, ControlLight> lightMaps = 5;
|
||||
int64 lineInitTimeStamp12 = 6; //12号线列出初始化时间戳
|
||||
bool line12ConnErr = 7;//12号线连接错误,因为12号线atp故障(此时atp需要重启)时,还是会发送数据通过此次属性标记atp状态情况(多次观察atp故障时,atp输出数字量返回的数据最后一个直接是0)
|
||||
uint32 initCount = 8;//初始化计数器
|
||||
message ControlButton{
|
||||
uint32 id = 1;
|
||||
bool passed = 3;
|
||||
|
Loading…
Reference in New Issue
Block a user