CMS 3D CMS Logo

DQMOldReceiver.h
Go to the documentation of this file.
1 #ifndef DQMSERVICES_CORE_DQM_CONNECTOR_H
2 #define DQMSERVICES_CORE_DQM_CONNECTOR_H
3 
4 #if __GNUC__ && !defined DQM_DEPRECATED
5 #define DQM_DEPRECATED __attribute__((deprecated))
6 #endif
7 
8 #include <string>
9 
10 class DQMStore;
12 public:
32 
35  DQMOldReceiver(const std::string &hostname,
36  int port,
37  const std::string &client_name,
38  int unusedReconnectDelaySecs = -1,
39  bool unusedActAsServer = false) DQM_DEPRECATED;
40 
42 
46 
52  bool update() DQM_DEPRECATED;
54  int getNumUpdates() const DQM_DEPRECATED { return 0; }
55 
56 private:
60 
61 #endif // DQMSERVICES_CORE_DQM_CONNECTOR_H
bool update() DQM_DEPRECATED
~DQMOldReceiver() DQM_DEPRECATED
DQMStore * store_
use to get hold of structure with monitoring elements that class owns
port
Definition: query.py:116
int getNumUpdates() const DQM_DEPRECATED
dqm::dqmstoreimpl::DQMStore DQMStore
Definition: DQMStore.h:706
class DQMOldReceiver DQM_DEPRECATED
DQMOldReceiver() DQM_DEPRECATED
DQMStore * getBEInterface() DQM_DEPRECATED
bool doMonitoring() DQM_DEPRECATED
DQMStore * getStore() DQM_DEPRECATED
get pointer to back-end interface