1、F9P固定1s推送
This commit is contained in:
parent
0d3e977f76
commit
528003e39e
@ -66,8 +66,8 @@ public class D331RtcmMessageExecutor implements Executor<D331RtcmMessage, Void>
|
|||||||
DeviceChannel deviceChannel = null;
|
DeviceChannel deviceChannel = null;
|
||||||
for (Device device : deviceList) {
|
for (Device device : deviceList) {
|
||||||
if (device.getOpMode() != GnssDevice.OP_MODE_USE) continue;
|
if (device.getOpMode() != GnssDevice.OP_MODE_USE) continue;
|
||||||
if (device.getModel()==GnssDevice.MODEL_G510 &&
|
if ((device.getModel()==GnssDevice.MODEL_G510) &&
|
||||||
device.getFixedNum()>200 && device.getGnssSampleRate()>1
|
(device.getFixedNum()>100) && (device.getGnssSampleRate()>1)
|
||||||
&& (deviceBs.getD3xxCount()%device.getGnssSampleRate()) != 0) {
|
&& (deviceBs.getD3xxCount()%device.getGnssSampleRate()) != 0) {
|
||||||
//if(!UBXUtil.has1005(forwardBytes)) continue; //1005必推
|
//if(!UBXUtil.has1005(forwardBytes)) continue; //1005必推
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user