VHISTlib
1.84.0.3018
|
A dataclass storing all entries of a section tag. More...
#include <tags.h>
Public Attributes | |
int | id |
The id of the section. Each section has a unique id. | |
int | position |
The position of the start of the tag within the VHIST file in bytes. | |
int | taglen |
The length of the tag in bytes. | |
QString | version |
The version of VHIST used to create the tag. | |
QString | creator |
The name and version number of the tool which created this section. | |
QString | title |
The title of the section. | |
int | left |
The number of bytes left of the start of the tag which still belong to the section. | |
int | size |
The size of the section in bytes. | |
int | index |
The index of the section. | |
QString | md5section |
The md5 sum of the section. | |
QString | previousmd5 |
The md5 sum of the previous section. | |
int | previousmarker |
The number of bytes between the starts of the previous section tag and this section. | |
QByteArray | validationTag |
The section tag with the md5 sum replaced by 32 '0' (zeros). |
A dataclass storing all entries of a section tag.
The position of the tag within the VHIST file and the length of the tag are stored, as well.
The index of the section.
The number of bytes left of the start of the tag which still belong to the section.
The number of bytes between the starts of the previous section tag and this section.
QByteArray vhist::SectionTag::validationTag |
The section tag with the md5 sum replaced by 32 '0' (zeros).
This tag is used when validating the section.