|
torc-master
|
Base class for Xdl to bitstream conversion. This class is abstract but still contains lot of architecture independent implementation. More...
#include <iostream>#include <vector>#include <map>#include <set>#include "torc/Bitstream.hpp"#include "torc/architecture/DDB.hpp"#include "torc/common/DirectoryTree.hpp"#include "torc/Physical.hpp"#include <boost/regex.hpp>#include <boost/smart_ptr.hpp>
Include dependency graph for Assembler.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::Assembler |
| Base class for bitstream assembly. 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 boost::shared_ptr < Assembler > | torc::bitstream::AssemblerSharedPtr |
| Typedef for shared pointer of Assembler class. More... | |
Base class for Xdl to bitstream conversion. This class is abstract but still contains lot of architecture independent implementation.
Definition in file Assembler.hpp.