7#ifndef LOGICALACCESS_READERUNITCONFIGURATION_HPP
8#define LOGICALACCESS_READERUNITCONFIGURATION_HPP
10#include <logicalaccess/lla_core_api.hpp>
36 std::string getRPType()
const;
The reader unit configuration base class. Describe the configuration for a reader unit.
Definition: readerunitconfiguration.hpp:20
std::string d_readerProviderType
The associated reader provider type for the reader unit configuration.
Definition: readerunitconfiguration.hpp:47
virtual void resetConfiguration()=0
Reset the configuration to the default one.
A Xml Serializable base class. Add Xml serialization to a class.
Definition: xmlserializable.hpp:54