7#ifndef LOGICALACCESS_BARIUMFERRITEPCSCFORMAT_H
8#define LOGICALACCESS_BARIUMFERRITEPCSCFORMAT_H
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);
64 void setLinearData(
const ByteVector &data)
override;
72 size_t getFormatLinearData(
ByteVector &data)
const override;
79 void setFormatLinearData(
const ByteVector &data,
size_t *indexByte)
override;
91 void serialize(boost::property_tree::ptree &parentNode)
override;
97 void unSerialize(boost::property_tree::ptree &node)
override;
103 std::string getDefaultXmlNodeName()
const override;
110 bool checkSkeleton(std::shared_ptr<Format> format)
const override;
118 static unsigned char calcChecksum(
const ByteVector &data);
std::vector< uint8_t > ByteVector
Definition: lla_fwd.hpp:80
FormatType
Format type.
Definition: format.hpp:27