Merge branch 'develop' into local-test
All checks were successful
local-test分支打包构建docker并发布运行 / Docker-Build (push) Successful in 1m36s
All checks were successful
local-test分支打包构建docker并发布运行 / Docker-Build (push) Successful in 1m36s
This commit is contained in:
commit
70da3d6dfd
@ -134,6 +134,7 @@ func initEMMsg(trainState *state_proto.TrainState) map[int]*message.ElectricMach
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (s *electricalMachineryImpl) initElectricalMachinery() {
|
func (s *electricalMachineryImpl) initElectricalMachinery() {
|
||||||
|
s.electricalMachineryUdpClientMap = map[int]udp.UdpClient{}
|
||||||
for _, c := range s.runConfig {
|
for _, c := range s.runConfig {
|
||||||
if &c != nil && c.Ip != "" && c.Open {
|
if &c != nil && c.Ip != "" && c.Open {
|
||||||
ep := PointA
|
ep := PointA
|
||||||
|
Loading…
Reference in New Issue
Block a user