|
libopenraw
0.3.7
|
Header of heap CIFF file. More...
#include <heap.hpp>
Public Member Functions | |
| bool | readFrom (CIFFContainer *) |
| Read the header from the container. More... | |
Public Attributes | |
| char | byteOrder [2] |
| uint32_t | headerLength |
| char | type [4] |
| char | subType [4] |
| uint32_t | version |
| RawContainer::EndianType | endian |
| bool OpenRaw::Internals::CIFF::HeapFileHeader::readFrom | ( | CIFFContainer * | container | ) |
Read the header from the container.
Definition at line 78 of file heap.cpp.
References byteOrder, endian, OpenRaw::Internals::RawContainer::ENDIAN_BIG, OpenRaw::Internals::RawContainer::ENDIAN_LITTLE, OpenRaw::Internals::RawContainer::ENDIAN_NULL, headerLength, OpenRaw::Internals::RawContainer::readUInt32(), subType, type, and version.
| char OpenRaw::Internals::CIFF::HeapFileHeader::byteOrder[2] |
byte order 'MM' for Motorola,'II' for Intel
Definition at line 91 of file heap.hpp.
Referenced by readFrom().
| RawContainer::EndianType OpenRaw::Internals::CIFF::HeapFileHeader::endian |
| uint32_t OpenRaw::Internals::CIFF::HeapFileHeader::headerLength |
| char OpenRaw::Internals::CIFF::HeapFileHeader::subType[4] |
| char OpenRaw::Internals::CIFF::HeapFileHeader::type[4] |
| uint32_t OpenRaw::Internals::CIFF::HeapFileHeader::version |
version higher word: 0x0001, Lower word: 0x0002.
Definition at line 95 of file heap.hpp.
Referenced by readFrom().