public abstract class AbstractMeasuredValueFloatingPoint extends AbstractMessage
Modifier and Type | Field and Description |
---|---|
protected List<InformationEntry<Float>> |
entries |
header, MAX_INFORMATION_ENTRIES
Constructor and Description |
---|
AbstractMeasuredValueFloatingPoint(ASDUHeader header,
List<InformationEntry<Float>> entries,
boolean withTimestamp) |
Modifier and Type | Method and Description |
---|---|
void |
encode(ProtocolOptions options,
io.netty.buffer.ByteBuf out) |
List<InformationEntry<Float>> |
getEntries() |
protected static List<InformationEntry<Float>> |
parseEntries(ProtocolOptions options,
byte length,
io.netty.buffer.ByteBuf data,
boolean withTimestamp) |
dump, getHeader, toString
protected final List<InformationEntry<Float>> entries
public AbstractMeasuredValueFloatingPoint(ASDUHeader header, List<InformationEntry<Float>> entries, boolean withTimestamp)
public List<InformationEntry<Float>> getEntries()
public void encode(ProtocolOptions options, io.netty.buffer.ByteBuf out)
protected static List<InformationEntry<Float>> parseEntries(ProtocolOptions options, byte length, io.netty.buffer.ByteBuf data, boolean withTimestamp)