metaonly module ti.xdais.qualiti.Compiler
Configuration settings sourced in ti/xdais/qualiti/Compiler.xdc
var Compiler = xdc.useModule('ti.xdais.qualiti.Compiler');
module-wide constants & types
    values of type Compiler.TestDetailLevel// 
        const Compiler.DETAILLEVEL_FAILDETAILS;
        const Compiler.DETAILLEVEL_TESTLOG;
        const Compiler.DETAILLEVEL_TESTOUTPUT;
 
    values of type Compiler.TestStatus// 
        const Compiler.TEST_NOTRUN;
        const Compiler.TEST_PASS;
        const Compiler.TEST_FAIL;
        const Compiler.TEST_NOTAPPLY;
        const Compiler.TEST_RUNNING;
        const Compiler.TEST_RUNERROR;
 
    var obj = new Compiler.AlgoParams// ;
        obj.moduleName = String  ...
        obj.vendor = String  ...
        obj.interfaceName = String  ...
        obj.architecture = String  ...
        obj.baseDir = String  ...
        obj.library = String  ...
        obj.headers = String[]  ...
        obj.compilerParams = ITest.CompilerParams  ...
 
    var obj = new Compiler.CompilerParams// ;
        obj.isTICompiler = Bool  ...
        obj.isC6x = Bool  ...
        obj.libFormat = String  ...
        obj.version = String  ...
        obj.log = String  ...
 
    var obj = new Compiler.Test// ;
        obj.id = String  ...
        obj.title = String  ...
 
    var obj = new Compiler.TestAttrs// ;
        obj.description = String  ...
        obj.isPerformanceTest = Bool  ...
 
    var obj = new Compiler.TestResult// ;
        obj.status = ITest.TestStatus  ...
        obj.statusDetails = String  ...
        obj.runResult = System.RunResult  ...
 
    var obj = new Compiler.TestSettings// ;
        obj.cgtoolsDir = String  ...
        obj.cgxmlDir = String  ...
module-wide functions
    Compiler.getAttrs// (String testId) returns ITest.TestAttrs
    Compiler.getCompilerInfo// (Compiler.AlgoParams algoParams, Compiler.TestSettings testSettings, Any printLogFxn, Int detailLevel) returns Compiler.CompilerParams
    Compiler.reset// (String testId) returns Void
    Compiler.run// (String testId, ITest.AlgoParams algoParams, ITest.TestSettings testSettings, Int testDetailLevel, Any cbPrintLog) returns ITest.TestResult
 
 
enum Compiler.TestDetailLevel
Configuration settings
values of type Compiler.TestDetailLevel
    const Compiler.DETAILLEVEL_FAILDETAILS;
    const Compiler.DETAILLEVEL_TESTLOG;
    const Compiler.DETAILLEVEL_TESTOUTPUT;
 
 
enum Compiler.TestStatus
Configuration settings
values of type Compiler.TestStatus
    const Compiler.TEST_NOTRUN;
    const Compiler.TEST_PASS;
    const Compiler.TEST_FAIL;
    const Compiler.TEST_NOTAPPLY;
    const Compiler.TEST_RUNNING;
    const Compiler.TEST_RUNERROR;
 
 
struct Compiler.AlgoParams
Configuration settings
var obj = new Compiler.AlgoParams;
 
    obj.moduleName = String  ...
    obj.vendor = String  ...
    obj.interfaceName = String  ...
    obj.architecture = String  ...
    obj.baseDir = String  ...
    obj.library = String  ...
    obj.headers = String[]  ...
    obj.compilerParams = ITest.CompilerParams  ...
 
 
struct Compiler.CompilerParams
Configuration settings
var obj = new Compiler.CompilerParams;
 
    obj.isTICompiler = Bool  ...
    obj.isC6x = Bool  ...
    obj.libFormat = String  ...
    obj.version = String  ...
    obj.log = String  ...
 
 
struct Compiler.Test
Configuration settings
var obj = new Compiler.Test;
 
    obj.id = String  ...
    obj.title = String  ...
 
 
struct Compiler.TestAttrs
Configuration settings
var obj = new Compiler.TestAttrs;
 
    obj.description = String  ...
    obj.isPerformanceTest = Bool  ...
 
 
struct Compiler.TestResult
Configuration settings
var obj = new Compiler.TestResult;
 
    obj.status = ITest.TestStatus  ...
    obj.statusDetails = String  ...
    obj.runResult = System.RunResult  ...
 
 
struct Compiler.TestSettings
Configuration settings
var obj = new Compiler.TestSettings;
 
    obj.cgtoolsDir = String  ...
    obj.cgxmlDir = String  ...
 
 
Compiler.getAttrs()  // module-wide
Configuration settings
Compiler.getAttrs(String testId) returns ITest.TestAttrs
 
 
Compiler.getCompilerInfo()  // module-wide
Configuration settings
Compiler.getCompilerInfo(Compiler.AlgoParams algoParams, Compiler.TestSettings testSettings, Any printLogFxn, Int detailLevel) returns Compiler.CompilerParams
 
 
Compiler.reset()  // module-wide
Configuration settings
Compiler.reset(String testId) returns Void
 
 
Compiler.run()  // module-wide
Configuration settings
Compiler.run(String testId, ITest.AlgoParams algoParams, ITest.TestSettings testSettings, Int testDetailLevel, Any cbPrintLog) returns ITest.TestResult
 
generated on Mon, 27 Oct 2014 17:56:36 GMT