Modifier and Type | Method and Description |
---|---|
CODAStateIF |
Emu.previousState()
This method returns the previous state of the modules in this Emu.
|
CODAStateIF |
Emu.state()
Get the state of this object.
|
Modifier and Type | Method and Description |
---|---|
void |
Emu.setState(CODAStateIF state)
This method sets the state of this Emu, but not if emu is currently
resetting in which case it immediately returns.
|
Modifier and Type | Field and Description |
---|---|
protected CODAStateIF |
ModuleAdapter.moduleState
State of this module.
|
Modifier and Type | Method and Description |
---|---|
CODAStateIF |
ModuleAdapter.state()
Get the state of this object.
|
Modifier and Type | Class and Description |
---|---|
class |
CODAState
This class is an enum which lists all the possible CODA Emu
state-machine states.
|
Modifier and Type | Method and Description |
---|---|
CODAStateIF |
StatedObject.state()
Get the state of this object.
|
CODAStateIF |
CODATransition.success()
Returns the CODA run control State (CODAState enum object) upon success of this transition.
|
Modifier and Type | Method and Description |
---|---|
CODAStateIF |
Command.success()
If this object is a transition command, this method
returns the state the Emu enters upon its success.
|
Modifier and Type | Field and Description |
---|---|
protected CODAStateIF |
DataChannelAdapter.channelState
Channel state.
|
protected CODAStateIF |
DataTransportAdapter.transportState
DataTransport object's state.
|
Modifier and Type | Method and Description |
---|---|
CODAStateIF |
DataChannelAdapter.state()
Get the state of this object.
|
CODAStateIF |
DataTransportAdapter.state()
Get the state of this object.
|
Modifier and Type | Method and Description |
---|---|
CODAStateIF |
EMUCommander.CommandHandler.state() |
Modifier and Type | Method and Description |
---|---|
void |
SmartToolbar.updateButtons(CODAStateIF state)
Enable or disable buttons depending on the emu state.
|