7#ifndef LOGICALACCESS_RAWFORMAT_HPP
8#define LOGICALACCESS_RAWFORMAT_HPP
37 unsigned int getDataLength()
const override;
43 std::string getName()
const override;
55 void serialize(boost::property_tree::ptree &parentNode)
override;
61 void unSerialize(boost::property_tree::ptree &node)
override;
67 std::string getDefaultXmlNodeName()
const override;
74 unsigned int getFieldLength(
const std::string &field)
const override;
88 void setLinearData(
const ByteVector &data)
override;
107 bool checkSkeleton(std::shared_ptr<Format> format)
const override;
113 bool needUserConfigurationToBeUse()
const override;
122 size_t getFormatLinearData(
ByteVector &data)
const override;
129 void setFormatLinearData(
const ByteVector &data,
size_t *indexByte)
override;
std::vector< uint8_t > ByteVector
Definition: lla_fwd.hpp:80
FormatType
Format type.
Definition: format.hpp:27