Defines the base class of a state observer. The observer is destinated to any dynamical system with a vector state representation The file describes also the used data structures and exceptions of the derivated classes. More...
#include <boost/assert.hpp>
#include <boost/static_assert.hpp>
#include <state-observation/api.h>
#include <state-observation/tools/definitions.hpp>
Go to the source code of this file.
Classes | |
class | stateObservation::ObserverBase |
The base class for observers. The observer is destinated to any dynamical system with a vector state representation. This class mostly defined an abstract interface, static constants and types. It is templated by: More... | |
Namespaces | |
stateObservation | |
Defines the base class of a state observer. The observer is destinated to any dynamical system with a vector state representation The file describes also the used data structures and exceptions of the derivated classes.