33 #include <acado/code_generation/templates/templates.hpp> 41 const std::string& _sourceFileName,
42 const std::string& _moduleName,
43 const std::string& _modulePrefix,
44 const std::string& _commonHeaderName,
45 const std::string& _realString,
46 const std::string& _intString,
48 const std::string& _commentString
50 : source(AUXILIARY_SIM_FUNCTIONS_SOURCE, _sourceFileName, _commonHeaderName, _realString, _intString, _precision, _commentString),
51 header(AUXILIARY_SIM_FUNCTIONS_HEADER, _headerFileName, _commonHeaderName, _realString, _intString, _precision, _commentString),
52 moduleName( _moduleName ),
53 modulePrefix( _modulePrefix )
std::map< std::string, std::string > dictionary
ExportTemplatedFile source
Allows to pass back messages to the calling function.
#define CLOSE_NAMESPACE_ACADO
ExportAuxiliarySimFunctions(const std::string &_headerFileName, const std::string &_sourceFileName, const std::string &_moduleName="acado", const std::string &_modulePrefix="ACADO", const std::string &_commonHeaderName="", const std::string &_realString="double", const std::string &_intString="int", int _precision=16, const std::string &_commentString=std::string())
#define BEGIN_NAMESPACE_ACADO
ExportTemplatedFile header
virtual returnValue exportCode() const
returnValue fillTemplate()