#include <VirtexE.hpp>


Public Member Functions | |
| virtual void | initializeDeviceInfo (const std::string &inDeviceName) |
| Initialize the device information. | |
| virtual void | initializeFrameMaps (void) |
| Initialize the maps between frame indexes and frame addresses. This is generally only useful for internal purposes. | |
| virtual uint32_t | getFrameLength (void) const |
| Return the frame length for the current device. | |
Friends | |
| class | torc::bitstream::bitstream::VirtexEUnitTest |
| class | torc::bitstream::bitstream::VirtexEFarUnitTest |
| void | testVirtexEDevice (const std::string &inDeviceName, const boost::filesystem::path &inWorkingPath) |
| void | testVirtexEFullMapping (const boost::filesystem::path &inWorkingPath) |
Definition at line 37 of file VirtexE.hpp.
| void torc::bitstream::VirtexE::initializeDeviceInfo | ( | const std::string & | inDeviceName | ) | [virtual] |
Initialize the device information.
Reimplemented from torc::bitstream::Virtex.
Definition at line 48 of file VirtexE.cpp.
| void torc::bitstream::VirtexE::initializeFrameMaps | ( | void | ) | [virtual] |
Initialize the maps between frame indexes and frame addresses. This is generally only useful for internal purposes.
Reimplemented from torc::bitstream::Virtex.
Definition at line 155 of file VirtexE.cpp.
| virtual uint32_t torc::bitstream::VirtexE::getFrameLength | ( | void | ) | const [inline, virtual] |
Return the frame length for the current device.
Reimplemented from torc::bitstream::Virtex.
Definition at line 51 of file VirtexE.hpp.
1.5.6