23 #include <boost/property_tree/ptree.hpp> 24 #include <zmqpp/zmqpp.hpp> 29 return "PIFACEDIGITAL_GPIO";
40 start_module(
zmqpp::socket *pipe, boost::property_tree::ptree cfg,
45 p.sched_priority = 90;
46 int ret = pthread_setschedparam(pthread_self(), SCHED_FIFO, &p);
50 WARN(
"Setting realtime priority for " 52 <<
"The program will keep running but could encounter issues like " 53 "missing some Wiegand bits.");
56 return Leosac::Module::start_module_helper<PFDigitalModule>(pipe, cfg, zmq_ctx,
Provide support for the piface digital device.
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.
std::shared_ptr< CoreUtils > CoreUtilsPtr