Type fortran::syscoutputintegerdataf undefined
Definition: syscOutputIntegerDataF.fi (line 29)
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)
Members
Public attributes
Variable primitivetype
Definition: syscOutputIntegerDataF.fi (line 30)
integer(kind=8) primitivetype
Primitive type.
Type: integer(kind=8)
Variable dataptr
Definition: syscOutputIntegerDataF.fi (line 31)
integer(kind=8) dataptr
Pointer to the data array.
Type: integer(kind=8)
Variable datasize
Definition: syscOutputIntegerDataF.fi (line 32)
integer(kind=8) datasize
Array size.
Type: integer(kind=8)