LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
cps3location.hpp
Go to the documentation of this file.
1
7#ifndef LOGICALACCESS_CPS3LOCATION_HPP
8#define LOGICALACCESS_CPS3LOCATION_HPP
9
11#include <logicalaccess/plugins/cards/cps3/lla_cards_cps3_api.hpp>
12
13namespace logicalaccess
14{
18class LLA_CARDS_CPS3_API CPS3Location : public Location
19{
20 public:
25
29 virtual ~CPS3Location();
30
35 void serialize(boost::property_tree::ptree &parentNode) override;
36
41 void unSerialize(boost::property_tree::ptree &node) override;
42
47 std::string getDefaultXmlNodeName() const override;
48
53 std::string getCardType() override
54 {
55 return "FeliCa";
56 }
57
63 bool operator==(const Location &location) const override;
64};
65}
66
67#endif /* LOGICALACCESS_CPS3LOCATION_H */
A CPS3 location informations.
Definition: cps3location.hpp:19
std::string getCardType() override
Get the card type for this location.
Definition: cps3location.hpp:53
A location informations.
Definition: location.hpp:19
Location.
Definition: asn1.hpp:9