#include <boost/filesystem/path.hpp>
#include <boost/noncopyable.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/spirit/include/qi.hpp>
#include "pugixml.hpp"
#include "uhal/definitions.hpp"
#include "uhal/grammars/NodeTreeClassAttributeGrammar.hpp"
#include "uhal/grammars/NodeTreeParametersGrammar.hpp"
#include "uhal/grammars/NodeTreeFirmwareInfoAttributeGrammar.hpp"
#include "uhal/log/exception.hpp"
#include "uhal/Node.hpp"
#include "uhal/XmlParser.hpp"
Go to the source code of this file.
Classes | |
class | uhal::NodeTreeBuilder |
A class to build a node tree from an Address table file NOTE! This is a factory method and must be Mutex protected if it is used in multithreaded environments! More... | |
struct | uhal::NodeTreeBuilder::permissions_lut |
A look-up table that the boost qi parser uses for associating strings ("r","w","rw","wr","read","write","readwrite","writeread") with enumerated permissions types. More... | |
struct | uhal::NodeTreeBuilder::mode_lut |
A look-up table that the boost qi parser uses for associating strings ("single","block","port","incremental","non-incremental","inc","non-inc") with enumerated mode types. More... | |
Namespaces | |
uhal | |
uhal::exception | |
A namespace for all exceptions to live in - this will hopefully make documentation a bit clearer. | |
Definition in file NodeTreeBuilder.hpp.