Package | Description |
---|---|
org.km3net.clbv2.remote |
Provides a high-level interface for control of the remote CLB.
|
org.km3net.clbv2.remote.msg |
Provides low-level messaging facilities.
|
Modifier and Type | Field and Description |
---|---|
protected MessageProcessor |
Control.CommandGroup.msg
The message processor to register commands to.
|
Modifier and Type | Method and Description |
---|---|
MessageProcessor |
Control.getProcessor() |
Constructor and Description |
---|
CmdInstrumentation(Control ctl,
MessageProcessor msg) |
CmdIpMux(Control ctl,
MessageProcessor msg) |
CmdLogicBoard(Control ctl,
MessageProcessor msg) |
CmdNetwork(Control ctl,
MessageProcessor msg) |
CmdWhiteRabbit(Control ctl,
MessageProcessor msg) |
CommandGroup(Control ctl,
MessageProcessor msg)
Creates a new command group.
|
Modifier and Type | Field and Description |
---|---|
MessageProcessor |
Response.processor |
Constructor and Description |
---|
Response(MessageDecoder<T> decoder,
MessageProcessor messageProcessor,
int id,
int type,
java.lang.Object user)
Create a new response.
|