Bitstream Interpretation Library (BIL)  0.1
Variables
V5FrameAddress.cpp File Reference

Contains definition of V5FrameAddress class. More...

#include <configuration/V5FrameAddress.hpp>
#include <exception/Exception.hpp>
Include dependency graph for V5FrameAddress.cpp:

Go to the source code of this file.

Variables

const unsigned BLOCK_BITSHIFT = 21
const boost::uint32_t BLOCK_BITMASK = 0x7
const unsigned LOWERHALF_BITSHIFT = 20
const boost::uint32_t LOWERHALF_BITMASK = 0x1
const unsigned ROW_BITSHIFT = 15
const boost::uint32_t ROW_BITMASK = 0x1f
const unsigned COLUMN_BITSHIFT = 7
const boost::uint32_t COLUMN_BITMASK = 0xff
const boost::uint32_t FRAME_BITMASK = 0x7f

Detailed Description

Contains definition of V5FrameAddress class.

Definition in file V5FrameAddress.cpp.


Variable Documentation

const unsigned BLOCK_BITSHIFT = 21

Definition at line 11 of file V5FrameAddress.cpp.

const boost::uint32_t BLOCK_BITMASK = 0x7

Definition at line 12 of file V5FrameAddress.cpp.

const unsigned LOWERHALF_BITSHIFT = 20

Definition at line 13 of file V5FrameAddress.cpp.

const boost::uint32_t LOWERHALF_BITMASK = 0x1

Definition at line 14 of file V5FrameAddress.cpp.

const unsigned ROW_BITSHIFT = 15

Definition at line 15 of file V5FrameAddress.cpp.

const boost::uint32_t ROW_BITMASK = 0x1f

Definition at line 16 of file V5FrameAddress.cpp.

const unsigned COLUMN_BITSHIFT = 7

Definition at line 17 of file V5FrameAddress.cpp.

const boost::uint32_t COLUMN_BITMASK = 0xff

Definition at line 18 of file V5FrameAddress.cpp.

const boost::uint32_t FRAME_BITMASK = 0x7f

Definition at line 19 of file V5FrameAddress.cpp.