1GQOPS(3NCARG) NCAR GRAPHICS GQOPS(3NCARG)
2
3
4
6 GQOPS (Inquire operating state value) - returns the operating state of
7 GKS.
8
10 CALL GQOPS (OPSTA)
11
13 #include <ncarg/gks.h>
14
15 void ginq_op_st(Gop_st *op_st);
16
18 OPSTA (Integer, Output) - Returns the GKS operating state:
19
20 0 GKS is closed
21
22 1 GKS is open
23
24 2 Additionally, a workstation is open
25
26 3 Additionally, a workstation is active
27
28 4 Additionally, a segment is open
29
31 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
32
34 Online: gopks, gopwk, gacwk, gdawk, gclwk, gclks, opngks, clsgks,
35 ginq_op_st
36
37 Hardcopy: "User's Guide for NCAR GKS-0A Graphics"
38
40 Copyright (C) 1987-2009
41 University Corporation for Atmospheric Research
42 The use of this Software is governed by a License Agreement.
43
44
45
46UNIX March 1993 GQOPS(3NCARG)