Transaction-Level Modeling Framework for Space Applications
#include <boost/filesystem.hpp>
#include <boost/regex.hpp>
#include <fstream>
#include <string>
#include <utility>
#include <map>
#include "core/common/waf.h"
Functions | |
boost::filesystem::path | findPath (std::string filename, std::string start) |
std::map< std::string, std::string > * | readLockFile (std::string top) |
std::map< std::string, std::string > * | getWafConfig (std::string top) |
Variables | |
std::map< std::string, std::string > * | wafConfigMap = NULL |