public abstract class AbstractAttribute extends Object implements Attribute
Modifier and Type | Field and Description |
---|---|
protected MemoryRequestBlock |
block |
protected String |
name |
protected int |
offset |
Constructor and Description |
---|
AbstractAttribute(String name) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
void |
start(MemoryRequestBlock block,
int offset) |
void |
stop() |
protected int |
toAddress(int localAddress) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleData, handleError, handleWrite
protected final String name
protected int offset
protected MemoryRequestBlock block
public AbstractAttribute(String name)
public void start(MemoryRequestBlock block, int offset)
protected int toAddress(int localAddress)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.