torc-master
|
Frame row designator: top/bottom flag and row index. More...
#include <Virtex7.hpp>
Public Member Functions | |
FrameRowDesignator (void) | |
Default constructor. More... | |
FrameRowDesignator (EFarTopBottom inTopBottom, uint32_t inFrameRow, uint32_t inXdlBaseRow, uint32_t inColumnVectorBase) | |
Constructor. More... | |
bool | operator< (const FrameRowDesignator &rhs) const |
Comparison operator (for map operations). More... | |
Data Fields | |
EFarTopBottom | mTopBottom |
Top/bottom flag. More... | |
uint32_t | mFrameRow |
Frame row. More... | |
uint32_t | mXdlBaseRow |
Base XDL row. More... | |
uint32_t | mColumnVectorBase |
Offset for this row into the column type vector. More... | |
Frame row designator: top/bottom flag and row index.
Definition at line 364 of file Virtex7.hpp.
|
inline |
Default constructor.
Definition at line 374 of file Virtex7.hpp.
|
inline |
Constructor.
Definition at line 377 of file Virtex7.hpp.
|
inline |
Comparison operator (for map operations).
Definition at line 382 of file Virtex7.hpp.
uint32_t torc::bitstream::Virtex7::FrameRowDesignator::mColumnVectorBase |
Offset for this row into the column type vector.
Definition at line 372 of file Virtex7.hpp.
uint32_t torc::bitstream::Virtex7::FrameRowDesignator::mFrameRow |
Frame row.
Definition at line 368 of file Virtex7.hpp.
EFarTopBottom torc::bitstream::Virtex7::FrameRowDesignator::mTopBottom |
Top/bottom flag.
Definition at line 366 of file Virtex7.hpp.
uint32_t torc::bitstream::Virtex7::FrameRowDesignator::mXdlBaseRow |
Base XDL row.
Definition at line 370 of file Virtex7.hpp.