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-2007
41 University Corporation for Atmospheric Research
42
43 This documentation is free software; you can redistribute it and/or
44 modify it under the terms of the GNU General Public License as pub‐
45 lished by the Free Software Foundation; either version 2 of the
46 License, or (at your option) any later version.
47
48 This software is distributed in the hope that it will be useful, but
49 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
50 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
51 Public License for more details.
52
53 You should have received a copy of the GNU General Public License along
54 with this software; if not, write to the Free Software Foundation,
55 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
56
57
58
59UNIX March 1993 GQOPS(3NCARG)