|
XCube Stream Reader SDK
|
#include "xcTypes.h"Go to the source code of this file.
Classes | |
| struct | x3c::indexer::_IndexRecord |
| struct | x3c::indexer::_IndexHeader |
| struct | x3c::indexer::_IndexTrailer |
Typedefs | |
|
typedef struct x3c::indexer::_IndexRecord | x3c::indexer::IndexRecord |
|
typedef struct x3c::indexer::_IndexHeader | x3c::indexer::IndexHeader |
|
typedef struct x3c::indexer::_IndexTrailer | x3c::indexer::IndexTrailer |
Variables | |
| const UINT16 | x3c::indexer::INDEX_FILE_VERSION_MAJOR = 1 |
| const UINT16 | x3c::indexer::INDEX_FILE_VERSION_MINOR = 0 |
| const UINT32 | x3c::indexer::INDEX_MAGIC_COOKIE = 0xa5b4c3d2 |
| const UINT32 | x3c::indexer::TRAILER_MAGIC_COOKIE = 0xcafebabe |
| const std::string | x3c::indexer::INDEX_FILE_EXT = "idx" |
This file provides the definition of the XCube Indexer file format.
1.7.6.1