![]() |
helics
2.8.1
|
#include "helics_cxx_export.h"#include <chrono>#include <string>#include <vector>Go to the source code of this file.
Namespaces | |
| helics | |
| the main namespace for the helics co-simulation library User functions will be in the helics namespace with internal functions possible in a lower level namespace | |
Functions | |
| std::vector< std::string > | helics::vectorizeQueryResult (std::string &&queryres) |
| std::vector< std::string > | helics::vectorizeQueryResult (const std::string &queryres) |
| std::vector< int > | helics::vectorizeIndexQuery (const std::string &queryres) |
| std::vector< std::string > | helics::vectorizeAndSortQueryResult (std::string &&queryres) |
| std::vector< std::string > | helics::vectorizeAndSortQueryResult (const std::string &queryres) |
| bool | helics::waitForInit (helics::Federate *fed, const std::string &fedName, std::chrono::milliseconds timeout) |
| bool | helics::waitForFed (helics::Federate *fed, const std::string &fedName, std::chrono::milliseconds timeout) |
| std::string | helics::queryFederateSubscriptions (helics::Federate *fed, const std::string &fedName) |
functions for dealing with query results
1.8.17