metaonly module ti.xdais.qualiti.Rule20
Configuration settings sourced in ti/xdais/qualiti/Rule20.xdc
var Rule20 = xdc.useModule('ti.xdais.qualiti.Rule20');
module-wide constants & types
    values of type Rule20.TestDetailLevel// 
        const Rule20.DETAILLEVEL_FAILDETAILS;
        const Rule20.DETAILLEVEL_TESTLOG;
        const Rule20.DETAILLEVEL_TESTOUTPUT;
 
    values of type Rule20.TestStatus// 
        const Rule20.TEST_NOTRUN;
        const Rule20.TEST_PASS;
        const Rule20.TEST_FAIL;
        const Rule20.TEST_NOTAPPLY;
        const Rule20.TEST_RUNNING;
        const Rule20.TEST_RUNERROR;
 
    var obj = new Rule20.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 Rule20.CompilerParams// ;
        obj.isTICompiler = Bool  ...
        obj.isC6x = Bool  ...
        obj.libFormat = String  ...
        obj.version = String  ...
        obj.log = String  ...
 
    var obj = new Rule20.Test// ;
        obj.id = String  ...
        obj.title = String  ...
 
    var obj = new Rule20.TestAttrs// ;
        obj.description = String  ...
        obj.isPerformanceTest = Bool  ...
 
    var obj = new Rule20.TestResult// ;
        obj.status = ITest.TestStatus  ...
        obj.statusDetails = String  ...
        obj.runResult = System.RunResult  ...
 
    var obj = new Rule20.TestSettings// ;
        obj.cgtoolsDir = String  ...
        obj.cgxmlDir = String  ...
module-wide config parameters
    const Rule20.tests//  = Rule20.Test[] [
        {
            id: "XDAIS Rule 20",
            title: "XDAIS Rule 20: must declare worst-case stack requirements"
        }
    ];
module-wide functions
    Rule20.getAttrs// (String testId) returns ITest.TestAttrs
    Rule20.reset// (String testId) returns Void
    Rule20.run// (String testId, ITest.AlgoParams algoParams, ITest.TestSettings testSettings, Int testDetailLevel, Any cbPrintLog) returns ITest.TestResult
 
 
enum Rule20.TestDetailLevel
Configuration settings
values of type Rule20.TestDetailLevel
    const Rule20.DETAILLEVEL_FAILDETAILS;
    const Rule20.DETAILLEVEL_TESTLOG;
    const Rule20.DETAILLEVEL_TESTOUTPUT;
 
 
enum Rule20.TestStatus
Configuration settings
values of type Rule20.TestStatus
    const Rule20.TEST_NOTRUN;
    const Rule20.TEST_PASS;
    const Rule20.TEST_FAIL;
    const Rule20.TEST_NOTAPPLY;
    const Rule20.TEST_RUNNING;
    const Rule20.TEST_RUNERROR;
 
 
struct Rule20.AlgoParams
Configuration settings
var obj = new Rule20.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 Rule20.CompilerParams
Configuration settings
var obj = new Rule20.CompilerParams;
 
    obj.isTICompiler = Bool  ...
    obj.isC6x = Bool  ...
    obj.libFormat = String  ...
    obj.version = String  ...
    obj.log = String  ...
 
 
struct Rule20.Test
Configuration settings
var obj = new Rule20.Test;
 
    obj.id = String  ...
    obj.title = String  ...
 
 
struct Rule20.TestAttrs
Configuration settings
var obj = new Rule20.TestAttrs;
 
    obj.description = String  ...
    obj.isPerformanceTest = Bool  ...
 
 
struct Rule20.TestResult
Configuration settings
var obj = new Rule20.TestResult;
 
    obj.status = ITest.TestStatus  ...
    obj.statusDetails = String  ...
    obj.runResult = System.RunResult  ...
 
 
struct Rule20.TestSettings
Configuration settings
var obj = new Rule20.TestSettings;
 
    obj.cgtoolsDir = String  ...
    obj.cgxmlDir = String  ...
 
 
config Rule20.tests  // module-wide
Configuration settings
const Rule20.tests = Rule20.Test[] [
    {
        id: "XDAIS Rule 20",
        title: "XDAIS Rule 20: must declare worst-case stack requirements"
    }
];
 
 
Rule20.getAttrs()  // module-wide
Configuration settings
Rule20.getAttrs(String testId) returns ITest.TestAttrs
 
 
Rule20.reset()  // module-wide
Configuration settings
Rule20.reset(String testId) returns Void
 
 
Rule20.run()  // module-wide
Configuration settings
Rule20.run(String testId, ITest.AlgoParams algoParams, ITest.TestSettings testSettings, Int testDetailLevel, Any cbPrintLog) returns ITest.TestResult
 
generated on Tue, 28 Jun 2016 21:14:28 GMT