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

NAME

6       WMSETC - Sets the value of an internal parameter of type CHARACTER.
7

SYNOPSIS

9       CALL WMSETC (PNAM,CVAL)
10

C-BINDING SYNOPSIS

12       #include <ncarg/ncargC.h>
13
14       void c_wmsetc (char *pnam, char *cval)
15

DESCRIPTION

17       PNAM        (an input constant or variable of type CHARACTER) specifies
18                   the name of the parameter to be set. The name must appear
19                   as the first three characters of the string.
20
21       CVAL        (an input expression of type CHARACTER) is the value to be
22                   assigned to the internal parameter specified by PNAM.
23

C-BINDING DESCRIPTION

25       The C-binding argument descriptions are the same as the FORTRAN
26       argument descriptions.
27

USAGE

29       This routine allows you to set the current value of Wmap parameters.
30       For a complete list of parameters available in this utility, see the
31       wmap_params man page.
32

ACCESS

34       To use WMSETC or c_wmsetc, load the NCAR Graphics libraries ncarg,
35       ncarg_gks, and ncarg_c, preferably in that order.
36

SEE ALSO

38       Online: wmap, wmdflt, wmgetc, wmgeti, wmgetr, wmlabs, wmsetr, wmseti,
39       wmap_params
40
41       Hardcopy: WMAP - A Package for Producing Daily Weather Maps and
42       Plotting Station Model Data
43
45       Copyright (C) 1987-2007
46       University Corporation for Atmospheric Research
47
48       This documentation is free software; you can redistribute it and/or
49       modify it under the terms of the GNU General Public License as
50       published by the Free Software Foundation; either version 2 of the
51       License, or (at your option) any later version.
52
53       This software is distributed in the hope that it will be useful, but
54       WITHOUT ANY WARRANTY; without even the implied warranty of
55       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
56       General Public License for more details.
57
58       You should have received a copy of the GNU General Public License along
59       with this software; if not, write to the Free Software Foundation,
60       Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
61
62
63
64UNIX                             January 1995                   WMSETC(3NCARG)
Impressum