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