syscregisterrestartpointcreationf Interface Reference
Last update: 17.07.2025Provide an interface to register restart point creation callback. More...
Public Member Functions | |
| type(syscerrorf) function | syscregisterrestartpointcreationf (restcr) |
| Provide a function to register restart point creation callback. | |
Detailed Description
Provide an interface to register restart point creation callback.
Definition at line 390 of file syscSystemCouplingF.fi.
Constructor & Destructor Documentation
◆ syscregisterrestartpointcreationf()
| type(syscerrorf) function syscregisterrestartpointcreationf | ( | procedure(restartpointcreationintf) | restcr | ) |
Provide a function to register restart point creation callback.
- Parameters
-
restCr - a pointer to a function that conforms to the restartPointCreationIntfinterface
- Returns
- a
SyscErrorFtype for error checking.
Definition at line 399 of file syscSystemCouplingF.fi.
400!
401 import :: syscerrorf
402 import :: restartpointcreationintf
403 procedure(restartPointCreationIntf) :: restCr
404 type(SyscErrorF) :: ret
405!
406!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
407!DIR$ ATTRIBUTES DLLIMPORT :: syscRegisterRestartPointCreationF
408!DIR$ ENDIF
409!