| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DataModelImpl.performWrite(org.eclipse.scada.da.server.exporter.iec60870.DataModelImpl.WriteRequest request,
MirrorCommand mirrorCommand,
boolean execute) |
void |
DataModelImpl.writeCommand(ASDUHeader header,
InformationObjectAddress informationObjectAddress,
boolean state,
byte type,
MirrorCommand mirrorCommand,
boolean execute) |
void |
DataModelImpl.writeScaledValue(ASDUHeader header,
InformationObjectAddress informationObjectAddress,
short value,
byte type,
MirrorCommand mirrorCommand,
boolean execute) |
void |
DataModelImpl.writeValue(ASDUHeader header,
InformationObjectAddress informationObjectAddress,
float value,
byte type,
MirrorCommand mirrorCommand,
boolean execute) |
| 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.writeScaledValue(ASDUHeader header,
InformationObjectAddress informationObjectAddress,
short value,
byte type,
MirrorCommand mirrorCommand,
boolean execute) |
void |
DataModel.writeValue(ASDUHeader header,
InformationObjectAddress informationObjectAddress,
float 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.writeScaledValue(ASDUHeader header,
InformationObjectAddress informationObjectAddress,
short value,
byte type,
MirrorCommand mirrorCommand,
boolean execute) |
void |
SineDataModel.writeValue(ASDUHeader header,
InformationObjectAddress informationObjectAddress,
float value,
byte type,
MirrorCommand mirrorCommand,
boolean execute) |
Copyright © 2014 Eclipse SCADA Project. All rights reserved.