LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
em4102chip.hpp
Go to the documentation of this file.
1
7#ifndef LOGICALACCESS_EM4102CHIP_HPP
8#define LOGICALACCESS_EM4102CHIP_HPP
9
11#include <logicalaccess/plugins/cards/em4102/lla_cards_em4102_api.hpp>
12#include <string>
13#include <vector>
14#include <iostream>
15
16namespace logicalaccess
17{
18#define CHIP_EM4102 "EM4102"
22class LLA_CARDS_EM4102_API EM4102Chip : public Chip
23{
24 public:
28 EM4102Chip();
29
33 virtual ~EM4102Chip();
34
39 std::string getGenericCardType() const override
40 {
41 return CHIP_EM4102;
42 }
43
48 std::shared_ptr<LocationNode> getRootLocationNode() override;
49};
50}
51
52#endif
Chip descriptor.
The base chip class for all chip. Each chip have is own object and providers according to himself and...
Definition: chip.hpp:37
The EM4102 base chip class.
Definition: em4102chip.hpp:23
std::string getGenericCardType() const override
Get the generic card type.
Definition: em4102chip.hpp:39
#define CHIP_EM4102
Definition: em4102chip.hpp:18
Definition: asn1.hpp:9