Skip to main content

Interface fortran::syscgetoutputintegerdataf

Definition: syscOutputIntegerDataF.fi (line 38)

Provide an interface to get output integer data.

Members

Public functions

Function syscgetoutputintegerdataf

type(syscoutputintegerdataf) function syscgetoutputintegerdataf()

Return type: type(syscoutputintegerdataf) function

Function syscgetoutputintegerdataf_i4

type(syscoutputintegerdataf) function syscgetoutputintegerdataf_i4(data, dataSize)

Create an output integer data access type.

Parameters:

  • data: - 32-bit array of integer data.
  • dataSize: - number of elements in the array.

Parameters:

  • datadata
  • dataSizedataSize

Return type: type(syscoutputintegerdataf) function

Function syscgetoutputintegerdataf_i8

type(syscoutputintegerdataf) function syscgetoutputintegerdataf_i8(data, dataSize)

Create an output integer data access type.

Parameters:

  • data: - 64-bit array of integer data.
  • dataSize: - number of elements in the array.

Parameters:

  • datadata
  • dataSizedataSize

Return type: type(syscoutputintegerdataf) function