| Package | Description |
|---|---|
| stella.net.gregor |
| Modifier and Type | Class and Description |
|---|---|
class |
AcknowledgeTimeoutException
The acknowledge was notr received in time.
|
class |
ModeException
The acknowledge was not received in time.
|
class |
ParameterException
The acknowledge was not received in time.
|
class |
UnknownCommandException
The acknowledge was notr received in time.
|
| Modifier and Type | Method and Description |
|---|---|
static AcknowledgeException |
AcknowledgeException.fromExitCode(int code) |
| Modifier and Type | Method and Description |
|---|---|
private CommunicationCycle |
GetterSetter.complete(CommandMessage cm)
We initiate and wait.
|
protected List<String> |
GetterSetter.executeGet(CommandMessage cm)
We issue a prepared getter function and wait for the result,
which is returned
as the cycle outcome.
|
List<String> |
GetterSetter.executeGet(Object dest,
String toget)
We issue a getter function and wait for the result, which is returned
as the cycle outcome.
|
protected boolean |
GetterSetter.executeSet(CommandMessage cm)
We issue a preparedsetter function and wait for the result, which is
then interpret as a boolean.
|
boolean |
GetterSetter.executeSet(Object dest,
String toset,
long donetime)
We issue a setter function and wait for the result, which is
then interpret as a boolean.
|
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.
|