public class BitVariable extends ScalarVariable
block, index, item, offset| Constructor and Description |
|---|
BitVariable(String name,
int index,
int subIndex,
Executor executor,
org.eclipse.scada.utils.osgi.pool.ManageableObjectPool<DataItem> itemPool,
Attribute... attributes) |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.scada.core.Variant |
extractValue(org.apache.mina.core.buffer.IoBuffer data,
Map<String,org.eclipse.scada.core.Variant> attributes) |
protected org.eclipse.scada.utils.concurrent.NotifyFuture<WriteResult> |
handleWrite(org.eclipse.scada.core.Variant value) |
protected org.eclipse.scada.core.Variant |
makeGlobalIndexValue() |
handleAttributes, handleData, handleDisconnect, handleError, handleFailure, start, stop, toAddressprotected org.eclipse.scada.core.Variant extractValue(org.apache.mina.core.buffer.IoBuffer data,
Map<String,org.eclipse.scada.core.Variant> attributes)
extractValue in class ScalarVariableprotected org.eclipse.scada.core.Variant makeGlobalIndexValue()
makeGlobalIndexValue in class ScalarVariableprotected org.eclipse.scada.utils.concurrent.NotifyFuture<WriteResult> handleWrite(org.eclipse.scada.core.Variant value)
handleWrite in class ScalarVariable