syscgetnumcouplinginterfacesf Interface Reference
Last update: 17.07.2025Provide an interface to return the number of added coupling interfaces. More...
Public Member Functions | |
| integer(kind=8) function | syscgetnumcouplinginterfacesf () |
| Provide a function to return the number of added coupling interfaces. | |
Detailed Description
Provide an interface to return the number of added coupling interfaces.
Definition at line 917 of file syscSystemCouplingF.fi.
Constructor & Destructor Documentation
◆ syscgetnumcouplinginterfacesf()
| integer(kind=8) function syscgetnumcouplinginterfacesf |
Provide a function to return the number of added coupling interfaces.
- Returns
- Number of coupling interfaces.
Definition at line 924 of file syscSystemCouplingF.fi.
925 integer(kind=8) :: ret
926!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
927!DIR$ ATTRIBUTES DLLIMPORT :: syscGetNumCouplingInterfacesF
928!DIR$ ENDIF