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_connection_t Struct Reference

Connection between two connectors. More...

#include <Types.h>

Inheritance diagram for oms_connection_t:
Inheritance graph
Collaboration diagram for oms_connection_t:
Collaboration graph

Public Attributes

oms_connection_type_enu_t type
 Connection type, e.g. TLM. More...
 
char * conA
 Name of connector A. More...
 
char * conB
 Name of connector B. More...
 
ssd_connection_geometry_tgeometry
 Geometry information of the connection. More...
 
oms_tlm_connection_parameters_ttlmparameters
 TLM parameters (only for TLM connections) More...
 
bool suppressUnitConversion
 boolean to specify automatic unit coversion between connections More...
 

Detailed Description

Connection between two connectors.

Member Data Documentation

◆ conA

char* oms_connection_t::conA

Name of connector A.

◆ conB

char* oms_connection_t::conB

Name of connector B.

◆ geometry

ssd_connection_geometry_t* oms_connection_t::geometry

Geometry information of the connection.

◆ suppressUnitConversion

bool oms_connection_t::suppressUnitConversion

boolean to specify automatic unit coversion between connections

◆ tlmparameters

oms_tlm_connection_parameters_t* oms_connection_t::tlmparameters

TLM parameters (only for TLM connections)

◆ type

oms_connection_type_enu_t oms_connection_t::type

Connection type, e.g. TLM.


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