LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
readerunitconfiguration.hpp
Go to the documentation of this file.
1
7#ifndef LOGICALACCESS_READERUNITCONFIGURATION_HPP
8#define LOGICALACCESS_READERUNITCONFIGURATION_HPP
9
10#include <logicalaccess/lla_core_api.hpp>
12
13namespace logicalaccess
14{
19class LLA_CORE_API ReaderUnitConfiguration : public XmlSerializable
20{
21 public:
25 explicit ReaderUnitConfiguration(std::string rpt);
26
31
36 std::string getRPType() const;
37
41 virtual void resetConfiguration() = 0;
42
43 protected:
48};
49}
50
51#endif
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
Definition: asn1.hpp:9