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 361 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 370 of file syscCommonTypesF.fi.
371 import :: syscresultsinfof
372 character(len=*), intent(in) :: baseFileName
373 type(SyscResultsInfoF) :: ret
374!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
375!DIR$ ATTRIBUTES DLLIMPORT :: syscGetResultsInfoF
376!DIR$ ENDIF