#include <fmu_impl.hpp>
Definition at line 38 of file fmu_impl.hpp.
Public Attributes | |
bool | discrete_states_need_update |
bool | terminate_simulation |
bool | nominals_of_continuous_states_changed |
bool | values_of_continuous_states_changed |
bool | next_event_time_defined |
double | next_event_time |
bool casadi::EventMemory::discrete_states_need_update |
Definition at line 39 of file fmu_impl.hpp.
Referenced by casadi::FmuInternal::discrete_states_iter(), casadi::Fmu2::update_discrete_states(), and casadi::Fmu3::update_discrete_states().
double casadi::EventMemory::next_event_time |
Definition at line 44 of file fmu_impl.hpp.
Referenced by casadi::FmuInternal::discrete_states_iter(), casadi::Fmu2::update_discrete_states(), and casadi::Fmu3::update_discrete_states().
bool casadi::EventMemory::next_event_time_defined |
Definition at line 43 of file fmu_impl.hpp.
Referenced by casadi::FmuInternal::discrete_states_iter(), casadi::Fmu2::update_discrete_states(), and casadi::Fmu3::update_discrete_states().
bool casadi::EventMemory::nominals_of_continuous_states_changed |
Definition at line 41 of file fmu_impl.hpp.
Referenced by casadi::FmuInternal::discrete_states_iter(), casadi::Fmu2::update_discrete_states(), and casadi::Fmu3::update_discrete_states().
bool casadi::EventMemory::terminate_simulation |
Definition at line 40 of file fmu_impl.hpp.
Referenced by casadi::FmuInternal::discrete_states_iter(), casadi::Fmu2::update_discrete_states(), and casadi::Fmu3::update_discrete_states().
bool casadi::EventMemory::values_of_continuous_states_changed |
Definition at line 42 of file fmu_impl.hpp.
Referenced by casadi::FmuInternal::discrete_states_iter(), casadi::Fmu2::update_discrete_states(), and casadi::Fmu3::update_discrete_states().