#include <acado/matrix_vector/matrix_vector.hpp>
#include <acado/code_generation/export_algorithm_factory.hpp>
#include <acado/ocp/model_data.hpp>
#include <acado/code_generation/integrators/integrator_export_types.hpp>
Go to the source code of this file.
Classes | |
class | IntegratorExport |
Allows to export a tailored integrator for fast model predictive control. More... | |
Typedefs | |
typedef ExportAlgorithmFactory< IntegratorExport, ExportIntegratorType > | IntegratorExportFactory |
typedef std::shared_ptr< IntegratorExport > | IntegratorExportPtr |
Factory for creation of exported integrators.
Definition at line 498 of file integrator_export.hpp.
typedef std::shared_ptr< IntegratorExport > IntegratorExportPtr |
Shared pointer to an integrator.
Definition at line 501 of file integrator_export.hpp.