Class ChannelDataRecordMapper


  • public class ChannelDataRecordMapper
    extends java.lang.Object
    • Field Detail

      • data

        protected org.openmuc.jmbus.VariableDataStructure data
      • channelDataRecordsList

        protected java.util.List<ChannelRecord> channelDataRecordsList
    • Constructor Detail

      • ChannelDataRecordMapper

        public ChannelDataRecordMapper​(org.openmuc.jmbus.VariableDataStructure data,
                                       java.util.List<ChannelRecord> channelDataRecordsList)
    • Method Detail

      • getData

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

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

        public java.util.List<ChannelRecord> getChannelDataRecordsList()
      • setChannelDataRecordsList

        public void setChannelDataRecordsList​(java.util.List<ChannelRecord> channelDataRecordsList)
      • mapDataToChannel

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