22 #ifndef NANDRAD_FMIDescriptionH 23 #define NANDRAD_FMIDescriptionH 29 #include "NANDRAD_FMIVariableDefinition.h" 74 #endif // NANDRAD_FMIDescriptionH std::vector< FMIVariableDefinition > m_outputVariables
Holds all output variable definitions.
bool hasInputVariable(const FMIVariableDefinition &var) const
Tests if an input variable for this model quantity exists already in the variable list...
bool hasOutputVariable(const FMIVariableDefinition &var) const
Tests if an output variable for this model quantity exists already in the variable list...
Definition of an FMI input/output variable and the corresponding value reference info for NANDRAD...
std::vector< FMIVariableDefinition > m_inputVariables
Holds all input variable definitions.
NANDRAD_READWRITE void checkParameters()
Checks all input and output variables.
Contains all data to generate a modelDescription.xml and configure the NANDRAD FMI Slave...
The namespace NANDRAD contains the data model classes that make up the NANDRAD solver input data...
std::string m_modelName
The FMI model name.