Package io.openems.edge.bridge.mbus.api
Class ChannelDataRecordMapper
- java.lang.Object
-
- io.openems.edge.bridge.mbus.api.ChannelDataRecordMapper
-
public class ChannelDataRecordMapper extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<ChannelRecord>
channelDataRecordsList
protected org.openmuc.jmbus.VariableDataStructure
data
-
Constructor Summary
Constructors Constructor Description ChannelDataRecordMapper(org.openmuc.jmbus.VariableDataStructure data, java.util.List<ChannelRecord> channelDataRecordsList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ChannelRecord>
getChannelDataRecordsList()
org.openmuc.jmbus.VariableDataStructure
getData()
protected void
mapDataToChannel(org.openmuc.jmbus.VariableDataStructure data, int index, Channel<?> channel, ChannelRecord.DataType dataType)
void
setChannelDataRecordsList(java.util.List<ChannelRecord> channelDataRecordsList)
void
setData(org.openmuc.jmbus.VariableDataStructure data)
-
-
-
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)
-
-