torc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
torc::bitstream::FrameBlocks< FRAME_TYPE > Class Template Reference

Set of contiguous frames for each of the eight possible block types. More...

#include <FrameSet.hpp>

Public Types

typedef FRAME_TYPE frame_t
 FrameSet frame type. More...
 
typedef FRAME_TYPE::word_t word_t
 FrameSet word type. More...
 

Data Fields

FrameSet< FRAME_TYPE > mBlock [Bitstream::eBlockTypeCount]
 FrameSets for each of the eight block types. More...
 

Detailed Description

template<typename FRAME_TYPE>
class torc::bitstream::FrameBlocks< FRAME_TYPE >

Set of contiguous frames for each of the eight possible block types.

Definition at line 78 of file FrameSet.hpp.

Member Typedef Documentation

template<typename FRAME_TYPE>
typedef FRAME_TYPE torc::bitstream::FrameBlocks< FRAME_TYPE >::frame_t

FrameSet frame type.

Definition at line 83 of file FrameSet.hpp.

template<typename FRAME_TYPE>
typedef FRAME_TYPE::word_t torc::bitstream::FrameBlocks< FRAME_TYPE >::word_t

FrameSet word type.

Definition at line 85 of file FrameSet.hpp.

Field Documentation

template<typename FRAME_TYPE>
FrameSet<FRAME_TYPE> torc::bitstream::FrameBlocks< FRAME_TYPE >::mBlock[Bitstream::eBlockTypeCount]

FrameSets for each of the eight block types.

Definition at line 88 of file FrameSet.hpp.


The documentation for this class was generated from the following file: