torc-master
|
Frame row designator: top/bottom flag and row index. More...
#include <Virtex5.hpp>
Public Member Functions | |
FrameRowDesignator (void) | |
Default constructor. More... | |
FrameRowDesignator (EFarTopBottom inTopBottom, uint32_t inFrameRow, uint32_t inXdlBaseRow) | |
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... | |
Frame row designator: top/bottom flag and row index.
Definition at line 331 of file Virtex5.hpp.
|
inline |
Default constructor.
Definition at line 339 of file Virtex5.hpp.
|
inline |
Constructor.
Definition at line 341 of file Virtex5.hpp.
|
inline |
Comparison operator (for map operations).
Definition at line 345 of file Virtex5.hpp.
uint32_t torc::bitstream::Virtex5::FrameRowDesignator::mFrameRow |
Frame row.
Definition at line 335 of file Virtex5.hpp.
EFarTopBottom torc::bitstream::Virtex5::FrameRowDesignator::mTopBottom |
Top/bottom flag.
Definition at line 333 of file Virtex5.hpp.
uint32_t torc::bitstream::Virtex5::FrameRowDesignator::mXdlBaseRow |
Base XDL row.
Definition at line 337 of file Virtex5.hpp.