torc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FrameSet.hpp File Reference

Header for the FrameSet class. More...

+ Include dependency graph for FrameSet.hpp:
+ This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Header for the FrameSet class.

Definition in file FrameSet.hpp.