#include <fmu_function.hpp>
Definition at line 96 of file fmu_function.hpp.
Static Public Member Functions | |
static InputStruct | parse (const std::string &n, const Fmu *fmu, std::vector< std::string > *name_in=0, std::vector< std::string > *name_out=0) |
Public Attributes | |
InputType | type |
size_t | ind |
|
static |
Definition at line 604 of file fmu_function.cpp.
References casadi::ADJ, casadi::ADJ_OUT, casadi::FWD, casadi::has_prefix(), ind, casadi::FmuInternal::index_in(), casadi::FmuInternal::index_out(), casadi::OUT, casadi::pop_prefix(), casadi::REG, and type.
Referenced by casadi::FmuFunction::FmuFunction(), and casadi::FmuFunction::identify_io().
size_t casadi::InputStruct::ind |
Definition at line 100 of file fmu_function.hpp.
Referenced by parse().
InputType casadi::InputStruct::type |
Definition at line 98 of file fmu_function.hpp.
Referenced by parse().