Skip to main content

Type fortran::syscoutputscalardataf undefined

Definition: syscOutputScalarDataF.fi (line 25)

Provide an output scalar data access type.

Output scalar data provides read-only access to an array of scalar data. To create and/or initialize SyscOutputScalarDataF, it is highly recommended to use one of the functions within syscGetOutputScalarDataF 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(SyscOutputScalarDataF) :: osd
osd = syscGetOutputScalarDataF(array, arraySize)

Members

Public attributes

Variable primitivetype

Definition: syscOutputScalarDataF.fi (line 26)

integer(kind=8) primitivetype

Primitive type.

Type: integer(kind=8)

Variable dataptr

Definition: syscOutputScalarDataF.fi (line 27)

integer(kind=8) dataptr

Pointer to the data array.

Type: integer(kind=8)

Variable datasize

Definition: syscOutputScalarDataF.fi (line 28)

integer(kind=8) datasize

Array size.

Type: integer(kind=8)