Skip to content

Commit

Permalink
Remove obsolete simulation information (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
lochel committed Feb 10, 2021
1 parent e7a7b05 commit 38125cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
4 changes: 0 additions & 4 deletions src/OMSimulatorLib/OMSimulator.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,6 @@ OMSAPI oms_status_enu_t OMSCALL oms_doStep(const char* cref);
OMSAPI oms_status_enu_t OMSCALL oms_stepUntil(const char* cref, double stopTime);
OMSAPI oms_status_enu_t OMSCALL oms_terminate(const char* cref);

/* not implemented yet */
oms_status_enu_t oms_setSimulationInformation(const char* cref, ssd_simulation_information_t* info);
oms_status_enu_t oms_getSimulationInformation(const char* cref, ssd_simulation_information_t** info);

#ifdef __cplusplus
}
#endif
Expand Down
24 changes: 0 additions & 24 deletions src/OMSimulatorLib/Types.h
Original file line number Diff line number Diff line change
Expand Up @@ -330,30 +330,6 @@ typedef struct {
double y2;
} ssd_system_geometry_t;

/**
* \brief 5.3.6 ssd:SimulationInformation
*
* This element provides default information for useful solver/master
* algorithms and their default settings for processing the given component or
* (sub-)system. The information is purely an optional indicator of useful
* settings, any processing tool is free to use, merge, or discard this
* information in any way it sees fit.
*
* Multiple child-elements are allowed here in order to supply different
* settings for different kinds of solver/master algorithms.
*
* Simulation information can be present at multiple hierarchy levels of the
* overall system, including individual components. It is up to the processing
* tool to decide how best to integrate this information into its overall
* solving/simulation strategy. Tools supporting the use of multiple, different
* solvers/co-simulation master algorithms inside one simulation can make use
* of multiple different settings at different scopes, however this standard
* does not presume or require the existence of this functionality.
*/
typedef struct {
int dummy; ///< just to make msvc happy
} ssd_simulation_information_t;

/**
* \brief Parameters for TLM connection
*/
Expand Down

0 comments on commit 38125cf

Please sign in to comment.