LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
legicprimechip.hpp
Go to the documentation of this file.
1
7#ifndef LOGICALACCESS_LEGICPRIMECHIP_HPP
8#define LOGICALACCESS_LEGICPRIMECHIP_HPP
9
11#include <logicalaccess/plugins/cards/legicprime/lla_cards_legicprime_api.hpp>
12#include <string>
13#include <vector>
14#include <iostream>
15
16namespace logicalaccess
17{
18#define CHIP_LEGICPRIME "LegicPrime"
19
23class LLA_CARDS_LEGICPRIME_API LegicPrimeChip : public Chip
24{
25 public:
30
34 virtual ~LegicPrimeChip();
35
40 std::string getGenericCardType() const override
41 {
42 return CHIP_LEGICPRIME;
43 }
44
49 std::shared_ptr<LocationNode> getRootLocationNode() override;
50};
51}
52
53#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 Legic Prime base chip class.
Definition: legicprimechip.hpp:24
std::string getGenericCardType() const override
Get the generic card type.
Definition: legicprimechip.hpp:40
#define CHIP_LEGICPRIME
Definition: legicprimechip.hpp:18
Definition: asn1.hpp:9