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