DiffEq - Modern C++ ODE Integration Library 1.0.0
High-performance C++ library for solving ODEs with async signal processing
|
Simple event data structure. More...
#include <async_integrator.hpp>
Public Member Functions | |
Event (IntegrationEvent t, T d) | |
Public Attributes | |
IntegrationEvent | type |
T | data |
std::chrono::steady_clock::time_point | timestamp |
Simple event data structure.
Definition at line 132 of file async_integrator.hpp.
|
inline |
Definition at line 137 of file async_integrator.hpp.
T diffeq::async::Event< T >::data |
Definition at line 134 of file async_integrator.hpp.
std::chrono::steady_clock::time_point diffeq::async::Event< T >::timestamp |
Definition at line 135 of file async_integrator.hpp.
IntegrationEvent diffeq::async::Event< T >::type |
Definition at line 133 of file async_integrator.hpp.