暂时调整轨旁界面消息发送频率为1s
This commit is contained in:
parent
1ed74667b1
commit
5d99a08d3d
|
@ -73,7 +73,7 @@ func NewSfpMs(vs *memory.VerifySimulation, mapId int32) ms_api.MsgTask {
|
||||||
}
|
}
|
||||||
mqtt.GetMsgClient().PubSfpState(vs.SimulationId, mapId, ststes)
|
mqtt.GetMsgClient().PubSfpState(vs.SimulationId, mapId, ststes)
|
||||||
return nil
|
return nil
|
||||||
}, 200*time.Millisecond)
|
}, 1000*time.Millisecond)
|
||||||
}
|
}
|
||||||
|
|
||||||
// 收集应答器状态
|
// 收集应答器状态
|
||||||
|
|
Loading…
Reference in New Issue