Skip to main content

System Coupling Fortran library 2024 R2

syscgetoutputintegerdataf Interface Reference

Last update: 17.07.2025

Provide an interface to get output integer data. More...

Public Member Functions

type(syscoutputintegerdataf) function syscgetoutputintegerdataf_i4 (data, datasize)
 Create an output integer data access type.
 
type(syscoutputintegerdataf) function syscgetoutputintegerdataf_i8 (data, datasize)
 Create an output integer data access type.
 

Detailed Description

Provide an interface to get output integer data.

Definition at line 38 of file syscOutputIntegerDataF.fi.

Constructor & Destructor Documentation

◆ syscgetoutputintegerdataf()

Definition at line 47 of file syscOutputIntegerDataF.fi.

48 import :: syscoutputintegerdataf
49 type(SyscOutputIntegerDataF) :: ret
50!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
51!DIR$ ATTRIBUTES DLLIMPORT :: syscGetOutputIntegerDataF
52!DIR$ ENDIF

Member Function/Subroutine Documentation

◆ syscgetoutputintegerdataf_i4()

type(syscoutputintegerdataf) function syscgetoutputintegerdataf_i4 ( integer(kind=4), dimension(datasize), intent(in), target  data,
integer(kind=8), intent(in)  datasize 
)

Create an output integer data access type.

Parameters
[in]data- 32-bit array of integer data.
[in]dataSize- number of elements in the array.

Definition at line 61 of file syscOutputIntegerDataF.fi.

62!
63 import :: syscoutputintegerdataf
64 integer(kind=8), intent(in) :: dataSize
65 integer(kind=4), intent(in), target :: data(dataSize)
66 type(SyscOutputIntegerDataF) :: ret
67!
68!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
69!DIR$ ATTRIBUTES DLLIMPORT :: syscGetOutputIntegerDataF_I4
70!DIR$ ENDIF
71!

◆ syscgetoutputintegerdataf_i8()

type(syscoutputintegerdataf) function syscgetoutputintegerdataf_i8 ( integer(kind=8), dimension(datasize), intent(in), target  data,
integer(kind=8), intent(in)  datasize 
)

Create an output integer data access type.

Parameters
[in]data- 64-bit array of integer data.
[in]dataSize- number of elements in the array.

Definition at line 80 of file syscOutputIntegerDataF.fi.

81!
82 import :: syscoutputintegerdataf
83 integer(kind=8), intent(in) :: dataSize
84 integer(kind=8), intent(in), target :: data(dataSize)
85 type(SyscOutputIntegerDataF) :: ret
86!
87!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
88!DIR$ ATTRIBUTES DLLIMPORT :: syscGetOutputIntegerDataF_I8
89!DIR$ ENDIF
90!

Connect with Ansys