Leosac  0.8.0
Open Source Access Control
wiegand.cpp File Reference
#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>
+ Include dependency graph for wiegand.cpp:

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...
 

Function Documentation

◆ __attribute__()

__attribute__ ( (visibility("default"))  )

Entry point of wiegand module.

This module provide support for controlling WiegandReader.

Definition at line 49 of file wiegand.cpp.

◆ get_module_name()

const char* get_module_name ( )

Definition at line 39 of file wiegand.cpp.