7#ifndef LOGICALACCESS_HIDHONEYWELL40BITFORMAT_HPP
8#define LOGICALACCESS_HIDHONEYWELL40BITFORMAT_HPP
33 unsigned int getDataLength()
const override;
39 std::string getName()
const override;
44 unsigned short int getFacilityCode()
const;
50 void setFacilityCode(
unsigned short int facilityCode);
59 static unsigned char getRightParity(
const BitsetStream &data,
unsigned char rpNo);
73 void setLinearData(
const ByteVector &data)
override;
81 size_t getFormatLinearData(
ByteVector &data)
const override;
88 void setFormatLinearData(
const ByteVector &data,
size_t *indexByte)
override;
100 void serialize(boost::property_tree::ptree &parentNode)
override;
106 void unSerialize(boost::property_tree::ptree &node)
override;
112 std::string getDefaultXmlNodeName()
const override;
119 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