|
Bitstream Interpretation Library (BIL)
0.1
|
Contains definition of V5FrameAddress class. More...

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 |
Contains definition of V5FrameAddress class.
Definition in file V5FrameAddress.cpp.
| 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.
1.8.1.1