 |
helics
2.8.1
|
Go to the documentation of this file.
11 #include "helics_cxx_export.h"
52 HELICS_CXX_EXPORT
bool
54 const std::string& fedName,
55 std::chrono::milliseconds timeout = std::chrono::milliseconds(10000));
64 HELICS_CXX_EXPORT
bool
66 const std::string& fedName,
67 std::chrono::milliseconds timeout = std::chrono::milliseconds(10000));
75 const std::string& fedName);
std::string queryFederateSubscriptions(helics::Federate *fed, const std::string &fedName)
Definition: queryFunctions.cpp:129
@ helics_sequencing_mode_ordered
Definition: helics_enums.h:337
@ fed
special logging command for message coming from a fed
Definition: loggingHelper.hpp:32
bool waitForFed(helics::Federate *fed, const std::string &fedName, std::chrono::milliseconds timeout)
Definition: queryFunctions.cpp:111
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:44
std::vector< std::string > vectorizeQueryResult(std::string &&queryres)
Definition: queryFunctions.cpp:17
bool waitForInit(helics::Federate *fed, const std::string &fedName, std::chrono::milliseconds timeout)
Definition: queryFunctions.cpp:90
std::vector< int > vectorizeIndexQuery(const std::string &queryres)
Definition: queryFunctions.cpp:49
std::vector< std::string > vectorizeAndSortQueryResult(const std::string &queryres)
Definition: queryFunctions.cpp:76