Dripline-Cpp  v2.4.2
Dripline Implementation in C++
dripline_config.hh
Go to the documentation of this file.
1 /*
2  * dripline_config.hh
3  *
4  * Created on: June 26, 2019
5  * Author: N.S. Oblath
6  */
7 
8 #ifndef DRIPLINE_DRIPLINE_CONFIG_HH_
9 #define DRIPLINE_DRIPLINE_CONFIG_HH_
10 
11 #include "dripline_api.hh"
12 
13 #include "param.hh"
14 
15 namespace scarab
16 {
17  class main_app;
18 }
19 
20 namespace dripline
21 {
22 
29  class DRIPLINE_API dripline_config : public scarab::param_node
30  {
31  public:
32  dripline_config( const std::string& a_auth_file = "" );
33  virtual ~dripline_config();
34  };
35 
37  void add_dripline_options( scarab::main_app& an_app );
38 
39 } /* namespace dripline */
40 #endif /* DRIPLINE_DRIPLINE_CONFIG_HH_ */
Definition: core.hh:17
#define DRIPLINE_API
Definition: dripline_api.hh:34
Sets the default configuration used by core.
void add_dripline_options(scarab::main_app &an_app)
Add basic AMQP options to an app object.