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-2009
62 University Corporation for Atmospheric Research
63 The use of this Software is governed by a License Agreement.
64
65
66
67UNIX July 1995 SLOGAP(3NCARG)