ADTF
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Position

Structure for bit position of elements. More...

#include <codec_index.h>

Inheritance diagram for Position:
[legend]

Public Attributes

size_t bit_offset = {}
 the bit offset
 
size_t bit_size = {}
 the elements bitsize (the whole element)
 

Detailed Description

Structure for bit position of elements.

Definition at line 28 of file codec_index.h.

Member Data Documentation

◆ bit_offset

size_t bit_offset = {}

the bit offset

Definition at line 32 of file codec_index.h.

◆ bit_size

size_t bit_size = {}

the elements bitsize (the whole element)

Definition at line 36 of file codec_index.h.