34 #ifndef ACADO_TOOLKIT_EXPORT_MATLAB_INTEGRATOR_HPP 35 #define ACADO_TOOLKIT_EXPORT_MATLAB_INTEGRATOR_HPP 72 const std::string& _fileName,
73 const std::string& _commonHeaderName =
"",
74 const std::string& _realString =
"real_t",
75 const std::string& _intString =
"int",
77 const std::string& _commentString =
"" 112 #endif // ACADO_TOOLKIT_EXPORT_MATLAB_INTEGRATOR_HPP Allows to pass back messages to the calling function.
BEGIN_NAMESPACE_ACADO typedef unsigned int uint
virtual ~ExportMatlabIntegrator()
#define CLOSE_NAMESPACE_ACADO
Allows export of template files.
ExportMatlabIntegrator & operator=(const ExportMatlabIntegrator &arg)
ExportMatlabIntegrator(const std::string &_templateName, const std::string &_fileName, const std::string &_commonHeaderName="", const std::string &_realString="real_t", const std::string &_intString="int", int _precision=16, const std::string &_commentString="")
#define BEGIN_NAMESPACE_ACADO
virtual returnValue configure()