VIEWRFMVIA(3) | RDS PHYSICAL FUNCTIONS | VIEWRFMVIA(3) |
viewrfmvia - displays contact caracteristics in MBK and RDS format.
See the file buster/alliance/alc_origin.1.en.gz.
#include "rfmnnn.h" void viewrfmvia( Via, Rectangle )
phvia_list ∗Via;
rdsrec_list ∗Rectangle;
The viewrfmvia function displays caracteristics of a contact in MBK and RDS format.
nothing
none
#include "mphnnn.h"
#include "mutnnn.h"
#include "rdsnnn.h"
#include "rfmnnn.h"
#include "rtlnnn.h"
typedef struct UserStruct
{
char ∗STRING;
void ∗USER1;
} UserStruct;
main()
{
phfig_list ∗MbkFigure;
rdsfig_list ∗RdsFigure;
rdsrec_list ∗RdsVia;
mbkenv();
rdsenv();
loadrdsparam();
RdsFigure = addrdsfig ("core",sizeof ( UserStruct ) );
MbkFigure->PHVIA = addphvia ( MbkFigure, CONT_VIA, 3, 7);
RdsVia = viambkrds(RdsFigure, MbkFigure->PHVIA);
/∗ ∗/ viewrfmvia ( MbkFigure->PHVIA, RdsVia );
}
librfm, viambkrds, insviambkrds
See the file buster/alliance/alc_bug_report.1.en.gz.
October 1, 1997 | ASIM/LIP6 |