Package | Description |
---|---|
org.eclipse.neoscada.protocol.iec60870.asdu.message |
Message types and data structures
|
org.eclipse.neoscada.protocol.iec60870.client.data |
Data related parts of the controlling side
|
Modifier and Type | Method and Description |
---|---|
static MeasuredValueScaledSingle |
MeasuredValueScaledSingle.create(ASDUHeader header,
InformationObjectAddress address,
Value<Short> value) |
static MeasuredValueScaledSingle |
MeasuredValueScaledSingle.create(ASDUHeader header,
List<InformationEntry<Short>> values) |
static MeasuredValueScaledSingle |
MeasuredValueScaledSingle.parse(ProtocolOptions options,
byte length,
ASDUHeader header,
io.netty.buffer.ByteBuf data) |
Modifier and Type | Method and Description |
---|---|
protected void |
DataModuleHandler.handleDataMessage(MeasuredValueScaledSingle msg) |
void |
DataHandler.process(MeasuredValueScaledSingle msg) |
void |
AbstractDataProcessor.process(MeasuredValueScaledSingle msg) |
Copyright © 2017 Eclipse NeoSCADA Project. All rights reserved.