OMSimulatorLib
The OMSimulator project is a FMI-based co-simulation environment that supports ordinary (i.e., non-delayed) and TLM connections.
|
Connection between two connectors. More...
#include <Types.h>
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_t * | geometry |
Geometry information of the connection. More... | |
oms_tlm_connection_parameters_t * | tlmparameters |
TLM parameters (only for TLM connections) More... | |
Connection between two connectors.
char* oms_connection_t::conA |
Name of connector A.
char* oms_connection_t::conB |
Name of connector B.
ssd_connection_geometry_t* oms_connection_t::geometry |
Geometry information of the connection.
oms_tlm_connection_parameters_t* oms_connection_t::tlmparameters |
TLM parameters (only for TLM connections)
oms_connection_type_enu_t oms_connection_t::type |
Connection type, e.g. TLM.