syscaddcouplinginterfacef Interface Reference
Last update: 17.07.2025Provide an interface to add a coupling interface. More...
Public Member Functions | |
| type(syscerrorf) function | syscaddcouplinginterfacef (interface) |
| Provide a function to add a coupling interface. More... | |
| type(syscerrorf) function | syscaddcouplinginterfacef_a (interface, autoGenerateDataTransfers) |
Detailed Description
Provide an interface to add a coupling interface.
Definition at line 212 of file syscSystemCouplingF.fi.
Constructor & Destructor Documentation
◆ syscaddcouplinginterfacef()
| type(syscerrorf) function syscaddcouplinginterfacef | ( | type(sysccouplinginterfacef), intent(in) | interface | ) |
Provide a function to add a coupling interface.
If this coupling interface has already been added, then this call will have no effect.
If a different coupling interface with the same has already been added, then an error status will be returned.
If the coupling interface name contains invalid characters, then an error status will be returned.
See SyscCouplingInterfaceF for more details.
- Parameters
-
[in] interface - a coupling interface to be added.
- Returns
- a
SyscErrorFtype for error checking.
Definition at line 231 of file syscSystemCouplingF.fi.
Member Function/Subroutine Documentation
◆ syscaddcouplinginterfacef_a()
| type(syscerrorf) function syscaddcouplinginterfacef_a | ( | type(sysccouplinginterfacef), intent(in) | interface, |
| logical, intent(in) | autoGenerateDataTransfers | ||
| ) |
Definition at line 244 of file syscSystemCouplingF.fi.