API Calls for Fortran Programmers: fagl Routines

Fortran programmers can use the following API calls (faglxxx routines) to incorporate the Array Viewer in their applications:

API Calls for Fortran Programmers
faglClose
faglEndWatch
faglGetShareName
faglHide
faglLBound
faglName
faglSaveAsFile
faglShow
faglStartWatch
faglUpdate

These routines are typically used in the following sequence:

You can use faglGetShareName to get a string identifier that identifies the shared memory region associated with an array.

You can also use the fav routines to perform tasks usually done interactively by the user.

The USE AVDEF statement includes the AVDEF module file that defines the routine interfaces (see the file ...ArrayVisualizer\INCLUDE\AVDEF.F90).

Samples of these routines are provided online in folders in ...\ArrayVisualizer\Samples\Fortran\. For a description of the Array Visualizer Samples, view the file ...\ArrayVisualizer\Samples\Samples.htm in a Web browser. Most Samples include a project workspace file, which allows you to open and build the project in the visual devlopment environment.

Samples are installed on the hard disk when a Complete installation is performed. You can copy Samples folders from the Array Visualizer CD-ROM to your hard disk (remove the read-only file property).