7#ifndef LOGICALACCESS_GETRONIK40BITFORMAT_HPP
8#define LOGICALACCESS_GETRONIK40BITFORMAT_HPP
33 unsigned int getDataLength()
const override;
39 std::string getName()
const override;
44 unsigned short int getField()
const;
50 void setField(
unsigned short int field);
58 static unsigned char getRightParity(
const BitsetStream &data);
72 void setLinearData(
const ByteVector &data)
override;
80 size_t getFormatLinearData(
ByteVector &data)
const override;
87 void setFormatLinearData(
const ByteVector &data,
size_t *indexByte)
override;
99 void serialize(boost::property_tree::ptree &parentNode)
override;
105 void unSerialize(boost::property_tree::ptree &node)
override;
111 std::string getDefaultXmlNodeName()
const override;
118 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