Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pmonitorInterface.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file pmonitorInterface.h
1 #ifndef __PMONITORINTERFACE_H__
2 #define __PMONITORINTERFACE_H__
3 
4 #include <string>
5 
6 int setup_server();
7 void handleconnection(void *arg);
8 void handletest(void *arg);
9 int send_message(const int severity, const std::string &msg);
10 
11 #endif /* __PMONITORINTERFACE_H__ */