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

  
 
  

home | help
GETPHINS(3)		     MBK PHYSICAL FUNCTIONS		     GETPHINS(3)

NAME
     getphins - retrieve a physical instance

SYNOPSIS
     #include "mph.h"
     phins_list *getphins(ptfig, insname)
     phfig_list *ptfig;
     char *insname;

PARAMETERS
     ptfig		 Pointer  to  the figure in which the instance should be
			 seeked

     insname		 Name of the instance

DESCRIPTION
     getphins looks in the list of instances of the physical model pointed to by
     ptfig for a instance identified by its insname.

RETURN VALUE
     getphins returns a pointer to the instance that matches the insname.

ERROR
     "*** mbk error *** illegal getphins instance insname doesn't exist in  fig-
     ure ptfig->NAME"
	    No instance is called insname in the figure.

EXAMPLE
     #include "mph.h"
     phins_list *exist(figname, insname)
     char *figname, *insname;
     {
	return getphins(getphfig(figname), insname);
     }

SEE ALSO
     mbk(1), phfig(3), phins(3), addphins(3), delphins(3).

ASIM/LIP6			 October 1, 1997		     GETPHINS(3)

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

home | help