DiffEq - Modern C++ ODE Integration Library 1.0.0
High-performance C++ library for solving ODEs with async signal processing
Loading...
Searching...
No Matches
diffeq::async::Event< T > Struct Template Reference

Simple event data structure. More...

#include <async_integrator.hpp>

Public Member Functions

 Event (IntegrationEvent t, T d)
 

Public Attributes

IntegrationEvent type
 
data
 
std::chrono::steady_clock::time_point timestamp
 

Detailed Description

template<typename T>
struct diffeq::async::Event< T >

Simple event data structure.

Definition at line 132 of file async_integrator.hpp.

Constructor & Destructor Documentation

◆ Event()

template<typename T >
diffeq::async::Event< T >::Event ( IntegrationEvent< T >  t,
d 
)
inline

Definition at line 137 of file async_integrator.hpp.

Member Data Documentation

◆ data

template<typename T >
T diffeq::async::Event< T >::data

Definition at line 134 of file async_integrator.hpp.

◆ timestamp

template<typename T >
std::chrono::steady_clock::time_point diffeq::async::Event< T >::timestamp

Definition at line 135 of file async_integrator.hpp.

◆ type

template<typename T >
IntegrationEvent diffeq::async::Event< T >::type

Definition at line 133 of file async_integrator.hpp.


The documentation for this struct was generated from the following file: