LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
em4135chip.hpp
Go to the documentation of this file.
1
7#ifndef LOGICALACCESS_EM4135CHIP_HPP
8#define LOGICALACCESS_EM4135CHIP_HPP
9
11#include <logicalaccess/plugins/cards/em4135/lla_cards_em4135_api.hpp>
12#include <string>
13#include <vector>
14#include <iostream>
15
16namespace logicalaccess
17{
18#define CHIP_EM4135 "EM4135"
22class LLA_CARDS_EM4135_API EM4135Chip : public Chip
23{
24 public:
28 EM4135Chip();
29
33 virtual ~EM4135Chip();
34
39 std::string getGenericCardType() const override
40 {
41 return CHIP_EM4135;
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 EM4135 base chip class.
Definition: em4135chip.hpp:23
std::string getGenericCardType() const override
Get the generic card type.
Definition: em4135chip.hpp:39
#define CHIP_EM4135
Definition: em4135chip.hpp:18
Definition: asn1.hpp:9