Psyllid  v1.12.4
Project 8 Data Acquisisition Software
server_config.hh
Go to the documentation of this file.
1 /*
2  * server_config.hh
3  *
4  * Created on: Nov 4, 2013
5  * Author: nsoblath
6  */
7 
8 #ifndef PSYLLID_SERVER_CONFIG_HH_
9 #define PSYLLID_SERVER_CONFIG_HH_
10 
11 #include "param.hh"
12 
13 namespace psyllid
14 {
35  class server_config : public scarab::param_node
36  {
37  public:
38  server_config();
39  virtual ~server_config();
40  };
41 
42 } /* namespace psyllid */
43 #endif /* PSYLLID_SERVER_CONFIG_HH_ */
Contains default server configuration.