Class ChannelDataRecordMapper

java.lang.Object
io.openems.edge.bridge.mbus.api.ChannelDataRecordMapper

public class ChannelDataRecordMapper extends Object
  • Field Details

    • data

      protected org.openmuc.jmbus.VariableDataStructure data
    • channelDataRecordsList

      protected List<ChannelRecord> channelDataRecordsList
  • Constructor Details

    • ChannelDataRecordMapper

      public ChannelDataRecordMapper(org.openmuc.jmbus.VariableDataStructure data, List<ChannelRecord> channelDataRecordsList)
  • Method Details

    • getData

      public org.openmuc.jmbus.VariableDataStructure getData()
    • setData

      public void setData(org.openmuc.jmbus.VariableDataStructure data)
    • getChannelDataRecordsList

      public List<ChannelRecord> getChannelDataRecordsList()
    • setChannelDataRecordsList

      public void setChannelDataRecordsList(List<ChannelRecord> channelDataRecordsList)
    • mapDataToChannel

      protected void mapDataToChannel(org.openmuc.jmbus.VariableDataStructure data, int index, Channel<?> channel, ChannelRecord.DataType dataType)