LOINS(3) | MBK LOGICAL STRUCTURE DEFINITIONS | LOINS(3) |
loins - mbk logical instance
The loins is used to describe an instance of the logical view of a figure.
The declarations needed to work on loins 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 instance :
typedef struct loins { struct loins ∗NEXT; struct locon ∗LOCON; char ∗INSNAME; char ∗FIGNAME; struct ptype ∗USER; } loins_list;
mbk(1), addloins(3), getloins(3), delloins(3), locon(3), lofig(3), ptype(3).
See the file buster/alliance/alc_bug_report.1.en.gz.
October 1, 1997 | ASIM/LIP6 |