#include <float.h>#include <memory>#include <array>#include <tuw_control/utils.h>#include <tuw_control/state/state.h>

Go to the source code of this file.
Classes | |
| class | tuw::StateArray< N > |
| Implementation of State for a fixed size array of double values. More... | |
| class | tuw::StateArray< N > |
| Implementation of State for a fixed size array of double values. More... | |
| class | tuw::StateArrayScoped< EnumStateVals > |
| Extension of StateArray providing value access based on a scoped enumeration (compile-time). More... | |
Namespaces | |
| tuw | |
Typedefs | |
| template<std::size_t N> | |
| using | tuw::StateArrayConstSPtr = std::shared_ptr< StateArray< N > const > |
| template<std::size_t N> | |
| using | tuw::StateArrayConstUPtr = std::unique_ptr< StateArray< N > const > |
| template<std::size_t N> | |
| using | tuw::StateArraySPtr = std::shared_ptr< StateArray< N >> |
| template<std::size_t N> | |
| using | tuw::StateArrayUPtr = std::unique_ptr< StateArray< N >> |