1SLOGAP(3NCARG) NCAR GRAPHICS SLOGAP(3NCARG)
2
3
4
6 SLOGAP - Generates TIME seconds worth of blank frames in a manner
7 consistent with FTITLE.
8
10 CALL SLOGAP (TIME,MTST)
11
13 #include <ncarg/ncargC.h>
14
15 void c_slogap (float time, int mtst)
16
18 TIME (an input expression of type REAL) specifies the number of
19 seconds worth of blank frames to be generated.
20
21 MTST (an input expression of type INTEGER) is a switch to
22 indicate whether this is a "real" run or a "practice" run.
23
24 0 means "real run".
25
26 1 means "practice run".
27
28 During real runs, the blank frames themselves are created.
29
30 During practice runs, a single frame is created with a
31 legend saying how many seconds of blank frames it stands
32 for.
33
35 The C-binding argument descriptions are the same as the FORTRAN
36 argument descriptions.
37
39 This routine allows you to output blank frames in a manner consistent
40 with FTITLE.
41
43 Use the ncargex command to see the following relevant example: slex02.
44
46 To use SLOGAP or c_slogap, load the NCAR Graphics libraries ncarg,
47 ncarg_gks, ncarg_c, and ncarg_c, preferably in that order.
48
50 See the scrolled_title man page for a description of all Scrolled_title
51 error messages and/or informational messages.
52
54 Online: ftitle, scrolled_title, scrolled_title_params, slgeti, slgetr,
55 slrset, slseti, slsetr, stitle, ncarg_cbind.
56
57 Hardcopy: NCAR Graphics Fundamentals, UNIX Version; User's Guide for
58 NCAR GKS-0A Graphics
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
80UNIX July 1995 SLOGAP(3NCARG)