Allows to export a tailored Gauss-Legendre method of order 2 for fast model predictive control. More...
#include <gauss_legendre2_export.hpp>

Private Member Functions | |
| GaussLegendre2Export (UserInteraction *_userInteraction=0, const std::string &_commonHeaderName="") | |
| GaussLegendre2Export (const GaussLegendre2Export &arg) | |
| virtual | ~GaussLegendre2Export () |
Allows to export a tailored Gauss-Legendre method of order 2 for fast model predictive control.
The class GaussLegendre2Export allows to export a tailored Gauss-Legendre method of order 2 for fast model predictive control.
Definition at line 54 of file gauss_legendre2_export.hpp.
| BEGIN_NAMESPACE_ACADO GaussLegendre2Export::GaussLegendre2Export | ( | UserInteraction * | _userInteraction = 0, |
| const std::string & | _commonHeaderName = "" |
||
| ) | [private] |
Default constructor.
| [in] | _userInteraction | Pointer to corresponding user interface. |
| [in] | _commonHeaderName | Name of common header file to be included. |
Definition at line 45 of file gauss_legendre2_export.cpp.
| GaussLegendre2Export::GaussLegendre2Export | ( | const GaussLegendre2Export & | arg | ) | [private] |
Copy constructor (deep copy).
| [in] | arg | Right-hand side object. |
Definition at line 53 of file gauss_legendre2_export.cpp.
| GaussLegendre2Export::~GaussLegendre2Export | ( | ) | [private, virtual] |
Destructor.
Definition at line 61 of file gauss_legendre2_export.cpp.