1VIEWRDSPARAM(3) RDS PHYSICAL FUNCTIONS VIEWRDSPARAM(3)
2
3
4
6 viewrdsparam - displays tables in memory filled by loadrdsparam func‐
7 tion.
8
10 void viewrdsparam()
11
13 none
14
16 The viewrdsparam function displays tables in RAM filled by the load‐
17 rdsparam function. For more information, see loadrdsparam function.
18
20 nothing
21
23 none
24
26 #include "mphnnn.h"
27 #include "mutnnn.h"
28 #include "rdsnnn.h"
29 #include "rtlnnn.h"
30 #include "rprnnn.h"
31 #include "rfmnnn.h"
32 main()
33 {
34 rdsfig_list ∗RdsFigure;
35 phfig_list ∗MbkFigure;
36 mbkenv();
37 rdsenv();
38 loadrdsparam();
39 /∗ ∗/ viewrdsparam ();
40 . . .
41 }
42
44 librpr, loadrdsparam
45
46
47
48
49
50
51ASIM/LIP6 October 1, 1997 VIEWRDSPARAM(3)