syscgetcouplinginterfacef Interface Reference
Last update: 17.07.2025Provide an interface to get a coupling interface. More...
Public Member Functions | |
| type(sysccouplinginterfacef) function | syscgetcouplinginterfacef (name) |
| Create a coupling interface. | |
Detailed Description
Provide an interface to get a coupling interface.
Definition at line 41 of file syscCouplingInterfaceF.fi.
Constructor & Destructor Documentation
◆ syscgetcouplinginterfacef()
| type(sysccouplinginterfacef) function syscgetcouplinginterfacef | ( | character(len=*), intent(in) | name | ) |
Create a coupling interface.
- Parameters
-
[in] name - Unique name for this interface. String length should not exceed SYSC_STRING_LENGTH.
Definition at line 49 of file syscCouplingInterfaceF.fi.
50!
51 import :: sysccouplinginterfacef
52 character(len=*), intent(in) :: name
53 type(SyscCouplingInterfaceF) :: ret
54!
55!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
56!DIR$ ATTRIBUTES DLLIMPORT :: syscGetCouplingInterfaceF
57!DIR$ ENDIF
58!