syscgetresultsinfof Interface Reference
Last update: 17.07.2025Provide an interface to get a System Coupling results info type. More...
Public Member Functions | |
| type(syscresultsinfof) function | syscgetresultsinfof (basefilename) |
| Provide a function to create SyscResultsInfoF type. | |
Detailed Description
Provide an interface to get a System Coupling results info type.
Definition at line 321 of file syscCommonTypesF.fi.
Constructor & Destructor Documentation
◆ syscgetresultsinfof()
| type(syscresultsinfof) function syscgetresultsinfof | ( | character(len=*), intent(in) | basefilename | ) |
Provide a function to create SyscResultsInfoF type.
- Parameters
-
[in] baseFileName - base file name.
- Returns
- a SyscResultsInfoF type
Definition at line 330 of file syscCommonTypesF.fi.
331 import :: syscresultsinfof
332 character(len=*), intent(in) :: baseFileName
333 type(SyscResultsInfoF) :: ret
334!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
335!DIR$ ATTRIBUTES DLLIMPORT :: syscGetResultsInfoF
336!DIR$ ENDIF