public class AbstractAttribute extends Object
Modifier and Type | Field and Description |
---|---|
protected MemoryRequestBlock |
block |
protected String |
name |
protected int |
offset |
Constructor and Description |
---|
AbstractAttribute(String name) |
protected final String name
protected int offset
protected MemoryRequestBlock block
public AbstractAttribute(String name)
public String getName()
public void start(MemoryRequestBlock block, int offset)
public void stop()
protected int toAddress(int localAddress)