1VIEWRFMVIA(3) RDS PHYSICAL FUNCTIONS VIEWRFMVIA(3)
2
3
4
6 viewrfmvia - displays contact caracteristics in MBK and RDS format.
7
9 #include "rfmnnn.h"
10 void viewrfmvia( Via, Rectangle )
11 phvia_list ∗Via;
12 rdsrec_list ∗Rectangle;
13
15 Via MBK contact to visualizate.
16
17 Rectangle RDS contact Rds to visualizate.
18
20 The viewrfmvia function displays caracteristics of a contact in MBK and
21 RDS format.
22
24 nothing
25
27 none
28
30 #include "mphnnn.h"
31 #include "mutnnn.h"
32 #include "rdsnnn.h"
33 #include "rfmnnn.h"
34 #include "rtlnnn.h"
35 typedef struct UserStruct
36 {
37 char ∗STRING;
38 void ∗USER1;
39 } UserStruct;
40 main()
41 {
42 phfig_list ∗MbkFigure;
43 rdsfig_list ∗RdsFigure;
44 rdsrec_list ∗RdsVia;
45 mbkenv();
46 rdsenv();
47 loadrdsparam();
48 RdsFigure = addrdsfig ("core",sizeof ( UserStruct ) );
49 MbkFigure->PHVIA = addphvia ( MbkFigure, CONT_VIA, 3, 7);
50 RdsVia = viambkrds(RdsFigure, MbkFigure->PHVIA);
51 /∗ ∗/ viewrfmvia ( MbkFigure->PHVIA, RdsVia );
52 }
53
55 librfm, viambkrds, insviambkrds
56
57
58
59
60
61
62ASIM/LIP6 October 1, 1997 VIEWRFMVIA(3)