 |
helics
3.4.0
|
Go to the documentation of this file.
11 #include "helics_cxx_export.h"
15 #include <string_view>
53 HELICS_CXX_EXPORT
bool
55 std::string_view fedName,
56 std::chrono::milliseconds timeout = std::chrono::milliseconds(10000));
65 HELICS_CXX_EXPORT
bool
67 std::string_view fedName,
68 std::chrono::milliseconds timeout = std::chrono::milliseconds(10000));
76 std::string_view fedName);
@ HELICS_SEQUENCING_MODE_ORDERED
Definition: helics_enums.h:425
std::vector< std::string > vectorizeQueryResult(std::string_view queryres)
Definition: queryFunctions.cpp:19
std::string query(std::string_view target, std::string_view queryStr, HelicsSequencingModes mode=HELICS_SEQUENCING_MODE_FAST)
Definition: Federate.cpp:1532
bool waitForFed(helics::Federate *fed, std::string_view fedName, std::chrono::milliseconds timeout)
Definition: queryFunctions.cpp:120
std::vector< std::string > vectorizeAndSortQueryResult(std::string_view queryres)
Definition: queryFunctions.cpp:94
std::string queryFederateSubscriptions(helics::Federate *fed, std::string_view fedName)
Definition: queryFunctions.cpp:136
bool waitForInit(helics::Federate *fed, std::string_view fedName, std::chrono::milliseconds timeout)
Definition: queryFunctions.cpp:101
std::vector< int > vectorizeIndexQuery(std::string_view queryres)
Definition: queryFunctions.cpp:52
the main namespace for the helics co-simulation library User functions will be in the helics namespac...
Definition: AsyncFedCallInfo.hpp:14
Definition: application_api/Federate.hpp:46