1SAVERDSFIG(3)               RDS PHYSICAL FUNCTIONS               SAVERDSFIG(3)
2
3
4

NAME

6       saverdsfig - save a physical figure on disk.
7

SYNOPSIS

9       #include "rtlnnn.h"
10        void saverdsfig( Figure )
11           rdsfig_list ∗Figure;
12

PARAMETER

14       Figure              Pointer to the RDS Figure to save.
15

DESCRIPTION

17       The  saverdsfig  function  writes  on  disk  the contents of the figure
18       pointer to by rdsfig_list. The savephfig function in  fact  performs  a
19       call to a driver, chosen by the RDS_OUT environment  variable.
20

RETURN VALUE

22       none
23

ERRORS

25       "Rtl103.h: Unknown rds output format"
26              The  output  format  defined  by  the  unix environment variable
27              RDS_OUT is not supported by the driver  (supported  formats  are
28              "cif" and "gds").
29
30              Other  errors  can  appear because the saverdsfig function calls
31              cif and gds drivers.
32

EXAMPLE

34               #include "mutnnn.h"
35               #include "rdsnnn.h"
36               #include "rtlnnn.h"
37               main()
38                {
39                  rdsfig_list ∗RdsFigure;
40                  mbkenv();
41                  rdsenv();
42                  loadrdsparam();
43                  loadrdsfig( RdsFigure, "core", 'A');
44                  RdsFigure->NAME = namealloc ( "core_2" );
45                  /∗ ∗/ saverdsfig ( RdsFigure );
46                }
47

SEE ALSO

49       librtl, loadrdsfig, rdsenv, getrdsfig, RDS_OUT
50
51
52
53
54
55
56ASIM/LIP6                       October 1, 1997                  SAVERDSFIG(3)
Impressum