Package | Description |
---|---|
org.eclipse.neoscada.protocol.iec60870.io |
Base I/O classes
|
org.eclipse.neoscada.protocol.iec60870.server.data |
Data related parts of the controlled side
|
org.eclipse.neoscada.protocol.iec60870.server.data.model |
Tools for implementing a server data model
|
org.eclipse.neoscada.protocol.iec60870.server.data.testing |
Testing implementations of data models
|
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractModuleHandler.DefaultMirrorCommand<T extends MirrorableMessage<T>> |
protected static class |
AbstractModuleHandler.MirrorCommandImpl<T> |
Modifier and Type | Method and Description |
---|---|
void |
DataModel.writeCommand(ASDUHeader header,
InformationObjectAddress informationObjectAddress,
boolean state,
byte type,
MirrorCommand mirrorCommand,
boolean execute) |
void |
DataModel.writeFloatValue(ASDUHeader header,
InformationObjectAddress informationObjectAddress,
float value,
byte type,
MirrorCommand mirrorCommand,
boolean execute) |
void |
DataModel.writeScaledValue(ASDUHeader header,
InformationObjectAddress informationObjectAddress,
short value,
byte type,
MirrorCommand mirrorCommand,
boolean execute) |
Modifier and Type | Class and Description |
---|---|
class |
MockMirrorCommand |
Modifier and Type | Method and Description |
---|---|
void |
ChangeDataModel.writeCommand(ASDUHeader header,
InformationObjectAddress informationObjectAddress,
boolean state,
byte type,
MirrorCommand mirrorCommand,
boolean execute) |
void |
ChangeDataModel.writeFloatValue(ASDUHeader header,
InformationObjectAddress informationObjectAddress,
float value,
byte type,
MirrorCommand mirrorCommand,
boolean execute) |
void |
ChangeDataModel.writeScaledValue(ASDUHeader header,
InformationObjectAddress informationObjectAddress,
short value,
byte type,
MirrorCommand mirrorCommand,
boolean execute) |
Modifier and Type | Method and Description |
---|---|
protected void |
SineDataModel.handleWriteCommand(MirrorCommand mirrorCommand) |
void |
SineDataModel.writeCommand(ASDUHeader header,
InformationObjectAddress informationObjectAddress,
boolean state,
byte type,
MirrorCommand mirrorCommand,
boolean execute) |
void |
SineDataModel.writeFloatValue(ASDUHeader header,
InformationObjectAddress informationObjectAddress,
float value,
byte type,
MirrorCommand mirrorCommand,
boolean execute) |
void |
SineDataModel.writeScaledValue(ASDUHeader header,
InformationObjectAddress informationObjectAddress,
short value,
byte type,
MirrorCommand mirrorCommand,
boolean execute) |
Copyright © 2017 Eclipse NeoSCADA Project. All rights reserved.