LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
deisterreaderunitconfiguration.hpp
Go to the documentation of this file.
1
7#ifndef LOGICALACCESS_DEISTERREADERUNITCONFIGURATION_HPP
8#define LOGICALACCESS_DEISTERREADERUNITCONFIGURATION_HPP
9
11#include <logicalaccess/plugins/readers/deister/lla_readers_deister_api.hpp>
12
13namespace logicalaccess
14{
18class LLA_READERS_DEISTER_API DeisterReaderUnitConfiguration
20{
21 public:
26
31
35 void resetConfiguration() override;
36
41 void serialize(boost::property_tree::ptree &parentNode) override;
42
47 void unSerialize(boost::property_tree::ptree &node) override;
48
53 std::string getDefaultXmlNodeName() const override;
54};
55}
56
57#endif
The Deister reader unit configuration base class.
Definition: deisterreaderunitconfiguration.hpp:20
The reader unit configuration base class. Describe the configuration for a reader unit.
Definition: readerunitconfiguration.hpp:20
Definition: asn1.hpp:9
Reader unit configuration.