OMSimulatorLib
The OMSimulator project is a FMI-based co-simulation environment that supports ordinary (i.e., non-delayed) and TLM connections.
Public Attributes | List of all members
oms_connector_t Struct Reference

Signal: input, output, and parameter. More...

#include <Types.h>

Inheritance diagram for oms_connector_t:
Inheritance graph
Collaboration diagram for oms_connector_t:
Collaboration graph

Public Attributes

oms_causality_enu_t causality
 input/output/parameter More...
 
oms_signal_type_enu_t type
 Type of the connector. More...
 
char * owner
 Owner of the connector. More...
 
char * name
 Name of the connector. More...
 
ssd_connector_geometry_tgeometry
 Geometry information of the connector. More...
 

Detailed Description

Signal: input, output, and parameter.

Member Data Documentation

◆ causality

oms_causality_enu_t oms_connector_t::causality

input/output/parameter

◆ geometry

ssd_connector_geometry_t* oms_connector_t::geometry

Geometry information of the connector.

◆ name

char* oms_connector_t::name

Name of the connector.

◆ owner

char* oms_connector_t::owner

Owner of the connector.

◆ type

oms_signal_type_enu_t oms_connector_t::type

Type of the connector.


The documentation for this struct was generated from the following file: