torc-master
|
Header for the FrameSet class. More...
#include "torc/bitstream/Frame.hpp"
#include "torc/bitstream/Bitstream.hpp"
#include "torc/bitstream/VirtexFrameAddress.hpp"
Go to the source code of this file.
Data Structures | |
class | torc::bitstream::FrameSet< FRAME_TYPE > |
Set of contiguous frames. More... | |
class | torc::bitstream::FrameBlocks< FRAME_TYPE > |
Set of contiguous frames for each of the eight possible block types. More... | |
Namespaces | |
torc | |
Implementation of class to encapsulate micro-bitstream library generation code. | |
torc::bitstream | |
Namespace for the Torc bitstream frame-level support, including packet parsing and writing. | |
Typedefs | |
typedef FrameSet< VirtexFrame > | torc::bitstream::VirtexFrameSet |
Virtex frame set type. More... | |
typedef FrameSet< SpartanFrame > | torc::bitstream::SpartanFrameSet |
Spartan frame set type. More... | |
typedef FrameSet< Spartan6Frame > | torc::bitstream::Spartan6FrameSet |
Spartan6 frame set type. More... | |
typedef FrameBlocks< VirtexFrame > | torc::bitstream::VirtexFrameBlocks |
Virtex frame blocks type. More... | |
typedef FrameBlocks< SpartanFrame > | torc::bitstream::SpartanFrameBlocks |
Spartan frame blocks type. More... | |
typedef FrameBlocks < Spartan6Frame > | torc::bitstream::Spartan6FrameBlocks |
Spartan6 frame blocks type. More... | |
Header for the FrameSet class.
Definition in file FrameSet.hpp.