Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-03 08:20:57

0001 #ifndef ONLMONSERVER_PMONITORINTERFACE_H
0002 #define ONLMONSERVER_PMONITORINTERFACE_H
0003 
0004 #include <string>
0005 
0006 int setup_server();
0007 void handleconnection(void *arg);
0008 void handletest(void *arg);
0009 int send_message(const int severity, const std::string &msg);
0010 
0011 #endif /* ONLMONSERVER_PMONITORINTERFACE_H */