PandA-2024.02
|
#include <asn_parser.hpp>
Public Member Functions | |
AsnParserData (const AadlInformationRef aadl_information, const ParameterConstRef parameters) | |
Constructor. More... | |
Data Fields | |
const AadlInformationRef | aadl_information |
The reference to the aadl information. More... | |
const ParameterConstRef | parameters |
The input set of parameters. More... | |
const int | debug_level |
The debug level. More... | |
Definition at line 54 of file asn_parser.hpp.
AsnParserData::AsnParserData | ( | const AadlInformationRef | aadl_information, |
const ParameterConstRef | parameters | ||
) |
const AadlInformationRef AsnParserData::aadl_information |
The reference to the aadl information.
Definition at line 57 of file asn_parser.hpp.
const int AsnParserData::debug_level |
The debug level.
Definition at line 63 of file asn_parser.hpp.
const ParameterConstRef AsnParserData::parameters |
The input set of parameters.
Definition at line 60 of file asn_parser.hpp.