Query: dellocap
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DELLOCAP(3) MBK LOGICAL FUNCTIONS DELLOCAP(3)NAMEdellocap - delete a logical capacitorORIGINThis software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in Paris, France. Web : http://asim.lip6.fr/recherche/alliance/ E-mail : alliance-users@asim.lip6.frSYNOPSYS#include "mlo.h" int dellocap(ptfig,ptcap) lofig_list *ptfig ; locap_list *ptcap ;PARAMETERSptfig Pointer to the figure in which the capacitor should be deleted ptcap Pointer to the capacitor to be deleted.DESCRIPTIONdellocap delete the capacitor pointed to by ptcap in the figure pointed to by ptfig. The list consistency is maintainded, and the space freed. The capacitor connectors are also freed, since if the capacitor disapear, no more connections can occur on it.RETURN VALUEdellocap returns 1 if the capacitor has been deleted, 0 if the capacitor pointer does not exists in the list.EXAMPLE#include "mlo.h" char *was_existing(lofig_list *ptfig,locap_list *ptcap) { return dellocap(ptfig,ptcap) ? "you just killed it!" : "wasn't here anyway" ; }SEE ALSOmbk(1), lofig(3), locap(3), addlocap(3).BUG REPORTThis tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools.ASIM/LIP6 August 14, 2002 DELLOCAP(3)
Related Man Pages |
---|
dellocap(3) - debian |
delloself(3) - debian |
getlocap(3) - debian |
getlocap(3) - opendarwin |
setlocap(3) - opendarwin |
Similar Topics in the Unix Linux Community |
---|
ptcap 3.2 (Default branch) |