User-interface to automatically generate algorithms for fast model predictive control. More...
#include <export_module.hpp>
Protected Attributes | |
std::string | commonHeaderName |
![]() | |
BlockStatus | status |
![]() | |
std::vector< OptionsList > | lists |
![]() | |
std::vector< LogRecord > | logCollection |
int | logIdx |
![]() | |
PlotCollection | plotCollection |
User-interface to automatically generate algorithms for fast model predictive control.
The class ExportModule is a user-interface to automatically generate tailored algorithms for fast model predictive control. It takes an optimal control problem (OCP) formulation and generates code based on given user options.
\author Hans Joachim Ferreau, Boris Houska
Definition at line 55 of file export_module.hpp.
BEGIN_NAMESPACE_ACADO ExportModule::ExportModule | ( | ) |
Default constructor.
Definition at line 44 of file export_module.cpp.
|
virtual |
Destructor.
Definition at line 52 of file export_module.cpp.
|
protectedpure virtual |
|
protectedpure virtual |
|
protectedpure virtual |
Exports main header file for using the exported algorithm.
@param[in] _dirName Name of directory to be used to export file. @param[in] _fileName Name of file to be exported. @param[in] _realString std::string to be used to declare real variables. @param[in] _intString std::string to be used to declare integer variables. @param[in] _precision Number of digits to be used for exporting real values. \return SUCCESSFUL_RETURN
|
pure virtual |
Exports all files of the auto-generated code into the given directory.
@param[in] dirName Name of directory to be used to export files. @param[in] _realString std::string to be used to declare real variables. @param[in] _intString std::string to be used to declare integer variables. @param[in] _precision Number of digits to be used for exporting real values. \return SUCCESSFUL_RETURN
|
protectedvirtual |
Sets-up default options.
Reimplemented from Options.
Definition at line 59 of file export_module.cpp.
|
protected |
Name of common header file.
Definition at line 135 of file export_module.hpp.