Package | Description |
---|---|
org.km3net.clbv2.remote |
Provides a high-level interface for control of the remote CLB.
|
org.km3net.clbv2.remote.gui |
Modifier and Type | Method and Description |
---|---|
static CmdLogicBoard.ClbEvent |
CmdLogicBoard.ClbEvent.byID(int id) |
static CmdLogicBoard.ClbEvent |
CmdLogicBoard.ClbEvent.findTransition(CmdLogicBoard.ClbState source,
CmdLogicBoard.ClbState target) |
static CmdLogicBoard.ClbEvent |
CmdLogicBoard.ClbEvent.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmdLogicBoard.ClbEvent[] |
CmdLogicBoard.ClbEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<CmdLogicBoard.ClbEvent> |
CmdLogicBoard.ClbEvent.bySourceState(CmdLogicBoard.ClbState source) |
Modifier and Type | Method and Description |
---|---|
Response<java.lang.Void> |
CmdLogicBoard.event(int subsys,
CmdLogicBoard.ClbEvent event)
Initiates a subsystem change to the specified state.
|
Modifier and Type | Method and Description |
---|---|
void |
TestGui.tryEvent(CmdLogicBoard.ClbEvent event) |