ADTF
Loading...
Searching...
No Matches
indexedfile_types.h File Reference

Copyright © Audi Electronics Venture GmbH. More...

Go to the source code of this file.

Classes

class  IIndexedFile
 Indexed file interface. More...
 
struct  tFileHeader
 The File header for dat-files. More...
 
struct  tFileExtension
 Header for a file extensions. More...
 
struct  tChunkHeader
 header for chunks Each Chunk header 16 Byte aligned within the file. More...
 
struct  tChunkRef
 header for a chunk reference More...
 
struct  tStreamRef
 header for a stream reference elements More...
 
struct  tStreamInfoHeader
 Stream info header. More...
 
struct  tAdditionalIndexInfo
 Additional index table information. More...
 
struct  tIndexBlockItem
 Index block item. More...
 
struct  tStreamIndexBlockItem
 Stream index block item. More...
 

Namespaces

namespace  A_UTILS_NS
 ADTF A_UTIL Namespace - Within adtf this is used as util or adtf_util.
 

Macros

#define MAX_INDEXED_STREAMS   512
 Maximum of indexed streams.
 
#define MAX_FILEEXTENSIONIDENTIFIER_LENGTH   384
 maximum length of a file extension
 
#define MAX_STREAMNAME_LENGTH   228
 maximum length of the stream name
 

Detailed Description

Copyright © Audi Electronics Venture GmbH.

All rights reserved

Definition in file indexedfile_types.h.

Macro Definition Documentation

◆ MAX_FILEEXTENSIONIDENTIFIER_LENGTH

#define MAX_FILEEXTENSIONIDENTIFIER_LENGTH   384

maximum length of a file extension

Definition at line 114 of file indexedfile_types.h.

◆ MAX_INDEXED_STREAMS

#define MAX_INDEXED_STREAMS   512

Maximum of indexed streams.

Definition at line 13 of file indexedfile_types.h.

◆ MAX_STREAMNAME_LENGTH

#define MAX_STREAMNAME_LENGTH   228

maximum length of the stream name

Definition at line 213 of file indexedfile_types.h.