Dripline-Cpp  v2.10.11
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  monitor_config( const monitor_config& ) = default;
28  virtual ~monitor_config() = default;
29 
30  monitor_config& operator=( const monitor_config& ) = default;
32  };
33 
34 } /* namespace dripline */
35 #endif /* DRIPLINE_MONITOR_CONFIG_HH_ */
Sets the default message-monitor configuration.
monitor_config(const monitor_config &)=default
monitor_config & operator=(const monitor_config &)=default
virtual ~monitor_config()=default
monitor_config & operator=(monitor_config &&)=default
monitor_config(monitor_config &&)=default
#define DRIPLINE_API
Definition: dripline_api.hh:34