21 #include <boost/property_tree/ptree.hpp> 24 #include <zmqpp/context.hpp> 25 #include <zmqpp/message.hpp> 42 start_module(
zmqpp::socket *pipe, boost::property_tree::ptree cfg,
47 p.sched_priority = 90;
48 int ret = pthread_setschedparam(pthread_self(), SCHED_FIFO, &p);
50 WARN(
"Cannot set realtime priority for SysFsGPIO module.");
51 return Leosac::Module::start_module_helper<SysFsGpioModule>(pipe, cfg, zmq_ctx,
This is the header file for a generated source file, GitSHA1.cpp.
const char * get_module_name()
__attribute__((visibility("default"))) bool start_module(zmqpp
Entry point for the auth-db module.
Namespace for the module that implements GPIO support using the Linux Kernel sysfs interface...
std::shared_ptr< CoreUtils > CoreUtilsPtr