Package | Description |
---|---|
org.km3net.clbv2.remote |
Provides a high-level interface for control of the remote CLB.
|
Modifier and Type | Field and Description |
---|---|
protected Control |
Control.CommandGroup.ctl |
Modifier and Type | Method and Description |
---|---|
static void |
FWUpdate.updateImage(Control ctrl,
java.io.File bitFile,
int imgIdx,
FWUpdate.FWUpdateListener lst) |
static void |
FWUpdate.verifyImage(Control ctrl,
java.io.File bitFile,
int imgIdx,
FWUpdate.FWUpdateListener lst) |
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.
|
ConsoleBridge(Control ctrl,
java.net.InetAddress iface,
int ptpPort,
int secPort)
Starts a telnet proxy
|