| Package | Description |
|---|---|
| org.eclipse.neoscada.protocol.iec60870.asdu.message |
Message types and data structures
|
| org.eclipse.neoscada.protocol.iec60870.server.data |
Data related parts of the controlled side
|
| org.eclipse.neoscada.protocol.iec60870.server.data.event |
Data event handling for the controlled station
|
| org.eclipse.neoscada.protocol.iec60870.server.data.model |
Tools for implementing a server data model
|
| Modifier and Type | Field and Description |
|---|---|
protected List<InformationEntry<Float>> |
AbstractMeasuredValueFloatingPoint.entries |
protected List<InformationEntry<Short>> |
AbstractMeasuredValueScaled.entries |
| Modifier and Type | Method and Description |
|---|---|
List<InformationEntry<Boolean>> |
AbstractSingleBooleanBaseSingle.getEntries() |
List<InformationEntry<Float>> |
AbstractMeasuredValueFloatingPoint.getEntries() |
List<InformationEntry<DoublePoint>> |
AbstractDoublePointBaseSingle.getEntries() |
List<InformationEntry<Short>> |
AbstractMeasuredValueScaled.getEntries() |
protected static List<InformationEntry<Boolean>> |
AbstractSingleBooleanBaseSingle.parseEntries(ProtocolOptions options,
byte length,
io.netty.buffer.ByteBuf data,
boolean withTimestamp) |
protected static List<InformationEntry<Float>> |
AbstractMeasuredValueFloatingPoint.parseEntries(ProtocolOptions options,
byte length,
io.netty.buffer.ByteBuf data,
boolean withTimestamp) |
protected static List<InformationEntry<DoublePoint>> |
AbstractDoublePointBaseSingle.parseEntries(ProtocolOptions options,
byte length,
io.netty.buffer.ByteBuf data,
boolean withTimestamp) |
protected static List<InformationEntry<Short>> |
AbstractMeasuredValueScaled.parseEntries(ProtocolOptions options,
byte length,
io.netty.buffer.ByteBuf data,
boolean withTimestamp) |
| Constructor and Description |
|---|
AbstractDoublePointBaseSingle(ASDUHeader header,
List<InformationEntry<DoublePoint>> entries,
boolean withTimestamp) |
AbstractMeasuredValueFloatingPoint(ASDUHeader header,
List<InformationEntry<Float>> entries,
boolean withTimestamp) |
AbstractMeasuredValueScaled(ASDUHeader header,
List<InformationEntry<Short>> entries,
boolean withTimestamp) |
AbstractSingleBooleanBaseSingle(ASDUHeader header,
List<InformationEntry<Boolean>> entries,
boolean withTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataListenerImpl.dataChangeBoolean(ASDUAddress asduAddress,
List<InformationEntry<Boolean>> values) |
void |
DataListener.dataChangeBoolean(ASDUAddress asduAddress,
List<InformationEntry<Boolean>> values) |
void |
DataListenerImpl.dataChangeFloat(ASDUAddress asduAddress,
List<InformationEntry<Float>> values) |
void |
DataListener.dataChangeFloat(ASDUAddress asduAddress,
List<InformationEntry<Float>> values) |
void |
DefaultSubscription.notifyChangeBoolean(ASDUAddress asduAddress,
List<InformationEntry<Boolean>> values) |
protected void |
AbstractBaseDataModel.notifyChangeBoolean(ASDUAddress asduAddress,
List<InformationEntry<Boolean>> values) |
void |
DefaultSubscription.notifyChangeFloat(ASDUAddress asduAddress,
List<InformationEntry<Float>> values) |
protected void |
AbstractBaseDataModel.notifyChangeFloat(ASDUAddress asduAddress,
List<InformationEntry<Float>> values) |
void |
DataModuleMessageSource.sendBooleanValues(ASDUHeader header,
List<InformationEntry<Boolean>> values) |
void |
DataModuleMessageSource.sendFloatValues(ASDUHeader header,
List<InformationEntry<Float>> values) |
| Modifier and Type | Field and Description |
|---|---|
protected List<InformationEntry<T>> |
AbstractMessageBuilder.entries |
| Modifier and Type | Method and Description |
|---|---|
void |
EventBuffer.append(CauseOfTransmission causeOfTransmission,
ASDUAddress asduAddress,
List<InformationEntry<T>> values) |
void |
EventQueue.append(CauseOfTransmission causeOfTransmission,
ASDUAddress asduAddress,
List<InformationEntry<T>> values) |
| Modifier and Type | Method and Description |
|---|---|
void |
MockDataListener.dataChangeBoolean(ASDUAddress asduAddress,
List<InformationEntry<Boolean>> values) |
void |
MockDataListener.dataChangeFloat(ASDUAddress asduAddress,
List<InformationEntry<Float>> values) |
void |
BufferingChangeModel.Context.notifyBoolean(ASDUAddress key,
List<InformationEntry<Boolean>> booleans) |
void |
BufferingChangeModel.Context.notifyFloat(ASDUAddress key,
List<InformationEntry<Float>> floats) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.