7#ifndef LOGICALACCESS_PROXCHIP_HPP
8#define LOGICALACCESS_PROXCHIP_HPP
11#include <logicalaccess/plugins/cards/prox/lla_cards_prox_api.hpp>
18#define CHIP_PROX "Prox"
49 std::shared_ptr<LocationNode> getRootLocationNode()
override;
56 std::shared_ptr<CardService> getService(
CardServiceType serviceType)
override;
62 std::shared_ptr<Location> createLocation()
const override;
The base chip class for all chip. Each chip have is own object and providers according to himself and...
Definition: chip.hpp:37
The HID Prox base chip class.
Definition: proxchip.hpp:24
std::string getGenericCardType() const override
Get the generic card type.
Definition: proxchip.hpp:40
CardServiceType
The card services.
Definition: cardservice.hpp:35
#define CHIP_PROX
Definition: proxchip.hpp:18