日志调整及现场测试

This commit is contained in:
tiger_zhou 2024-05-29 12:10:01 +08:00
parent d529c283f2
commit 550218e9e0

View File

@ -134,6 +134,7 @@ func initEMMsg(trainState *state_proto.TrainState) map[int]*message.ElectricMach
}
func (s *electricalMachineryImpl) initElectricalMachinery() {
s.electricalMachineryUdpClientMap = map[int]udp.UdpClient{}
for _, c := range s.runConfig {
if &c != nil && c.Ip != "" && c.Open {
ep := PointA