7#ifndef LOGICALACCESS_CPS3LOCATION_HPP
8#define LOGICALACCESS_CPS3LOCATION_HPP
11#include <logicalaccess/plugins/cards/cps3/lla_cards_cps3_api.hpp>
35 void serialize(boost::property_tree::ptree &parentNode)
override;
41 void unSerialize(boost::property_tree::ptree &node)
override;
47 std::string getDefaultXmlNodeName()
const override;
63 bool operator==(
const Location &location)
const override;
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