Download electrical modelling interface
Transcript
POPUP WINDOW INTERFACE Class ISOURCEPOPUP Source windows provide the means by which microprocessor models implement source level debugging. Consequently we suspect that their general use is unlikely; if you are writing microprocessor models you are likely to be in close contact with us anyway! The interface is also likely to change as Proteus VSM evolves. However, we document its current state here for the sake of completeness. The width and height members for the CREATEPOPUPSTRUCT are specified in characters for this type of window. BOOL ISOURCEPOPUP::setfile (CHAR *ddxfile) BOOL ISOURCEPOPUP::setpcaddr (ADDRESS addr) BOOL ISOURCEPOPUP::isbreakpoint (ADDRESS addr) BOOL ISOURCEPOPUP::iscurrentline (ADDRESS addr) BOOL ISOURCEPOPUP::findfirstbpt (ADDRESS *addr) BOOL ISOURCEPOPUP::findnextbpt (ADDRESS *addr)