Jpp
18.3.0-rc.1
the software that should make you happy
|
A tool to forward messages with the given tags from one ControlHost server (e.g. More...
#include <chrono>
#include <iostream>
#include <set>
#include <string>
#include "JNet/JControlHost.hh"
#include "JIO/JByteArrayIO.hh"
#include "JDAQ/JDAQTags.hh"
#include "JDAQ/JDAQPreambleIO.hh"
#include "JDAQ/JDAQEventHeaderIO.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[]) |
A tool to forward messages with the given tags from one ControlHost server (e.g.
JLigier) to another.
The options -H <source>[:port]
and -X <target>[:port]
correspond to the host name and the port of the source and target server, respectively.
The options -t
and -T
correspond to the ControlHost tag(s) with the mode subscription "any" and subscription "all", respectively.
Definition in file JLigierMirror.cc.
int main | ( | int | argc, |
const char * | argv[] | ||
) |
Definition at line 27 of file JLigierMirror.cc.