Jpp
|
Auxiliary program to send messages to ControlHost server. More...
#include <string>
#include <iostream>
#include <iomanip>
#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 send messages to 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
corresponds to the rate at which messages will be sent.
Definition in file JPutData.cc.
int main | ( | int | argc, |
const char * | argv[] | ||
) |
Definition at line 23 of file JPutData.cc.