1NGCKOP(3NCARG) NCAR GRAPHICS NGCKOP(3NCARG)
2
3
4
6 NGCKOP - a function to check if a specified GKS workstation is open.
7
9 INTEGER FUNCTION NGCKOP(WKID)
10
12 #include <ncarg/ncargC.h>
13
14 int c_ngckop(int wkid)
15
17 WKID (an input variable of type INTEGER) specifying a GKS
18 workstation identifier.
19
21 The C binding argument descriptions are the same as the FORTRAN
22 argument descriptions.
23
25 The function returns a "1" if the workstation identified by WKID is
26 open, otherwise it returns a "0".
27
29 IOPEN = NGCKOP(WKID)
30
31 sets IOPEN to "1" if WKID is open and sets IOPEN to "0" otherwise.
32
34 To use NGCKOP or c_ngckop, load the NCAR Graphics libraries ncarg,
35 ncarg_gks, and ncarg_c, preferably in that order.
36
38 Online URL: http://ngwww.ucar.edu/ngdoc/ng/gks/gkshome.html
39
41 Copyright (C) 1987-2009
42 University Corporation for Atmospheric Research
43 The use of this Software is governed by a License Agreement.
44
45
46
47UNIX October 1996 NGCKOP(3NCARG)