| Package | Description |
|---|---|
| org.eclipse.neoscada.protocol.iec60870.asdu.message |
Message types and data structures
|
| org.eclipse.neoscada.protocol.iec60870.asdu.types |
Data types used inside messages
|
| Modifier and Type | Method and Description |
|---|---|
List<InformationEntry<DoublePoint>> |
AbstractDoublePointBaseSingle.getEntries() |
List<Value<DoublePoint>> |
DoublePointInformationSequence.getValues() |
protected static List<InformationEntry<DoublePoint>> |
AbstractDoublePointBaseSingle.parseEntries(ProtocolOptions options,
byte length,
io.netty.buffer.ByteBuf data,
boolean withTimestamp) |
| Constructor and Description |
|---|
AbstractDoublePointBaseSingle(ASDUHeader header,
List<InformationEntry<DoublePoint>> entries,
boolean withTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
static DoublePoint |
DoublePoint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DoublePoint[] |
DoublePoint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Value<DoublePoint> |
TypeHelper.parseDoublePointValue(ProtocolOptions options,
io.netty.buffer.ByteBuf data,
boolean withTimestamp)
Parse Double-point information with quality descriptor
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TypeHelper.encodeDoublePointValue(ProtocolOptions options,
io.netty.buffer.ByteBuf out,
Value<DoublePoint> value,
boolean withTimestamp)
Encode Double-point information with quality descriptor
|
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.