Public Member Functions | |
ControlPort (Socket socket) throws UnknownHostException, IOException | |
Constructor - get reader/writer from socket. | |
String[] | getChannels () throws IOException |
Routine to query and parse the list of DAQ channels. | |
void | subscribe (String channel) throws IOException |
Public routines just call the worker. | |
void | unsubscribe (String channel) throws IOException |
Public routines just call the worker. |
Definition at line 20 of file ControlPort.java.
|
Constructor - get reader/writer from socket.
Definition at line 30 of file ControlPort.java. |
|
Routine to query and parse the list of DAQ channels.
Definition at line 45 of file ControlPort.java. |
|
Public routines just call the worker.
Definition at line 129 of file ControlPort.java. |
|
Public routines just call the worker.
Definition at line 139 of file ControlPort.java. |