helics  2.8.1
Classes | Namespaces | Functions
Subscriptions.hpp File Reference
#include "Inputs.hpp"
#include <array>
#include <string>
#include <utility>
#include <vector>

Go to the source code of this file.

Classes

class  helics::VectorSubscription< X >
 
class  helics::VectorSubscription2d< X >
 

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

Input & helics::make_subscription (ValueFederate *valueFed, const std::string &key, const std::string &units=std::string())
 
Input & helics::make_subscription (ValueFederate &valueFed, const std::string &key, const std::string &units=std::string())
 
template<class X >
helics::getValue (ValueFederate &fed, const std::string &key)
 
template<class X >
void helics::getValue (ValueFederate &fed, const std::string &key, X &obj)
 

Detailed Description

helper function for generate subscriptions of specify types