_fvff_block_header_t Struct Reference
Block header. More...
#include <fvff.h>
Public Attributes | |
| uint32_t | type |
| The type of the block, content-specific. | |
| uint32_t | size |
| size in bytes of this block, does not include any headers | |
| uint32_t | spec_head_size |
| the size of the following content specific block header | |
Detailed Description
Block header.Each block in a FvFF file has a block header. This header defines only the basic characteristics that are needed to parse the file. Directly following the header is the content specific block header. The size has to be set in spec_head_size.
Definition at line 71 of file fvff.h.
Member Data Documentation
| uint32_t _fvff_block_header_t::size |
size in bytes of this block, does not include any headers
Definition at line 73 of file fvff.h.
Referenced by FireVisionDataFile::read().
| uint32_t _fvff_block_header_t::spec_head_size |
the size of the following content specific block header
Definition at line 74 of file fvff.h.
Referenced by FireVisionDataFile::read(), and FireVisionDataFileBlock::set_spec_header().
| uint32_t _fvff_block_header_t::type |
The type of the block, content-specific.
Definition at line 72 of file fvff.h.
Referenced by FireVisionDataFile::read(), and FireVisionDataFileBlock::type().
The documentation for this struct was generated from the following file:
- src/firevision/fvutils/fileformat/fvff.h

