Package org.km3net.clb.remote
Class Control.CommandGroup
- java.lang.Object
-
- org.km3net.clb.remote.Control.CommandGroup
-
- Direct Known Subclasses:
CmdBase
,CmdDebug
,CmdInstrumentation
,CmdLogicBoard
,CmdNetwork
,CmdSystem
- Enclosing class:
- Control
public abstract static class Control.CommandGroup extends java.lang.Object
A command group implements a group of CLB commands belonging to a specific functional section of the CLB.
-
-
Field Summary
Fields Modifier and Type Field Description protected Control
ctl
protected MessageProcessor
msg
The message processor to register commands to.
-
Constructor Summary
Constructors Modifier Constructor Description protected
CommandGroup(Control ctl, MessageProcessor msg)
Creates a new command group.
-
-
-
Field Detail
-
msg
protected final MessageProcessor msg
The message processor to register commands to.
-
ctl
protected final Control ctl
-
-
Constructor Detail
-
CommandGroup
protected CommandGroup(Control ctl, MessageProcessor msg)
Creates a new command group.- Parameters:
msg
- The message processor
-
-