PandA-2024.02
|
Specification of the aadl parsing interface function. More...
#include "aadl_parser.hpp"
#include "Parameter.hpp"
#include "aadl_constants.hpp"
#include "aadl_information.hpp"
#include "aadl_parser_node.hpp"
#include "application_manager.hpp"
#include "dbgPrintHelper.hpp"
#include "fileIO.hpp"
#include "hls_manager.hpp"
#include "string_manipulation.hpp"
#include "utility.hpp"
#include "aadl_lexer.hpp"
Go to the source code of this file.
Macros | |
#define | YYSTYPE AadlParserNode |
Functions | |
static std::string | GetFile (const std::string &directory, const std::string &file) |
Specification of the aadl parsing interface function.
Definition in file aadl_parser.cpp.
#define YYSTYPE AadlParserNode |
Definition at line 53 of file aadl_parser.cpp.
|
static |
Definition at line 56 of file aadl_parser.cpp.
References lenet_tvm::file, and THROW_ERROR.
Referenced by AadlParser::Exec().