syscgetsetupfileinfof Interface Reference
Last update: 17.07.2025Provide an interface to get a System Coupling setup file info type. More...
Public Member Functions | |
| type(syscsetupfileinfof) function | syscgetsetupfileinfof (setupfilename) |
| Provide a function to create SetupFileInfoF type. | |
Detailed Description
Provide an interface to get a System Coupling setup file info type.
Definition at line 284 of file syscCommonTypesF.fi.
Constructor & Destructor Documentation
◆ syscgetsetupfileinfof()
| type(syscsetupfileinfof) function syscgetsetupfileinfof | ( | character(len=*), intent(in) | setupfilename | ) |
Provide a function to create SetupFileInfoF type.
- Parameters
-
[in] setupFileName Setup file name.
Restarts supported flag will be set to false.
- Returns
- a SyscSetupFileInfoF type
Definition at line 295 of file syscCommonTypesF.fi.
296!
297 import :: syscsetupfileinfof
298 character(len=*), intent(in) :: setupFileName
299 type(SyscSetupFileInfoF) :: ret
300!
301!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
302!DIR$ ATTRIBUTES DLLIMPORT :: syscGetSetupFileInfoF
303!DIR$ ENDIF
304!