Header.
More...
#include "AugmentedState.h"
#include <type_traits>
Go to the source code of this file.
|
| osvr |
| The main namespace for all C++ elements of the framework, internal and external.
|
|
| osvr::kalman |
| Header-only framework for building Kalman-style filters, prediction, and sensor fusion.
|
|
|
template<typename ModelA , typename ModelB > |
using | osvr::kalman::DeducedAugmentedProcessModel = AugmentedProcessModel< typename std::remove_const< ModelA >::type, typename std::remove_const< ModelB >::type > |
| Template alias to make removing const from the deduced types less verbose/painful. More...
|
|
|
template<typename ModelA , typename ModelB > |
DeducedAugmentedProcessModel< ModelA, ModelB > | osvr::kalman::makeAugmentedProcessModel (ModelA &a, ModelB &b) |
| Factory function, akin to std::tie() , to make an augmented process model. More...
|
|
Header.
- Date
- 2015
- Author
- Sensics, Inc. http://sensics.com/osvr