7#ifndef LOGICALACCESS_WIEGAND26FORMAT_HPP
8#define LOGICALACCESS_WIEGAND26FORMAT_HPP
37 unsigned char getFacilityCode()
const;
42 void setFacilityCode(
unsigned char facilityCode);
47 unsigned int getDataLength()
const override;
53 std::string getName()
const override;
60 BitsetStream getLinearDataWithoutParity()
const override;
67 void setLinearDataWithoutParity(
const ByteVector &data)
override;
75 size_t getFormatLinearData(
ByteVector &data)
const override;
82 void setFormatLinearData(
const ByteVector &data,
size_t *indexByte)
override;
94 void serialize(boost::property_tree::ptree &parentNode)
override;
100 void unSerialize(boost::property_tree::ptree &node)
override;
106 std::string getDefaultXmlNodeName()
const override;
113 bool checkSkeleton(std::shared_ptr<Format> format)
const override;
Definition: BitsetStream.hpp:15
std::vector< uint8_t > ByteVector
Definition: lla_fwd.hpp:80
FormatType
Format type.
Definition: format.hpp:27