public class MemoryDeviceDataitem extends DataItemInputOutputChained
primaryValue, secondaryValuechain, executor, primaryAttributes, secondaryAttributeslistener| Constructor and Description |
|---|
MemoryDeviceDataitem(String itemId,
Executor executor,
ScalarVariable variable) |
| Modifier and Type | Method and Description |
|---|---|
protected WriteAttributeResults |
handleUnhandledAttributes(WriteAttributeResults initialResults,
Map<String,org.eclipse.scada.core.Variant> attributes)
Handle all unhandled set attribute requests
|
protected org.eclipse.scada.utils.concurrent.NotifyFuture<WriteResult> |
startWriteCalculatedValue(org.eclipse.scada.core.Variant value,
OperationParameters operationParameters) |
startWriteValuegetCacheAttributes, getCacheValue, process, readValue, updateDataaddChainElement, addChainElement, getAttributes, getChainCopy, processSetAttributes, removeChainElement, setChain, startSetAttributesgetInformation, handleListenerChange, notifyData, notifyData, setListenerpublic MemoryDeviceDataitem(String itemId, Executor executor, ScalarVariable variable)
protected WriteAttributeResults handleUnhandledAttributes(WriteAttributeResults initialResults, Map<String,org.eclipse.scada.core.Variant> attributes)
DataItemBaseChainedhandleUnhandledAttributes in class DataItemBaseChainedinitialResults - the result setattributes - the attributes to setprotected org.eclipse.scada.utils.concurrent.NotifyFuture<WriteResult> startWriteCalculatedValue(org.eclipse.scada.core.Variant value, OperationParameters operationParameters)
startWriteCalculatedValue in class DataItemInputOutputChained