Class MipIdentificationSensor.MipTimerTask

java.lang.Object
java.util.TimerTask
de.iip_ecosphere.platform.configuration.defaultLib.MipIdentificationSensor.MipTimerTask
All Implemented Interfaces:
Runnable
Enclosing class:
MipIdentificationSensor

public static class MipIdentificationSensor.MipTimerTask extends TimerTask
Task to send signals to MIP read async to PLC process.
Author:
Holger Eichelberger, SSE
  • Field Details

    • start

      private boolean start
    • ingestors

      private de.iip_ecosphere.platform.services.environment.DataIngestors<iip.datatypes.MipMqttInput> ingestors
    • sensorId

      private String sensorId
  • Constructor Details

    • MipTimerTask

      public MipTimerTask(boolean start, String sensorId, de.iip_ecosphere.platform.services.environment.DataIngestors<iip.datatypes.MipMqttInput> ingestors)
      Creates a timer task.
      Parameters:
      start - start/switch on the sensor if true, stop/switch off the sensor if false
      sensorId - the id of the sensor to send the data to
      ingestors - the ingestors to use for sending
  • Method Details