Jpp
|
Auxiliary program to receive messages from ControlHost server. More...
#include <string>
#include <iostream>
#include <sstream>
#include <iomanip>
#include <set>
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
#include "JNet/JControlHost.hh"
#include "JSystem/JDate.hh"
Go to the source code of this file.
Functions | |
int | main (int argc, const char *argv[]) |
Auxiliary program to receive messages from ControlHost server.
The option -H <hostname>[:port]
correponds to the hostname and the port of the server, respectively. The options -t
and -T
correspond to the ControlHost tag(s). Each message tag will be printed and for the latter also the message content. The program will terminate when it receives message <stop>.
Definition in file JGetMessage.cc.
int main | ( | int | argc, |
const char * | argv[] | ||
) |
Definition at line 24 of file JGetMessage.cc.