syscwritesetupfilef Interface Reference
Last update: 17.07.2025Provide an interface to write the setup file. More...
Public Member Functions | |
| logical function | syscwritesetupfilef (setupfileinfo) |
| Provide a function to write the setup file. | |
Detailed Description
Provide an interface to write the setup file.
Definition at line 866 of file syscSystemCouplingF.fi.
Constructor & Destructor Documentation
◆ syscwritesetupfilef()
| logical function syscwritesetupfilef | ( | type(syscsetupfileinfof), intent(in) | setupfileinfo | ) |
Provide a function to write the setup file.
This function can be used to generate a System Coupling setup file, which contains participant's setup information. It should be called after calling syscCompleteCouplingSetupF.
- Parameters
-
[in] setupFileInfo - setup file info.
- Returns
- true if the setup file was successfully written, and false otherwise.
Definition at line 878 of file syscSystemCouplingF.fi.
879!
880 import :: syscsetupfileinfof
881 type(SyscSetupFileInfoF), intent(in) :: setupFileInfo
882!
883!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
884!DIR$ ATTRIBUTES DLLIMPORT :: syscWriteSetupFileF
885!DIR$ ENDIF
886!