1VIEWRFMREC(3) RDS PHYSICAL FUNCTIONS VIEWRFMREC(3)
2
3
4
6 viewrfmrec - displays rectangle caracteristics in RDS format.
7
9 #include "rfmnnn.h"
10 Void viewrfmrec( Rectangle )
11 rdsrec_list ∗Rectangle;
12
14 Rectangle RDS rectangle to visualizate.
15
17 The viewrfmrec function displays all rectangles which constitute a RDS
18 object.
19
21 nothing
22
24 none
25
27 #include "mphnnn.h"
28 #include "mutnnn.h"
29 #include "rdsnnn.h"
30 #include "rfmnnn.h"
31 #include "rtlnnn.h"
32 typedef struct UserStruct
33 {
34 char ∗STRING;
35 void ∗USER1;
36 } UserStruct;
37 main()
38 {
39 phfig_list ∗MbkFigure;
40 rdsfig_list ∗RdsFigure;
41 rdsrec_list ∗Via;
42 mbkenv();
43 rdsenv();
44 loadrdsparam();
45 RdsFigure = addrdsfig ("core",sizeof ( UserStruct ) );
46 MbkFigure->PHVIA = addphvia ( MbkFigure, CONT_VIA, 4, 7);
47 Via = viambkrds(RdsFigure, MbkFigure->PHVIA);
48 /∗ ∗/ viewrfmrec ( Via );
49 }
50
52 librfm
53
54
55
56
57
58
59ASIM/LIP6 October 1, 1997 VIEWRFMREC(3)