DiffEq - Modern C++ ODE Integration Library 1.0.0
High-performance C++ library for solving ODEs with async signal processing
|
Control feedback structure. More...
#include <event_decorator.hpp>
Public Member Functions | |
ControlFeedback (std::string id, S target, S current, T time) | |
Public Attributes | |
std::string | control_id |
S | target_state |
S | current_state |
S | error_state |
T | timestamp |
double | performance_metric {0.0} |
Control feedback structure.
Definition at line 171 of file event_decorator.hpp.
|
inline |
Definition at line 179 of file event_decorator.hpp.
std::string diffeq::core::composable::ControlFeedback< S, T >::control_id |
Definition at line 172 of file event_decorator.hpp.
S diffeq::core::composable::ControlFeedback< S, T >::current_state |
Definition at line 174 of file event_decorator.hpp.
S diffeq::core::composable::ControlFeedback< S, T >::error_state |
Definition at line 175 of file event_decorator.hpp.
double diffeq::core::composable::ControlFeedback< S, T >::performance_metric {0.0} |
Definition at line 177 of file event_decorator.hpp.
S diffeq::core::composable::ControlFeedback< S, T >::target_state |
Definition at line 173 of file event_decorator.hpp.
T diffeq::core::composable::ControlFeedback< S, T >::timestamp |
Definition at line 176 of file event_decorator.hpp.