DOKK / manpages / debian 10 / alliance / viewrfmrec.3.en
VIEWRFMREC(3) RDS PHYSICAL FUNCTIONS VIEWRFMREC(3)

viewrfmrec - displays rectangle caracteristics in RDS format.

See the file buster/alliance/alc_origin.1.en.gz.

#include "rfmnnn.h"

Void viewrfmrec( Rectangle )
rdsrec_list ∗Rectangle;

RDS rectangle to visualizate.

The viewrfmrec function displays all rectangles which constitute a RDS object.

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 ∗Via;
mbkenv();
rdsenv();
loadrdsparam();
RdsFigure = addrdsfig ("core",sizeof ( UserStruct ) );
MbkFigure->PHVIA = addphvia ( MbkFigure, CONT_VIA, 4, 7);
Via = viambkrds(RdsFigure, MbkFigure->PHVIA);
/∗ ∗/ viewrfmrec ( Via );
}

librfm

See the file buster/alliance/alc_bug_report.1.en.gz.

October 1, 1997 ASIM/LIP6