Bitstream Interpretation Library (BIL)  0.1
Public Member Functions | Public Attributes
bil::V5CfgTileMapEntry Struct Reference

Denotes a tiles associated configuration data chunk. More...

#include <correlation/cfgextraction/V5CfgTileMapEntry.hpp>

List of all members.

Public Member Functions

void clear ()
 Resets all data fields to default values.

Public Attributes

bool lowerHalf
 upper/lower flag of corresponding addresses
unsigned char rowIndex
 row index of corresponding addresses
unsigned char columnIndex
 column index of corresponding addresses
unsigned char frameBeginIndex
 lowest frame index of corresponding addresses
unsigned char frameEndIndex
 highest frame index of corresponding addresses
unsigned char wordBeginOffset
 beginning word offset (in every frame)
unsigned char wordEndOffset
 ending word offset (in every frame)

Detailed Description

Denotes a tiles associated configuration data chunk.

Every tile has got an associated data chunk in the whole configuration data. This chunk is referenced by a number of frame addresses. For a distinct tile the corresponding frame addresses only differ in their frame index, making up a continuous range of frame addresses. Since a tile needs not all data out of every frame, but a continuous range of its bits, this range is also specified (by indexing its beginning and ending word).

Definition at line 28 of file V5CfgTileMapEntry.hpp.


Member Function Documentation

void V5CfgTileMapEntry::clear ( )

Resets all data fields to default values.

Definition at line 14 of file V5CfgTileMapEntry.cpp.


Member Data Documentation

bool bil::V5CfgTileMapEntry::lowerHalf

upper/lower flag of corresponding addresses

Definition at line 35 of file V5CfgTileMapEntry.hpp.

unsigned char bil::V5CfgTileMapEntry::rowIndex

row index of corresponding addresses

Definition at line 37 of file V5CfgTileMapEntry.hpp.

unsigned char bil::V5CfgTileMapEntry::columnIndex

column index of corresponding addresses

Definition at line 39 of file V5CfgTileMapEntry.hpp.

unsigned char bil::V5CfgTileMapEntry::frameBeginIndex

lowest frame index of corresponding addresses

Definition at line 47 of file V5CfgTileMapEntry.hpp.

unsigned char bil::V5CfgTileMapEntry::frameEndIndex

highest frame index of corresponding addresses

Definition at line 49 of file V5CfgTileMapEntry.hpp.

unsigned char bil::V5CfgTileMapEntry::wordBeginOffset

beginning word offset (in every frame)

Definition at line 57 of file V5CfgTileMapEntry.hpp.

unsigned char bil::V5CfgTileMapEntry::wordEndOffset

ending word offset (in every frame)

Definition at line 59 of file V5CfgTileMapEntry.hpp.


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