ifw-ccf 4.0.0
Loading...
Searching...
No Matches
defines.hpp
Go to the documentation of this file.
1
5#ifndef CCF_CONTROL_DEFINES_HPP_H_
6#define CCF_CONTROL_DEFINES_HPP_H_
7
8#include <boost/exception/diagnostic_information.hpp>
9
10#include <ccf/common/db.hpp>
11#include <ccf/common/setup.hpp>
12
13namespace ccf::control {
14
15 // /// Return reference to the CCF Setup object (Singleton instance).
18 }
19
20 // /// Return reference to the CCF DB object (Singleton instance).
21 // inline ccf::common::Db& GetDb() {
22 // return ccf::common::Db::Instance();
23 // }
24
25}
26
27#endif // CCF_CONTROL_DEFINES_HPP_H_
Global setup class for CCF applications. An Initialisation Setup, containing all the parameters shall...
Definition: setup.hpp:23
static Setup & Instance()
Return reference to unique instance of the application class.
Definition: setup.cpp:13
Definition: acqThread.cpp:10
ccf::common::Setup & GetSetup()
Definition: defines.hpp:16