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