metaonly module ti.xdais.qualiti.Rules13_26
Configuration settings sourced in ti/xdais/qualiti/Rules13_26.xdc
var Rules13_26 = xdc.useModule('ti.xdais.qualiti.Rules13_26');
module-wide constants & types
    values of type Rules13_26.TestDetailLevel// 
        const Rules13_26.DETAILLEVEL_FAILDETAILS;
        const Rules13_26.DETAILLEVEL_TESTLOG;
        const Rules13_26.DETAILLEVEL_TESTOUTPUT;
 
    values of type Rules13_26.TestStatus// 
        const Rules13_26.TEST_NOTRUN;
        const Rules13_26.TEST_PASS;
        const Rules13_26.TEST_FAIL;
        const Rules13_26.TEST_NOTAPPLY;
        const Rules13_26.TEST_RUNNING;
        const Rules13_26.TEST_RUNERROR;
 
    var obj = new Rules13_26.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 Rules13_26.CompilerParams// ;
        obj.isTICompiler = Bool  ...
        obj.isC6x = Bool  ...
        obj.libFormat = String  ...
        obj.version = String  ...
        obj.log = String  ...
 
    var obj = new Rules13_26.Test// ;
        obj.id = String  ...
        obj.title = String  ...
 
    var obj = new Rules13_26.TestAttrs// ;
        obj.description = String  ...
        obj.isPerformanceTest = Bool  ...
 
    var obj = new Rules13_26.TestResult// ;
        obj.status = ITest.TestStatus  ...
        obj.statusDetails = String  ...
        obj.runResult = System.RunResult  ...
 
    var obj = new Rules13_26.TestSettings// ;
        obj.cgtoolsDir = String  ...
        obj.cgxmlDir = String  ...
module-wide config parameters
        {
            id: "XDAIS Rule 13+",
            title: "XDAIS Rule 13+: correct linker section names"
        },
        {
            id: "XDAIS Rule 26",
            title: "XDAIS Rule 26: All static/global data must be far on c6x"
        }
    ];
 
    Rules13_26.standardSections//  = String[] [
        ".cinit",
        ".switch",
        ".far",
        ".text",
        ".const",
        ".econst",
        ".bss",
        ".ebss",
        ".pinit",
        ".data",
        ".fardata"
    ];
module-wide functions
    Rules13_26.getAttrs// (String testId) returns ITest.TestAttrs
    Rules13_26.reset// (String testId) returns Void
    Rules13_26.run// (String testId, ITest.AlgoParams algoParams, ITest.TestSettings testSettings, Int testDetailLevel, Any cbPrintLog) returns ITest.TestResult
 
 
enum Rules13_26.TestDetailLevel
Configuration settings
values of type Rules13_26.TestDetailLevel
    const Rules13_26.DETAILLEVEL_FAILDETAILS;
    const Rules13_26.DETAILLEVEL_TESTLOG;
    const Rules13_26.DETAILLEVEL_TESTOUTPUT;
 
 
enum Rules13_26.TestStatus
Configuration settings
values of type Rules13_26.TestStatus
    const Rules13_26.TEST_NOTRUN;
    const Rules13_26.TEST_PASS;
    const Rules13_26.TEST_FAIL;
    const Rules13_26.TEST_NOTAPPLY;
    const Rules13_26.TEST_RUNNING;
    const Rules13_26.TEST_RUNERROR;
 
 
struct Rules13_26.AlgoParams
Configuration settings
var obj = new Rules13_26.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 Rules13_26.CompilerParams
Configuration settings
var obj = new Rules13_26.CompilerParams;
 
    obj.isTICompiler = Bool  ...
    obj.isC6x = Bool  ...
    obj.libFormat = String  ...
    obj.version = String  ...
    obj.log = String  ...
 
 
struct Rules13_26.Test
Configuration settings
var obj = new Rules13_26.Test;
 
    obj.id = String  ...
    obj.title = String  ...
 
 
struct Rules13_26.TestAttrs
Configuration settings
var obj = new Rules13_26.TestAttrs;
 
    obj.description = String  ...
    obj.isPerformanceTest = Bool  ...
 
 
struct Rules13_26.TestResult
Configuration settings
var obj = new Rules13_26.TestResult;
 
    obj.status = ITest.TestStatus  ...
    obj.statusDetails = String  ...
    obj.runResult = System.RunResult  ...
 
 
struct Rules13_26.TestSettings
Configuration settings
var obj = new Rules13_26.TestSettings;
 
    obj.cgtoolsDir = String  ...
    obj.cgxmlDir = String  ...
 
 
config Rules13_26.tests  // module-wide
Configuration settings
const Rules13_26.tests = Rules13_26.Test[] [
    {
        id: "XDAIS Rule 13+",
        title: "XDAIS Rule 13+: correct linker section names"
    },
    {
        id: "XDAIS Rule 26",
        title: "XDAIS Rule 26: All static/global data must be far on c6x"
    }
];
 
 
config Rules13_26.standardSections  // module-wide
Configuration settings
Rules13_26.standardSections = String[] [
    ".cinit",
    ".switch",
    ".far",
    ".text",
    ".const",
    ".econst",
    ".bss",
    ".ebss",
    ".pinit",
    ".data",
    ".fardata"
];
 
 
Rules13_26.getAttrs()  // module-wide
Configuration settings
Rules13_26.getAttrs(String testId) returns ITest.TestAttrs
 
 
Rules13_26.reset()  // module-wide
Configuration settings
Rules13_26.reset(String testId) returns Void
 
 
Rules13_26.run()  // module-wide
Configuration settings
Rules13_26.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