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