Type fortran::syscinputscalardataf undefined
Definition: syscInputScalarDataF.fi (line 25)
Provide an input scalar data access type.
Input scalar data provides read and write access to an array of scalar data. To create and/or initialize SyscInputScalarDataF, it is highly recommended to use one of the functions within syscGetInputScalarDataF 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(SyscInputScalarDataF) :: isd
isd = syscGetInputScalarDataF(array, arraySize)
Members
Public attributes
Variable primitivetype
Definition: syscInputScalarDataF.fi (line 26)
integer(kind=8) primitivetype
Primitive type.
Type: integer(kind=8)
Variable dataptr
Definition: syscInputScalarDataF.fi (line 27)
integer(kind=8) dataptr
Pointer to the data array.
Type: integer(kind=8)
Variable datasize
Definition: syscInputScalarDataF.fi (line 28)
integer(kind=8) datasize
Array size.
Type: integer(kind=8)