|
Leosac
0.7.0
OpenSourceAccessControl
|
Transient configuration object that stores the list of reader use/configure. More...
#include <WiegandConfig.hpp>
Collaboration diagram for Leosac::Module::Wiegand::WiegandConfig: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 121 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 130 of file WiegandConfig.hpp.