【打印发送给半实物消息生命周期】

This commit is contained in:
weizhihong 2024-01-05 17:19:27 +08:00
parent 5e65421e7d
commit a8ea59f082
1 changed files with 1 additions and 0 deletions

View File

@ -290,6 +290,7 @@ func (s *VerifySimulation) HandleDynamicsTrainInfo(info *message.DynamicsTrainIn
return
}
// 给半实物仿真发送速度
slog.Info("发送给半实物消息的生命周期", info.VobcLifeSignal)
semi_physical_train.Default().SendTrainControlMessage(info)
// 更新列车状态
trainState := UpdateTrainStateByDynamics(s, trainId, info)