Jpp
|
#include <string>
#include <iostream>
#include <unistd.h>
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
#include "JNet/JControlHost.hh"
#include "JDAQ/JDAQTags.hh"
Go to the source code of this file.
Functions | |
int | main (int argc, const char *argv[]) |
Auxiliary program to start (remote) run control client.
This program makes a connection to a specific port number on the given host with a preset timeout. The option -H <hostname>[:port]
correponds to the hostname and the port of the client, respectively. The option -m <message>
corresponds to the argument list provided to method enter of the client.
Definition in file JDAQClientStarter.cc.
int main | ( | int | argc, |
const char * | argv[] | ||
) |
Definition at line 21 of file JDAQClientStarter.cc.