metaonly interface xdc.rov.ICallBack
XDCspec summary sourced in xdc/rov/ICallBack.xdc
metaonly interface ICallBack {  ...
instance:  ...
XDCspec declarations sourced in xdc/rov/ICallBack.xdc
package xdc.rov;
 
metaonly interface ICallBack {
 
 
instance:
per-instance functions
    Bool getAbortFlag// ();
}
 
ICallBack.getAbortFlag()  // instance
XDCspec declarations sourced in xdc/rov/ICallBack.xdc
Bool getAbortFlag();
 
 
ICallBack.updateStartupProgress()  // instance

The ROV model will call this API at particular points to update the startup progress

XDCspec declarations sourced in xdc/rov/ICallBack.xdc
Void updateStartupProgress(Int percent, String message);
 
generated on Sat, 26 Jan 2013 00:30:55 GMT