7#ifndef LOGICALACCESS_DEISTERREADERUNITCONFIGURATION_HPP
8#define LOGICALACCESS_DEISTERREADERUNITCONFIGURATION_HPP
11#include <logicalaccess/plugins/readers/deister/lla_readers_deister_api.hpp>
35 void resetConfiguration()
override;
41 void serialize(boost::property_tree::ptree &parentNode)
override;
47 void unSerialize(boost::property_tree::ptree &node)
override;
53 std::string getDefaultXmlNodeName()
const override;
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
Reader unit configuration.