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;
The TYPE is needed to appropriatly cast the ROOT field, and must be approriatly filled by the parsers. A misuse of it may cause strange behaviours.
mbk(1), mbk(3), addlocon(3), getlocon(3), dellocon(3), losig(3), ptype(3), loins(3), lofig(3).
See the file buster/alliance/alc_bug_report.1.en.gz.
October 1, 1997 | ASIM/LIP6 |