dynamic_estimator.hpp
Go to the documentation of this file.
1 /*
2  * This file is part of ACADO Toolkit.
3  *
4  * ACADO Toolkit -- A Toolkit for Automatic Control and Dynamic Optimization.
5  * Copyright (C) 2008-2014 by Boris Houska, Hans Joachim Ferreau,
6  * Milan Vukov, Rien Quirynen, KU Leuven.
7  * Developed within the Optimization in Engineering Center (OPTEC)
8  * under supervision of Moritz Diehl. All rights reserved.
9  *
10  * ACADO Toolkit is free software; you can redistribute it and/or
11  * modify it under the terms of the GNU Lesser General Public
12  * License as published by the Free Software Foundation; either
13  * version 3 of the License, or (at your option) any later version.
14  *
15  * ACADO Toolkit is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18  * Lesser General Public License for more details.
19  *
20  * You should have received a copy of the GNU Lesser General Public
21  * License along with ACADO Toolkit; if not, write to the Free Software
22  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23  *
24  */
25 
26 
33 #ifndef ACADO_TOOLKIT_DYNAMIC_ESTIMATOR_HPP
34 #define ACADO_TOOLKIT_DYNAMIC_ESTIMATOR_HPP
35 
36 
40 
41 
43 
44 
56 {
57  //
58  // PUBLIC MEMBER FUNCTIONS:
59  //
60  public:
63 
65  DynamicEstimator( const RealTimeAlgorithm& _realTimeAlgorithm,
66  double _samplingTime = DEFAULT_SAMPLING_TIME
67  );
68 
71 
73  virtual ~DynamicEstimator( );
74 
77 
78  virtual Estimator* clone( ) const;
79 
80 
82  virtual returnValue init( double startTime = 0.0,
83  const DVector &x0_ = emptyConstVector,
84  const DVector &p_ = emptyConstVector
85  );
86 
88  virtual returnValue step( double currentTime,
89  const DVector& _y
90  );
91 
92 
93  //
94  // PROTECTED MEMBER FUNCTIONS:
95  //
96  protected:
97 
98 
99 
100  //
101  // DATA MEMBERS:
102  //
103  protected:
105 };
106 
107 
109 
110 
111 
112 #include <acado/estimator/dynamic_estimator.ipp>
113 
114 
115 #endif // ACADO_TOOLKIT_DYNAMIC_ESTIMATOR_HPP
116 
117 /*
118  * end of file
119  */
virtual returnValue init(double startTime=0.0, const DVector &x0_=emptyConstVector, const DVector &p_=emptyConstVector)
Allows to pass back messages to the calling function.
User-interface to formulate and solve model predictive control problems.
#define CLOSE_NAMESPACE_ACADO
RealTimeAlgorithm * realTimeAlgorithm
static const DVector emptyConstVector
Definition: vector.hpp:336
virtual Estimator * clone() const
DynamicEstimator & operator=(const DynamicEstimator &rhs)
Base class for interfacing online state/parameter estimators.
Definition: estimator.hpp:56
void rhs(const real_t *x, real_t *f)
const double DEFAULT_SAMPLING_TIME
virtual returnValue step(double currentTime, const DVector &_y)
#define BEGIN_NAMESPACE_ACADO
Implements an online state/parameter estimator based on dynamic optimization.


acado
Author(s): Milan Vukov, Rien Quirynen
autogenerated on Mon Jun 10 2019 12:34:32