GMLC-TDC / HELICS

Hierarchical Engine for Large-scale Infrastructure Co-Simulation (HELICS)
https://docs.helics.org/en/latest/
BSD 3-Clause "New" or "Revised" License
127 stars 41 forks source link

Add missing functions to the C-interface #43

Closed phlptp closed 6 years ago

phlptp commented 6 years ago
phlptp commented 6 years ago

@afisher1 Can you explain a little more by what you meant with "for helics_core we need a getFederateName() functionality." I am not sure how this would be used in the C interface. Since the C interface doesn't use the handles it wraps the Application_api objects directly. So there isn't a need to interact with the core other than to start and stop it and a few other things that act directly on the core vs a federate. So I don't want the core API exposed through the C interface.

phlptp commented 6 years ago

All the listed functions have now been added, please create a new issue for any further missing functions