xronos-sdk 0.12.0
Xronos C++ SDK
Loading...
Searching...
No Matches
Deprecated List
Member xronos::sdk::BaseReaction::remaining_slack () const noexcept -> Duration
Use slack() instead.
Member xronos::sdk::Reactor::get_lag () const noexcept -> Duration
The current time is only well-defined while a reaction handler executes. This reactor-level accessor will be removed in an upcoming release; use the reaction-scoped BaseReaction::lag() instead.
Member xronos::sdk::Reactor::get_time () const noexcept -> TimePoint
The current time is only well-defined while a reaction handler executes. This reactor-level accessor will be removed in an upcoming release; use the reaction-scoped BaseReaction::current_time() instead.
Member xronos::sdk::Reactor::get_time_since_startup () const noexcept -> Duration
The current time is only well-defined while a reaction handler executes. This reactor-level accessor will be removed in an upcoming release; use the reaction-scoped BaseReaction::elapsed_time() instead.