Leosac
0.8.0
Open Source Access Control
|
Transient configuration object that stores the list of reader use/configure. More...
#include <WiegandConfig.hpp>
Public Member Functions | |
WiegandConfig ()=default | |
void | add_reader (WiegandReaderConfigPtr) |
const std::vector< WiegandReaderConfigPtr > & | readers () const |
Private Attributes | |
std::vector< WiegandReaderConfigPtr > | readers_ |
Transient configuration object that stores the list of reader use/configure.
This object is either populated from the database or from the XML configuration.
Definition at line 123 of file WiegandConfig.hpp.
|
default |
void Leosac::Module::Wiegand::WiegandConfig::add_reader | ( | WiegandReaderConfigPtr | reader | ) |
Definition at line 33 of file WiegandConfig.cpp.
const std::vector< WiegandReaderConfigPtr > & Leosac::Module::Wiegand::WiegandConfig::readers | ( | ) | const |
Definition at line 38 of file WiegandConfig.cpp.
|
private |
Definition at line 132 of file WiegandConfig.hpp.