Dripline-Cpp
v2.4.2
Dripline Implementation in C++
library
agent_config.hh
Go to the documentation of this file.
1
/*
2
* agent_config.hh
3
*
4
* Created on: Jun 2, 2016
5
* Author: nsoblath
6
*/
7
8
#ifndef DRIPLINE_AGENT_CONFIG_HH_
9
#define DRIPLINE_AGENT_CONFIG_HH_
10
11
#include "
dripline_config.hh
"
// for convenience of things using agent_config, include this here
12
13
namespace
dripline
14
{
15
22
class
DRIPLINE_API
agent_config
:
public
scarab::param_node
23
{
24
public
:
25
agent_config
();
26
virtual
~
agent_config
();
27
};
28
29
}
/* namespace dripline */
30
#endif
/* DRIPLINE_AGENT_CONFIG_HH_ */
dripline::agent_config
Sets the default agent configuration.
Definition:
agent_config.hh:22
DRIPLINE_API
#define DRIPLINE_API
Definition:
dripline_api.hh:34
dripline
Definition:
agent.cc:39
dripline_config.hh
Generated by
1.8.13