Package | Description |
---|---|
org.km3net.clbv2.remote |
Provides a high-level interface for control of the remote CLB.
|
Modifier and Type | Method and Description |
---|---|
static CmdLogicBoard.Interval |
CmdLogicBoard.Interval.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmdLogicBoard.Interval[] |
CmdLogicBoard.Interval.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Response<java.lang.Void> |
CmdLogicBoard.subscribeVars(CmdLogicBoard.Interval iv,
int... varIds)
Subscribes to a number of variables with a single rate, or interval.
|