|
OMSAPI oms_status_enu_t OMSCALL | oms_addBus (const char *cref) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_addConnection (const char *crefA, const char *crefB) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_addConnector (const char *cref, oms_causality_enu_t causality, oms_signal_type_enu_t type) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_addConnectorToBus (const char *busCref, const char *connectorCref) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_addConnectorToTLMBus (const char *busCref, const char *connectorCref, const char *type) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_addDynamicValueIndicator (const char *signal, const char *lower, const char *upper, double stepSize) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_addEventIndicator (const char *signal) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_addExternalModel (const char *cref, const char *path, const char *startscript) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_addSignalsToResults (const char *cref, const char *regex) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_addStaticValueIndicator (const char *signal, double lower, double upper, double stepSize) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_addSubModel (const char *cref, const char *fmuPath) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_addSystem (const char *cref, oms_system_enu_t type) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_addTimeIndicator (const char *signal) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_addTLMBus (const char *cref, oms_tlm_domain_t domain, const int dimensions, const oms_tlm_interpolation_t interpolation) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_addTLMConnection (const char *crefA, const char *crefB, double delay, double alpha, double linearimpedance, double angularimpedance) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_cancelSimulation_asynchronous (const char *cref) |
|
OMSAPI int OMSCALL | oms_compareSimulationResults (const char *filenameA, const char *filenameB, const char *var, double relTol, double absTol) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_copySystem (const char *source, const char *target) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_delete (const char *cref) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_deleteConnection (const char *crefA, const char *crefB) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_deleteConnectorFromBus (const char *busCref, const char *connectorCref) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_deleteConnectorFromTLMBus (const char *busCref, const char *connectorCref) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_export (const char *cref, const char *filename) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_exportDependencyGraphs (const char *cref, const char *initialization, const char *event, const char *simulation) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_exportSnapshot (const char *cref, char **contents) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_exportSSVTemplate (const char *cref, const char *filename) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_exportSSMTemplate (const char *cref, const char *filename) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_extractFMIKind (const char *filename, oms_fmi_kind_enu_t *kind) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_fetchExternalModelInterfaces (const char *cref, char ***names, char ***domains, int **dimensions) |
|
OMSAPI void OMSCALL | oms_freeMemory (void *obj) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_getBoolean (const char *cref, bool *value) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_getBus (const char *cref, oms_busconnector_t **busConnector) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_getComponentType (const char *cref, oms_component_enu_t *type) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_getConnections (const char *cref, oms_connection_t ***connections) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_getConnector (const char *cref, oms_connector_t **connector) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_getElement (const char *cref, oms_element_t **element) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_getElements (const char *cref, oms_element_t ***elements) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_getExternalModelInfo (const char *cref, const oms_external_tlm_model_info_t **externalModelInfo) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_getFixedStepSize (const char *cref, double *stepSize) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_getFMUInfo (const char *cref, const oms_fmu_info_t **fmuInfo) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_getInteger (const char *cref, int *value) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_getModelState (const char *cref, oms_modelState_enu_t *modelState) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_getReal (const char *cref, double *value) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_getResultFile (const char *cref, char **filename, int *bufferSize) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_getSignalFilter (const char *cref, char **regex) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_getSolver (const char *cref, oms_solver_enu_t *solver) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_getStartTime (const char *cref, double *startTime) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_getStopTime (const char *cref, double *stopTime) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_getSubModelPath (const char *cref, char **path) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_getSystemType (const char *cref, oms_system_enu_t *type) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_getTLMBus (const char *cref, oms_tlmbusconnector_t **tlmBusConnector) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_getTLMVariableTypes (oms_tlm_domain_t domain, const int dimensions, const oms_tlm_interpolation_t interpolation, char ***types, char ***descriptions) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_getTolerance (const char *cref, double *absoluteTolerance, double *relativeTolerance) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_getVariableStepSize (const char *cref, double *initialStepSize, double *minimumStepSize, double *maximumStepSize) |
|
OMSAPI const char *OMSCALL | oms_getVersion () |
|
OMSAPI oms_status_enu_t OMSCALL | oms_faultInjection (const char *signal, oms_fault_type_enu_t faultType, double faultValue) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_importFile (const char *filename, char **cref) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_importSnapshot (const char *cref, const char *snapshot) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_initialize (const char *cref) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_instantiate (const char *cref) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_list (const char *cref, char **contents) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_listUnconnectedConnectors (const char *cref, char **contents) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_loadSnapshot (const char *cref, const char *snapshot) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_newModel (const char *cref) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_parseModelName (const char *contents, char **cref) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_removeSignalsFromResults (const char *cref, const char *regex) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_rename (const char *cref, const char *newCref) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_reset (const char *cref) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_RunFile (const char *filename) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_setBoolean (const char *cref, bool value) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_setBusGeometry (const char *bus, const ssd_connector_geometry_t *geometry) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_setCommandLineOption (const char *cmd) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_setConnectionGeometry (const char *crefA, const char *crefB, const ssd_connection_geometry_t *geometry) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_setConnectorGeometry (const char *cref, const ssd_connector_geometry_t *geometry) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_setElementGeometry (const char *cref, const ssd_element_geometry_t *geometry) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_setFixedStepSize (const char *cref, double stepSize) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_setInteger (const char *cref, int value) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_setLogFile (const char *filename) |
|
OMSAPI void OMSCALL | oms_setLoggingCallback (void(*cb)(oms_message_type_enu_t type, const char *message)) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_setLoggingInterval (const char *cref, double loggingInterval) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_setLoggingLevel (int logLevel) |
|
OMSAPI void OMSCALL | oms_setMaxLogFileSize (const unsigned long size) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_setReal (const char *cref, double value) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_setRealInputDerivative (const char *cref, double value) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_setResultFile (const char *cref, const char *filename, int bufferSize) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_setSignalFilter (const char *cref, const char *regex) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_setSolver (const char *cref, oms_solver_enu_t solver) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_setStartTime (const char *cref, double startTime) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_setStopTime (const char *cref, double stopTime) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_setTempDirectory (const char *newTempDir) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_setTLMBusGeometry (const char *bus, const ssd_connector_geometry_t *geometry) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_setTLMConnectionParameters (const char *crefA, const char *crefB, const oms_tlm_connection_parameters_t *parameters) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_setTLMPositionAndOrientation (const char *cref, double x1, double x2, double x3, double A11, double A12, double A13, double A21, double A22, double A23, double A31, double A32, double A33) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_setTLMSocketData (const char *cref, const char *address, int managerPort, int monitorPort) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_setTolerance (const char *cref, double absoluteTolerance, double relativeTolerance) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_setVariableStepSize (const char *cref, double initialStepSize, double minimumStepSize, double maximumStepSize) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_setWorkingDirectory (const char *newWorkingDir) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_simulate_asynchronous (const char *cref, void(*cb)(const char *cref, double time, oms_status_enu_t status)) |
|
OMSAPI oms_status_enu_t OMSCALL | oms_simulate (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) |
|
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) |
|