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
LOCON(3) MBK LOGICAL STRUCTURE DEFINITIONS LOCON(3)

locon - mbk logical connector

The locon is used to describe a connector of the logical view of a figure. Connectors are describing the cell interface, and are the link between its physical and logical views, so the names must be the same.

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

The following C structure supports the description of the logical connector :

typedef struct locon {
	struct locon	∗NEXT;
	char	∗NAME;
	struct losig	∗SIG;
	void	∗ROOT;
	char	DIRECTION;
	char	TYPE;
	struct ptype	∗USER;
} locon_list;
Pointer to the next locon of the list.
NAME
Name of the connector. It identifies the connector, so it should unique in a given logical figure. A logical connector with a given name correspond to the physical connector or connectors of this name.
Pointer to the signal linked to the connector. This signal is, of course, unique. See losig(3) for details.
Pointer to the object it belongs to. This object may be either a lofig, or a loins, depending on the type of the connector. See lofig(3) and loins for details.
This indicates the way of the information going through the connector. Six directions are legal :
input
output
input and output
no information is available
tristate output
tristate output and input

Character indicating if the connector belongs to a model or an instance. It can take two values :
for figure connectors
for instance connectors

The TYPE is needed to appropriately cast the ROOT field, and must be approriatly filled by the parsers. A misuse of it may cause strange behaviours.

Pointer to a ptype list, see ptype for details, that is a general purpose pointer used to share information on the connector.

mbk(1), mbk(3), addlocon(3), getlocon(3), dellocon(3), losig(3), ptype(3), loins(3), lofig(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.