Jpp
18.5.0
the software that should make you happy
|
Auxiliary program to receive messages from ControlHost server. More...
#include <string>
#include <iostream>
#include <iomanip>
#include <set>
#include <limits>
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
#include "Jeep/JTimekeeper.hh"
#include "JSystem/JTime.hh"
#include "JNet/JControlHost.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) for free and all subscription, respectively. The option -R <rate [Hz]>
corresponds to the rate at which messages will be received.
Definition in file JGetData.cc.
int main | ( | int | argc, |
const char * | argv[] | ||
) |
Definition at line 24 of file JGetData.cc.