#include <VirtexBitstream.hpp>


Public Member Functions | |
| VirtexBitstream (void) | |
| Basic constructor. | |
| virtual void | readPackets (std::istream &inStream) |
| Read bitstream packets from a stream. | |
| virtual void | writePackets (std::ostream &inStream) |
| Write bitstream packets to a stream. | |
| virtual void | preflightPackets (void) |
| Preflight the packets. | |
| virtual void | updatePacketLength (void) |
| Update the header packet length. | |
Protected Types | |
| typedef boost::uint32_t | uint32_t |
| Imported type name. | |
Protected Attributes | |
| VirtexFrameBlocks | mFrameBlocks |
| Input Frame blocks. | |
Friends | |
| class | torc::bitstream::bitstream::VirtexBitstreamUnitTest |
Definition at line 34 of file VirtexBitstream.hpp.
typedef boost::uint32_t torc::bitstream::VirtexBitstream::uint32_t [protected] |
Imported type name.
Reimplemented from torc::bitstream::Bitstream.
Reimplemented in torc::bitstream::Virtex, torc::bitstream::Virtex2, torc::bitstream::Virtex4, torc::bitstream::Virtex5, torc::bitstream::Virtex6, and torc::bitstream::Virtex7.
Definition at line 40 of file VirtexBitstream.hpp.
| torc::bitstream::VirtexBitstream::VirtexBitstream | ( | void | ) | [inline] |
| void torc::bitstream::VirtexBitstream::readPackets | ( | std::istream & | inStream | ) | [virtual] |
Read bitstream packets from a stream.
Reimplemented from torc::bitstream::Bitstream.
Definition at line 23 of file VirtexBitstream.cpp.
| void torc::bitstream::VirtexBitstream::writePackets | ( | std::ostream & | inStream | ) | [virtual] |
Write bitstream packets to a stream.
Reimplemented from torc::bitstream::Bitstream.
Definition at line 32 of file VirtexBitstream.cpp.
| void torc::bitstream::VirtexBitstream::preflightPackets | ( | void | ) | [virtual] |
Preflight the packets.
Reimplemented from torc::bitstream::Bitstream.
Definition at line 38 of file VirtexBitstream.cpp.
| void torc::bitstream::VirtexBitstream::updatePacketLength | ( | void | ) | [virtual] |
Update the header packet length.
Reimplemented from torc::bitstream::Bitstream.
Definition at line 133 of file VirtexBitstream.cpp.
1.5.6