package xdc.rov

Runtime object viewer

XDCspec declarations sourced in xdc/rov/package.xdc
package xdc.rov [1, 0, 0] {
 
    interface ICallBack;
    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, 13 Mar 2013 22:40:49 GMT