| Package | Description |
|---|---|
| stella.net.gregor |
| Modifier and Type | Field and Description |
|---|---|
private Map<Integer,CommunicationCycle> |
GetterSetter.active
This is the lookup table of active commands.
|
| Modifier and Type | Method and Description |
|---|---|
private CommunicationCycle |
GetterSetter.complete(CommandMessage cm)
We initiate and wait.
|
protected CommunicationCycle |
GetterSetter.initiate(CommandMessage cm)
We initiate sending a command.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GetterSetter.waitForComplete(CommandMessage cm,
CommunicationCycle cc)
We wait for a command cycle to complete by synchronizing on the cycle
object and issuing maximum two wait states on it.
|