| Interface | Description |
|---|---|
| CODAComponent |
This interface describes a component in the CODA run control system.
|
| CODAStateIF |
This interface defines a state of an object.
|
| CODAStateMachine |
This interface is used when defining data transports, data channels,
and modules.
|
| StatedObject |
An object that implements this interface has a state.
|
| Class | Description |
|---|---|
| CODAStateMachineAdapter |
This class provides empty implementations of the CODAStateMachine interface.
|
| Enum | Description |
|---|---|
| CODAClass |
This class is an enum which lists all the possible CODA class values,
which are the types of CODA components such as ROC, EMU, or ER.
|
| CODACommand |
This class enumerates all the commands that Run Control can send to this Emu.
|
| CODACommand.InputType |
Ways in which a command's input obtained from a cMsg message.
|
| CODAState |
This class is an enum which lists all the possible CODA Emu
state-machine states.
|
| CODATransition |
An enum which contains a list of possible transitions in CODA Emu state machine.
|