torc-master
|
Set of contiguous frames. 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... | |
typedef boost::shared_ptr < FRAME_TYPE > | FrameSharedPtr |
Shared pointer encapsulation of a Frame. More... | |
typedef boost::shared_ptr < VirtexFrameAddress > | VirtexFarSharedPtr |
Shared pointer for frame addressing. More... | |
typedef boost::shared_array < uint32_t > | WordSharedArray |
Word shared array for frame words. More... | |
Public Member Functions | |
FrameSet (void) | |
Null constructor. More... | |
FrameSet (uint32_t inFrameLength, uint32_t inFrameCount) | |
FrameSet (uint32_t inFrameLength, uint32_t inFrameCount, WordSharedArray inWords, VirtexFrameAddress &inFar) | |
Protected Types | |
typedef boost::uint32_t | uint32_t |
Imported type name. More... | |
Set of contiguous frames.
Definition at line 31 of file FrameSet.hpp.
typedef FRAME_TYPE torc::bitstream::FrameSet< FRAME_TYPE >::frame_t |
FrameSet frame type.
Definition at line 40 of file FrameSet.hpp.
typedef boost::shared_ptr<FRAME_TYPE> torc::bitstream::FrameSet< FRAME_TYPE >::FrameSharedPtr |
Shared pointer encapsulation of a Frame.
Definition at line 44 of file FrameSet.hpp.
|
protected |
Imported type name.
Definition at line 36 of file FrameSet.hpp.
typedef boost::shared_ptr<VirtexFrameAddress> torc::bitstream::FrameSet< FRAME_TYPE >::VirtexFarSharedPtr |
Shared pointer for frame addressing.
Definition at line 46 of file FrameSet.hpp.
typedef FRAME_TYPE::word_t torc::bitstream::FrameSet< FRAME_TYPE >::word_t |
FrameSet word type.
Definition at line 42 of file FrameSet.hpp.
typedef boost::shared_array<uint32_t> torc::bitstream::FrameSet< FRAME_TYPE >::WordSharedArray |
Word shared array for frame words.
Definition at line 48 of file FrameSet.hpp.
|
inline |
|
inline |
Definition at line 55 of file FrameSet.hpp.
|
inline |
Definition at line 64 of file FrameSet.hpp.