package xdc.rov

Runtime object viewer

XDCspec declarations sourced in xdc/rov/package.xdc
package xdc.rov [1, 0, 1] {
 
    interface ICallBack;
    // ROV tooling progress callback interface
    interface ICallStack;
    // A call stack interface (optionally) implementated by ROV servers
    module CallStack;
    // Provide call stack support to module ROV views
    module Model;
    // The ROV Model is the core of ROV. The Model must be started in order to retrieve ROV views for any modules
    module Program;
    // Root object for the ROV model
    module StateReader;
    // These APIs are all designed so that they will not re-read data that has already been read in
    module StructureDecoder;
    // Module for retrieving and decoding target structures
    module ViewInfo;
    // Describes the ROV views supported by a particular module
    module ViewXml;
    // This module sits on top of the ROV core to convert ROV views into XML. This is useful for test scripts and command-line based ROV tools
}
generated on Wed, 09 Apr 2014 00:37:38 GMT