32 #ifndef ACADO_TOOLKIT_EXPORT_FORCES_INTERFACE_HPP 33 #define ACADO_TOOLKIT_EXPORT_FORCES_INTERFACE_HPP 63 const std::string& _fileName,
64 const std::string& _commonHeaderName =
"",
65 const std::string& _realString =
"real_t",
66 const std::string& _intString =
"int",
68 const std::string& _commentString = std::string()
80 const std::string& _forcesParams,
81 const std::string& _forcesParamsObj,
82 const std::string& _forcesOutput,
83 const std::string& _forcesOutputObj,
84 const std::string& _forcesInfo,
85 const std::string& _forcesInfoObj
91 #endif // ACADO_TOOLKIT_EXPORT_FORCES_INTERFACE_HPP ExportForcesInterface(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=std::string())
Allows to pass back messages to the calling function.
#define CLOSE_NAMESPACE_ACADO
virtual ~ExportForcesInterface()
Allows export of template files.
A class for configuration and export for interface to the FORCES QP solver.
#define BEGIN_NAMESPACE_ACADO
virtual returnValue configure()