1 #ifndef ONLMONCLIENT_ONLMONCLIENT_H
2 #define ONLMONCLIENT_ONLMONCLIENT_H
4 #include <onlmon/OnlMonBase.h>
5 #include <onlmon/OnlMonDefs.h>
40 void Print(
const char *what =
"ALL");
45 int Draw(
const char *who =
"ALL",
const char *what =
"ALL");
46 int MakePS(
const char *who =
"ALL",
const char *what =
"ALL");
47 int MakeHtml(
const char *who =
"ALL",
const char *what =
"ALL");
66 int SendCommand(
const char *hostname,
const int port,
const char *
cmd);
73 int HistoToPng(TH1 *histo,
std::string const &pngfilename,
const char *drawopt =
"",
const int statopt = 11);
104 std::map<std::string, std::map<const std::string, ClientHistoList *>>
SubsysHisto;
106 std::map<const std::string, ClientHistoList *>
Histo;