Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
VIEWRFMREC(3)		     RDS PHYSICAL FUNCTIONS		   VIEWRFMREC(3)

NAME
     viewrfmrec - displays rectangle caracteristics in RDS format.

SYNOPSIS
     #include "rfmnnn.h"
      Void viewrfmrec( Rectangle )
	 rdsrec_list *Rectangle;

PARAMETER
     Rectangle		 RDS rectangle to visualizate.

DESCRIPTION
     The  viewrfmrec function displays all rectangles which constitute a RDS ob-
     ject.

RETURN VALUE
     nothing

ERRORS
     none

EXAMPLE
	     #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 );
	       }

SEE ALSO
     librfm

ASIM/LIP6			 October 1, 1997		   VIEWRFMREC(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=viewrfmrec&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help