Allows to export a tailored Radau IIA method of order 5 for fast model predictive control. More...
#include <radau_IIA5_export.hpp>
Private Member Functions | |
RadauIIA5Export (UserInteraction *_userInteraction=0, const std::string &_commonHeaderName="") | |
RadauIIA5Export (const RadauIIA5Export &arg) | |
virtual | ~RadauIIA5Export () |
Allows to export a tailored Radau IIA method of order 5 for fast model predictive control.
The class RadauIIA5Export allows to export a tailored Radau IIA method of order 5 for fast model predictive control.
Definition at line 54 of file radau_IIA5_export.hpp.
BEGIN_NAMESPACE_ACADO RadauIIA5Export::RadauIIA5Export | ( | 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 radau_IIA5_export.cpp.
RadauIIA5Export::RadauIIA5Export | ( | const RadauIIA5Export & | arg | ) | [private] |
Copy constructor (deep copy).
[in] | arg | Right-hand side object. |
Definition at line 53 of file radau_IIA5_export.cpp.
RadauIIA5Export::~RadauIIA5Export | ( | ) | [private, virtual] |
Destructor.
Definition at line 61 of file radau_IIA5_export.cpp.