35 #ifndef ACADO_TOOLKIT_EXPORT_FILE_HPP 36 #define ACADO_TOOLKIT_EXPORT_FILE_HPP 74 const std::string& _commonHeaderName =
"",
75 const std::string& _realString =
"real_t",
76 const std::string& _intString =
"int",
78 const std::string& _commentString = std::string()
97 const std::string& _commonHeaderName =
"",
98 const std::string& _realString =
"real_t",
99 const std::string& _intString =
"int",
101 const std::string& _commentString = std::string()
124 #endif // ACADO_TOOLKIT_EXPORT_FILE_HPP Allows to pass back messages to the calling function.
#define CLOSE_NAMESPACE_ACADO
Allows to export files containing automatically generated algorithms for fast model predictive contro...
virtual returnValue setup(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=std::string())
std::string commonHeaderName
#define BEGIN_NAMESPACE_ACADO
std::string commentString
Allows to export code for a block of statements.
virtual returnValue exportCode() const