![]() |
![]()
| ![]() |
![]()
NAMElocon - mbk logical connector DESCRIPTIONThe 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 appropriately cast the ROOT field, and must be approriatly filled by the parsers. A misuse of it may cause strange behaviours.
SEE ALSOmbk(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.
|