VIEWRFMREF(3) | RDS PHYSICAL FUNCTIONS | VIEWRFMREF(3) |
viewrfmref - displays reference caracteristics in MBK and RDS format.
See the file buster/alliance/alc_origin.1.en.gz.
#include "rfmnnn.h"
void viewrfmref( Reference, Rectangle )
phref_list ∗Reference;
rdsrec_list ∗Rectangle;
The viewrfmref function displays caracteristics of a reference 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 ∗RdsReference;
mbkenv();
rdsenv();
loadrdsparam();
RdsFigure = addrdsfig ("core",sizeof ( UserStruct ) );
MbkFigure->PHREF = addphref ( MbkFigure, "ref_con", "rc_1", 2, 12);
RdsReference = refmbkrds(RdsFigure, MbkFigure->PHREF);
/∗ ∗/ viewrfmref ( MbkFigure->PHREF, RdsReference);
}
librfm, refmbkrds, insrefmbkrds
See the file buster/alliance/alc_bug_report.1.en.gz.
October 1, 1997 | ASIM/LIP6 |