|
|
|
@ -515,8 +515,8 @@ public class IotMachineEventGeneratorJob { |
|
|
|
machineOutputCommand.setMachinePwrStat(pwrStat); |
|
|
|
machineOutputCommand.setMachineWorkingStat(workingStat); |
|
|
|
machineOutputCommand.setDataSource(dataSource); |
|
|
|
machineOutputCommand.setCurrCount(currCount); |
|
|
|
machineOutputCommand.setCurrDuration(currDuration); |
|
|
|
machineOutputCommand.setCurrJobCount(currCount); |
|
|
|
machineOutputCommand.setCurrJobDuration(currDuration); |
|
|
|
machineOutputCommand.setCurrTotalOutput(accJobCount); |
|
|
|
machineOutputCommand.setTimestamp(reportTime); |
|
|
|
|
|
|
|
@ -526,8 +526,8 @@ public class IotMachineEventGeneratorJob { |
|
|
|
command.setId(machineId); |
|
|
|
command.setMac(machineIotMac); |
|
|
|
command.setDataSource(dataSource); |
|
|
|
command.setCurrCount(currCount); |
|
|
|
command.setCurrDuration(currDuration); |
|
|
|
command.setCurrJobCount(currCount); |
|
|
|
command.setCurrJobDuration(currDuration); |
|
|
|
command.setCurrTotalOutput(accJobCount); |
|
|
|
command.setTimestamp(reportTime); |
|
|
|
out.collect(command); |
|
|
|
@ -538,8 +538,8 @@ public class IotMachineEventGeneratorJob { |
|
|
|
command.setId(machineId); |
|
|
|
command.setMac(machineIotMac); |
|
|
|
command.setDataSource(dataSource); |
|
|
|
command.setCurrCount(currCount); |
|
|
|
command.setCurrDuration(currDuration); |
|
|
|
command.setCurrJobCount(currCount); |
|
|
|
command.setCurrJobDuration(currDuration); |
|
|
|
command.setCurrTotalOutput(accJobCount); |
|
|
|
command.setTimestamp(reportTime); |
|
|
|
out.collect(command); |
|
|
|
@ -550,8 +550,8 @@ public class IotMachineEventGeneratorJob { |
|
|
|
command.setId(machineId); |
|
|
|
command.setMac(machineIotMac); |
|
|
|
command.setDataSource(dataSource); |
|
|
|
command.setCurrCount(currCount); |
|
|
|
command.setCurrDuration(currDuration); |
|
|
|
command.setCurrJobCount(currCount); |
|
|
|
command.setCurrJobDuration(currDuration); |
|
|
|
command.setCurrTotalOutput(accJobCount); |
|
|
|
command.setTimestamp(reportTime); |
|
|
|
out.collect(command); |
|
|
|
@ -562,8 +562,8 @@ public class IotMachineEventGeneratorJob { |
|
|
|
command.setId(machineId); |
|
|
|
command.setMac(machineIotMac); |
|
|
|
command.setDataSource(dataSource); |
|
|
|
command.setCurrCount(currCount); |
|
|
|
command.setCurrDuration(currDuration); |
|
|
|
command.setCurrJobCount(currCount); |
|
|
|
command.setCurrJobDuration(currDuration); |
|
|
|
command.setCurrTotalOutput(accJobCount); |
|
|
|
command.setTimestamp(reportTime); |
|
|
|
out.collect(command); |
|
|
|
|