Dripline-Cpp  v2.4.2
Dripline Implementation in C++
monitor_config.hh
Go to the documentation of this file.
1 /*
2  * monitor_config.hh
3  *
4  * Created on: Jul 3, 2019
5  * Author: N.S. Oblath
6  */
7 
8 #ifndef DRIPLINE_MONITOR_CONFIG_HH_
9 #define DRIPLINE_MONITOR_CONFIG_HH_
10 
11 #include "dripline_config.hh" // for convenience of things using monitor_config, include this here
12 
13 namespace dripline
14 {
15 
22  class DRIPLINE_API monitor_config : public scarab::param_node
23  {
24  public:
26  virtual ~monitor_config();
27  };
28 
29 } /* namespace dripline */
30 #endif /* DRIPLINE_MONITOR_CONFIG_HH_ */
#define DRIPLINE_API
Definition: dripline_api.hh:34
Sets the default message-monitor configuration.