Skip to main content

System Coupling Fortran library 2024 R2

syscoutputintegerdataf Type Reference

Last update: 17.07.2025

Provide an output integer data access type. More...

Public Attributes

integer(kind=8) primitivetype
 Primitive type.
 
integer(kind=8) dataptr
 Pointer to the data array.
 
integer(kind=8) datasize
 Array size.
 

Detailed Description

Provide an output integer data access type.

Output integer data provides read-only access to an array of integers. To create and/or initialize SyscOutputIntegerDataF, it is highly recommended to use one of the functions within syscGetOutputIntegerDataF interface. These functions will initialize all members to the correct values and will help to avoid back-compatibility issues in the future. For example:

type(SyscOutputIntegerDataF) :: oid
oid = syscgetoutputintegerdataf(array, arraysize)

Definition at line 29 of file syscOutputIntegerDataF.fi.

Member Data Documentation

◆ dataptr

integer(kind=8) dataptr

Pointer to the data array.

Definition at line 31 of file syscOutputIntegerDataF.fi.

31 integer(kind=8) :: dataPtr

◆ datasize

integer(kind=8) datasize

Array size.

Definition at line 32 of file syscOutputIntegerDataF.fi.

32 integer(kind=8) :: dataSize

◆ primitivetype

integer(kind=8) primitivetype

Primitive type.

Definition at line 30 of file syscOutputIntegerDataF.fi.

30 integer(kind=8) :: primitiveType

Connect with Ansys