#include "LeosacFwd.hpp"
#include "core/config/ConfigChecker.hpp"
#include "core/config/ConfigManager.hpp"
#include "tools/ThreadUtils.hpp"
#include "tools/log.hpp"
#include <boost/property_tree/ptree.hpp>
#include <zmqpp/zmqpp.hpp>
Go to the source code of this file.
|
| Leosac |
| This is the header file for a generated source file, GitSHA1.cpp.
|
|
| Leosac::Module |
| All modules that provides features to Leosac shall be in this namespace.
|
|
|
const char * | get_module_name () |
|
template<typename UserModule > |
bool | Leosac::Module::start_module_helper (zmqpp::socket *pipe, boost::property_tree::ptree cfg, zmqpp::context &zmq_ctx, CoreUtilsPtr utils) |
| This function template is a helper wrt writing the start_module function for every module. More...
|
|
◆ get_module_name()
const char* get_module_name |
( |
| ) |
|