Query: delrdsrecwindow
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DELRDSRECWINDOW(3) RDS PHYSICAL FUNCTIONS DELRDSRECWINDOW(3)NAMEdelrdsrecwindow - deletes a rectangle from the windowing of rds structure.ORIGINThis 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 "rwinnn.h" void delrdsrecwindow( Rectangle, RdsWindow ) rdsrec_list *Rectangle; rdswindow *RdsWindow;PARAMETERRectangle The rectangle to delete from the windowing. RdsWindow Pointer to the windowing of rds structure.DESCRIPTIONThe delrdsrecwindow function deletes a rectangle from the windowing of the rds structure. Some fields of the rectangle structure are modi- fied : Field 'USER' is set to NULL. Field 'FLAGS' is modified (bits about the windowing - see librds : the field 'FLAGS' of rdsrec_list structure).RETURN VALUEnothingERRORSnoneEXAMPLE#include "mutnnn.h" #include "rdsnnn.h" #include "rwinnn.h" #include "rtlnnn.h" typedef struct UserStruct { void *POINTER; } UserStruct; main() { rdsfig_list *Figure; rdsrec_list *Rectangle; rdswindow *RdsWindow; mbkenv(); rdsenv(); loadrdsparam(); Figure = addrdsfig( "core",sizeof ( UserStruct ) ); Rectangle = addrdsfigrec(Figure,"Alu1",RDS_ALU1,2,4,5,1); RdsWindow = allocrdswindow(); RdsWindow->XMIN = -200; RdsWindow->YMIN = -200; RdsWindow->XMAX = 200; RdsWindow->YMAX = 200; RdsWindow->DX = 4; RdsWindow->DY = 4; RdsWindow->SIDE = 100; RdsWindow->SIZE = RdsWindow->DX * RdsWindow->DY ; RdsWindow->WINTAB = allocrdswin( RdsWindow->SIZE ); addrdsrecwindow( Rectangle, RdsWindow ); . . . /* */ delrdsrecwindow( Rectangle, RdsWindow ); . . . }SEE ALSOlibrwi, addrdsrecwindowBUG REPORTThis tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools.ASIM/LIP6 October 1, 1997 DELRDSRECWINDOW(3)
Related Man Pages |
---|
addrdsfigrec(3) - debian |
addrdsinsrec(3) - debian |
allocrdsrecwin(3) - debian |
allocrdswinrec(3) - debian |
delrdsfig(3) - debian |
Similar Topics in the Unix Linux Community |
---|
Aejaks 0.7 (Default branch) |
Aejaks 1.0 (Default branch) |
Aejaks 1.1 (Default branch) |
C++, format of function call |