|
torc-master
|
Header for the Frame class. More...
#include <boost/cstdint.hpp>#include <boost/shared_ptr.hpp>#include <boost/shared_array.hpp>#include <vector>
Include dependency graph for Frame.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::Frame< WORD_TYPE > |
| Bitstream frame. 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 Frame< uint32_t > | torc::bitstream::VirtexFrame |
| Virtex frame type. More... | |
| typedef Frame< uint32_t > | torc::bitstream::SpartanFrame |
| Spartan frame type. More... | |
| typedef Frame< uint16_t > | torc::bitstream::Spartan6Frame |
| Spartan6 frame type. More... | |
| typedef boost::shared_ptr < VirtexFrame > | torc::bitstream::VirtexFrameSharedPtr |
| Virtex frame type. More... | |
| typedef boost::shared_ptr < SpartanFrame > | torc::bitstream::SpartanFrameSharedPtr |
| Spartan frame type. More... | |
| typedef boost::shared_ptr < Spartan6Frame > | torc::bitstream::Spartan6FrameSharedPtr |
| Spartan6 frame type. More... | |
Header for the Frame class.
Definition in file Frame.hpp.