1GOPKS(3NCARG)                    NCAR GRAPHICS                   GOPKS(3NCARG)
2
3
4

NAME

6       GOPKS (Open GKS) - opens the GKS package
7

SYNOPSIS

9       CALL GOPKS (ERRFIL, BUFA)
10

C-BINDING SYNOPSIS

12       #include <ncarg/gks.h>
13
14       void gopen_gks(const char *err_file, size_t mem_unit);
15

DESCRIPTION

17       ERRFIL      (Input,  Integer)  - The Fortran unit number to which error
18                   messages are to be written.  Typically this should be  unit
19                   6.
20
21       BUFA        (Input,  Integer)  -  The  dimension of an internal buffer.
22                   Currently in NCAR GKS-0A, BUFA is ignored.
23

USAGE

25       To get output to any workstation, GOPKS, GOPWK and GACWK must be called
26       in  that order.  For jobs producing only CGM output, the three calls to
27       GOPKS, GOPWK and GACWK can be replaced with a call to the SPPS function
28       OPNGKS.
29

ACCESS

31       To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
32

SEE ALSO

34       Online:  gopwk,  gacwk,  gdawk,  gclwk,  gclks,  guwk,  opngks, clsgks,
35       gopen_gks
36
37       Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR  Graphics  Funda‐
38       mentals, UNIX Version
39
41       Copyright (C) 1987-2007
42       University Corporation for Atmospheric Research
43
44       This  documentation  is  free  software; you can redistribute it and/or
45       modify it under the terms of the GNU General  Public  License  as  pub‐
46       lished  by  the  Free  Software  Foundation;  either  version  2 of the
47       License, or (at your option) any later version.
48
49       This software is distributed in the hope that it will  be  useful,  but
50       WITHOUT  ANY  WARRANTY;  without  even  the  implied  warranty  of MER‐
51       CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU  General
52       Public License for more details.
53
54       You should have received a copy of the GNU General Public License along
55       with this software; if not, write  to  the  Free  Software  Foundation,
56       Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
57
58
59
60
61UNIX                              March 1993                     GOPKS(3NCARG)
Impressum