Leosac
0.8.0
Open Source Access Control
|
#include "modules/wiegand/wiegand.hpp"
#include "core/Scheduler.hpp"
#include "core/kernel.hpp"
#include "hardware/Buzzer.hpp"
#include "hardware/HardwareService.hpp"
#include "hardware/LED.hpp"
#include "modules/wiegand/WiegandConfig_odb.h"
#include "modules/wiegand/strategies/Autodetect.hpp"
#include "modules/wiegand/ws/WSHelperThread.hpp"
#include "tools/log.hpp"
#include "ws/WiegandConfigSerializer.hpp"
#include <boost/property_tree/ptree.hpp>
#include <memory>
#include <zmqpp/context.hpp>
#include <zmqpp/message.hpp>
Go to the source code of this file.
Functions | |
const char * | get_module_name () |
__attribute__ ((visibility("default"))) bool start_module(zmqpp | |
Entry point of wiegand module. More... | |
__attribute__ | ( | (visibility("default")) | ) |
Entry point of wiegand module.
This module provide support for controlling WiegandReader.
Definition at line 49 of file wiegand.cpp.
const char* get_module_name | ( | ) |
Definition at line 39 of file wiegand.cpp.