VHISTlib  1.84.0.3018
Public Attributes
vhist::SectionTag Struct Reference

A dataclass storing all entries of a section tag. More...

#include <tags.h>

List of all members.

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).

Detailed Description

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.


Member Data Documentation

The index of the section.

Note:
Section indices are created in increasing order, section ids in decreasing order.

The number of bytes left of the start of the tag which still belong to the section.

Note:
Section tags are usually located at the end of the section.

The number of bytes between the starts of the previous section tag and this section.

The section tag with the md5 sum replaced by 32 '0' (zeros).

This tag is used when validating the section.


The documentation for this struct was generated from the following files:

VHISTlib 1.84.0.3018 of Jun 28 2013, generated by doxygen.