Dripline-Cpp
v2.10.11
Dripline Implementation in C++
library
monitor_config.cc
Go to the documentation of this file.
1
/*
2
* monitor_config.cc
3
*
4
* Created on: Jul 3, 2019
5
* Author: N.S. Oblath
6
*/
7
8
#define DRIPLINE_API_EXPORTS
9
10
#include "
monitor_config.hh
"
11
12
#include "logger.hh"
13
14
LOGGER(
dlog
,
"agent_config"
);
15
16
namespace
dripline
17
{
18
19
monitor_config::monitor_config
()
20
{
21
// default agent configuration
22
23
add(
"dripline_mesh"
,
dripline_config
() );
24
25
}
26
27
}
/* namespace dripline */
dripline::dripline_config
Sets the default configuration used by core. These parameters pertain to the dripline mesh that will ...
Definition:
dripline_config.hh:31
dripline::monitor_config::monitor_config
monitor_config()
Definition:
monitor_config.cc:19
dlog
static ::scarab::logger_type< ::scarab::spd_initializer_async_stdout_color_mt > dlog("agent_config", __FILE_NAME__, __LINE__)
monitor_config.hh
dripline
Definition:
agent.cc:40
Generated by
1.9.1