GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PHREF(3) MBK PHYSICAL STRUCTURE DEFINITIONS PHREF(3)

phref - mbk physical reference

The phref structure is used to describe a reference belonging to a symbolic layout model, see phfig(3) for details. A reference allows to name a point anywhere in a given model. It may then be seen as a name, and not anymore as a couple of coordinates. References are mostly used for cell programming and multi-access connector representation.

The declarations needed to work on phref are available in the header file "/labo/include/mph402.h", where '402' is the actual mbk version.

The following C structure supports the description of the reference :

typedef struct phref {
	struct phref	∗NEXT;
	char	∗FIGNAME;
	char	∗NAME;
	long	XREF,YREF;
	struct ptype	∗USER;
} phref_list;
Pointer to the next reference in the list.
Kind of reference. Gives information about the possible uses of the object. Some FIGNAME are in use today :
"ref_con"
for multi-access connectors
"ref_ref"
for all other uses
NAME
Name of the reference. The reference is identified by its name, so it should be unique at a given hierarchical level.
Coordinates of the point being referenced.
Pointer to a ptype list, see ptype(3) for details, that is a general purpose pointer used to share information on the reference.

mbk(1), addphref(3), getphref(3), delphref(3), phfig(3), ptype(3).

See the file man1/alc_bug_report.1.

October 1, 1997 ASIM/LIP6

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.