 |
helics
3.3.0
|
8 #include "../core/helicsTime.hpp"
18 std::future<void> initFuture;
21 std::future<iteration_time>
25 std::map<int, std::future<std::string>>
std::future< iteration_time > timeRequestIterativeFuture
Definition: AsyncFedCallInfo.hpp:22
std::future< IterationResult > execFuture
Definition: AsyncFedCallInfo.hpp:19
std::future< void > finalizeFuture
Definition: AsyncFedCallInfo.hpp:23
Definition: AsyncFedCallInfo.hpp:16
the main namespace for the helics co-simulation library User functions will be in the helics namespac...
Definition: AsyncFedCallInfo.hpp:14
std::future< Time > timeRequestFuture
Definition: AsyncFedCallInfo.hpp:20
std::atomic< int > queryCounter
counter for the number of queries
Definition: AsyncFedCallInfo.hpp:24
std::map< int, std::future< std::string > > inFlightQueries
the queries that are actually in flight at a given time
Definition: AsyncFedCallInfo.hpp:26