Dripline-Cpp
v2.4.2
Dripline Implementation in C++
library
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
:
25
monitor_config
();
26
virtual
~
monitor_config
();
27
};
28
29
}
/* namespace dripline */
30
#endif
/* DRIPLINE_MONITOR_CONFIG_HH_ */
DRIPLINE_API
#define DRIPLINE_API
Definition:
dripline_api.hh:34
dripline::monitor_config
Sets the default message-monitor configuration.
Definition:
monitor_config.hh:22
dripline
Definition:
agent.cc:39
dripline_config.hh
Generated by
1.8.13