1CPSETC(3NCARG) NCAR GRAPHICS CPSETC(3NCARG)
2
3
4
6 CPSETC - Sets the value of an internal parameter of type CHARACTER.
7
9 CALL CPSETC (PNAM, CVAL)
10
12 #include <ncarg/ncargC.h>
13
14 void c_cpsetc (char *pnam, char *cval)
15
17 PNAM (CHARACTER, input) is the name of a parameter to be given a
18 character value. Only the first three characters of PNAM
19 are examined. It is recommended that the rest of the
20 character string be used to improve the readability of the
21 code. For example, instead of 'ILT', use 'ILT -
22 INFORMATIONAL LABEL TEXT'.
23
24 CVAL (CHARACTER, input) is a character constant or variable, the
25 value of which is to be given to the parameter specified by
26 PNAM.
27
29 The C-binding argument descriptions are the same as the FORTRAN
30 argument descriptions.
31
33 This routine allows you to set the current value of Conpack parameters.
34 For a complete list of parameters available in this utility, see the
35 conpack_params man page.
36
38 Use the ncargex command to see the following relevant examples:
39 ccpcica, ccphlt, ccpilt, ccpklb, ccplbdr, ccpllc, ccpllp, ccpllt,
40 ccpmovi, cpex02, cpex04, cpex05, cpex06, cbex01, fcover, ffex03,
41 ffex05.
42
44 To use CPSETC or c_cpsetc, load the NCAR Graphics libraries ncarg,
45 ncarg_gks, and ncarg_c, preferably in that order.
46
48 See the conpack man page for a description of all Conpack error
49 messages and/or informational messages.
50
52 Online: conpack, conpack_params, cpback, cpchcf, cpchcl, cpchhl,
53 cpchil, cpchll, cpcica, cpclam, cpcldm, cpcldr, cpcltr, cpcnrc, cpdrpl,
54 cpezct, cpgetc, cpgeti, cpgetr, cplbam, cplbdr, cpmpxy, cpmviw, cpmvrw,
55 cppkcl, cppklb, cprect, cprset, cpscae, cpseti, cpsetr, cpsps1, cpsps2,
56 ncarg_cbind
57
58 Hardcopy: NCAR Graphics Contouring and Mapping Tutorial
59
61 Copyright (C) 1987-2007
62 University Corporation for Atmospheric Research
63
64 This documentation is free software; you can redistribute it and/or
65 modify it under the terms of the GNU General Public License as
66 published by the Free Software Foundation; either version 2 of the
67 License, or (at your option) any later version.
68
69 This software is distributed in the hope that it will be useful, but
70 WITHOUT ANY WARRANTY; without even the implied warranty of
71 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
72 General Public License for more details.
73
74 You should have received a copy of the GNU General Public License along
75 with this software; if not, write to the Free Software Foundation,
76 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
77
78
79
80
81UNIX March 1993 CPSETC(3NCARG)