DiffEq - Modern C++ ODE Integration Library 1.0.0
High-performance C++ library for solving ODEs with async signal processing
|
Noise data structure. More...
#include <sde_synchronization.hpp>
Public Member Functions | |
NoiseData (T time, std::vector< double > inc, NoiseProcessType t) | |
Public Attributes | |
T | timestamp |
std::vector< double > | increments |
NoiseProcessType | type |
uint64_t | sequence_number {0} |
Noise data structure.
Definition at line 92 of file sde_synchronization.hpp.
|
inline |
Definition at line 98 of file sde_synchronization.hpp.
std::vector<double> diffeq::core::composable::NoiseData< T >::increments |
Definition at line 94 of file sde_synchronization.hpp.
uint64_t diffeq::core::composable::NoiseData< T >::sequence_number {0} |
Definition at line 96 of file sde_synchronization.hpp.
T diffeq::core::composable::NoiseData< T >::timestamp |
Definition at line 93 of file sde_synchronization.hpp.
NoiseProcessType diffeq::core::composable::NoiseData< T >::type |
Definition at line 95 of file sde_synchronization.hpp.