Jpp
18.0.1-rc.2
the software that should make you happy
|
Auxiliary program to receive messages from ControlHost server. More...
#include <string>
#include <iostream>
#include <sstream>
#include <iomanip>
#include <set>
#include "JNet/JControlHost.hh"
#include "JSystem/JDateAndTime.hh"
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.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), with subscriptions any and all, respectively.
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 27 of file JGetMessage.cc.