#include "OnlineMonitoring/util/IPC.h"
#include "OnlineMonitoring/util/IPCBlock.h"
#include <sys/time.h>
#include <sys/resource.h>
#include <iostream>
#include <cstdlib>
#include <cstring>
#include "TObject.h"
#include "TH1F.h"
#include "TH2F.h"
Go to the source code of this file.
Variables | |
static const unsigned int | kSecond = 1000000 |
static const unsigned int | kSleep = kSecond/1000 |
static const unsigned int | kWait = 5*kSecond |
|
static |
Definition at line 20 of file IPC.cxx.
Referenced by om::IPC::IPC().
Definition at line 21 of file IPC.cxx.
Referenced by om::GUIModelSubscriber::GetLock(), om::IPC::IPC(), om::IPC::RequestAddToWatchList(), om::IPC::RequestCurrentWatchList(), om::IPC::RequestHistoList(), om::IPC::RequestRemoveFromWatchList(), om::IPC::RequestTH1F(), and om::IPC::RequestTH2F().
Definition at line 22 of file IPC.cxx.
Referenced by om::IPC::RequestAddToWatchList(), om::IPC::RequestCurrentWatchList(), om::IPC::RequestHistoList(), om::IPC::RequestRemoveFromWatchList(), om::IPC::RequestTH1F(), and om::IPC::RequestTH2F().