OMPF::OMPFDefaultConfiguration Struct Reference

#include <ompfDefines.h>

Static Public Attributes

static const uint32 TypeIDSize = 1
 
static const uint32 ChunkIDSize = 4
 
static const uint32 ChunkSizeSize = 4
 
static const uint32 CustomDataSizeSize = 2
 
static const uint32 StringSizeSize = 2
 
static const uint32 INVALID_CHUNK_ID = 0
 

Detailed Description

ompf default configuration

Member Data Documentation

◆ ChunkIDSize

const uint32 OMPF::OMPFDefaultConfiguration::ChunkIDSize = 4
static

default chunk id size in bytes

◆ ChunkSizeSize

const uint32 OMPF::OMPFDefaultConfiguration::ChunkSizeSize = 4
static

default chunk size size in bytes.

thats the size in bytes of the chunk size field

◆ CustomDataSizeSize

const uint32 OMPF::OMPFDefaultConfiguration::CustomDataSizeSize = 2
static

default custom data size size in bytes.

thats the size in bytes of the custom data size field

◆ INVALID_CHUNK_ID

const uint32 OMPF::OMPFDefaultConfiguration::INVALID_CHUNK_ID = 0
static

definition of invalid chunk id

◆ StringSizeSize

const uint32 OMPF::OMPFDefaultConfiguration::StringSizeSize = 2
static

default string size size in bytes.

thats the size in bytes of the string size field

◆ TypeIDSize

const uint32 OMPF::OMPFDefaultConfiguration::TypeIDSize = 1
static

default type id size in bytes


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