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. More... | |
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.