helics  3.5.2
Namespaces | Functions
queryFunctions.hpp File Reference
#include "helics_cxx_export.h"
#include <chrono>
#include <string>
#include <string_view>
#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_view queryres)
 
std::vector< int > helics::vectorizeIndexQuery (std::string_view queryres)
 
std::vector< std::string > helics::vectorizeAndSortQueryResult (std::string_view queryres)
 
bool helics::waitForInit (helics::Federate *fed, std::string_view fedName, std::chrono::milliseconds timeout)
 
bool helics::waitForFed (helics::Federate *fed, std::string_view fedName, std::chrono::milliseconds timeout)
 
std::string helics::queryFederateSubscriptions (helics::Federate *fed, std::string_view fedName)
 

Detailed Description

functions for dealing with query results