1VIEWRFMCON(3) RDS PHYSICAL FUNCTIONS VIEWRFMCON(3)
2
3
4
6 viewrfmcon - displays connector caracteristics in MBK and RDS format.
7
9 #include "rfmnnn.h"
10 void viewrfmcon( Connector, Rectangle )
11 phcon_list ∗Connector;
12 rdsrec_list ∗Rectangle;
13
15 Connector MBK Connector to visualizate
16
17 Rectangle RDS Connector to visualizate
18
20 The viewrfmcon function displays caracteristics of a connector in MBK
21 and 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 ∗RdsConnector;
45 mbkenv();
46 rdsenv();
47 loadrdsparam();
48 RdsFigure =
49 addrdsfig ("core",sizeof ( UserStruct ) );
50 MbkFigure->PHCON =
51 addphcon ( MbkFigure, NORTH, "c_1", 14, 5, ALU1, 2);
52 RdsConnector = conmbkrds(RdsFigure, MbkFigure->PHCON);
53 /∗ ∗/ viewrfmcon ( MbkFigure->PHCON, RdsConnector );
54 }
55
57 librfm, conmbkrds, insconmbkrds
58
59
60
61
62
63
64ASIM/LIP6 October 1, 1997 VIEWRFMCON(3)