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