mirror of
https://github.com/Dev-KATECH/ADM.git
synced 2026-05-17 01:43:59 +09:00
77 lines
4.8 KiB
JavaScript
77 lines
4.8 KiB
JavaScript
function CodeDefine() {
|
|
this.def = new Array();
|
|
this.def["rt_OneStep"] = {file: "ert_main_c.html",line:36,type:"fcn"};
|
|
this.def["main"] = {file: "ert_main_c.html",line:73,type:"fcn"};
|
|
this.def["ADM_Integrated_Logic_DW"] = {file: "ADM_Integrated_Logic_c.html",line:26,type:"var"};
|
|
this.def["ADM_Integrated_Logic_U"] = {file: "ADM_Integrated_Logic_c.html",line:29,type:"var"};
|
|
this.def["ADM_Integrated_Logic_Y"] = {file: "ADM_Integrated_Logic_c.html",line:32,type:"var"};
|
|
this.def["ADM_Integrated_Logic.c:ADM_Integrated_Logic_M_"] = {file: "ADM_Integrated_Logic_c.html",line:35,type:"var"};
|
|
this.def["ADM_Integrated_Logic_M"] = {file: "ADM_Integrated_Logic_c.html",line:36,type:"var"};
|
|
this.def["ADM_Integrated_Logic.c:ADM_Integrated_Lo_Calculate_F_c"] = {file: "ADM_Integrated_Logic_c.html",line:48,type:"fcn"};
|
|
this.def["ADM_Integrated_Logic.c:ADM_Integrated__MATLABFunction1"] = {file: "ADM_Integrated_Logic_c.html",line:59,type:"fcn"};
|
|
this.def["ADM_Integrated_Logic.c:ADM_Integrated__MATLABFunction2"] = {file: "ADM_Integrated_Logic_c.html",line:72,type:"fcn"};
|
|
this.def["ADM_Integrated_Logic_step"] = {file: "ADM_Integrated_Logic_c.html",line:81,type:"fcn"};
|
|
this.def["ADM_Integrated_Logic_initialize"] = {file: "ADM_Integrated_Logic_c.html",line:1346,type:"fcn"};
|
|
this.def["RT_MODEL_ADM_Integrated_Logic_T"] = {file: "ADM_Integrated_Logic_h.html",line:39,type:"type"};
|
|
this.def["DW_ADM_Integrated_Logic_T"] = {file: "ADM_Integrated_Logic_h.html",line:95,type:"type"};
|
|
this.def["ConstB_ADM_Integrated_Logic_T"] = {file: "ADM_Integrated_Logic_h.html",line:101,type:"type"};
|
|
this.def["ExtU_ADM_Integrated_Logic_T"] = {file: "ADM_Integrated_Logic_h.html",line:126,type:"type"};
|
|
this.def["ExtY_ADM_Integrated_Logic_T"] = {file: "ADM_Integrated_Logic_h.html",line:146,type:"type"};
|
|
this.def["ADM_Integrated_Logic_ConstB"] = {file: "ADM_Integrated_Logic_data_c.html",line:22,type:"var"};
|
|
this.def["int8_T"] = {file: "rtwtypes_h.html",line:50,type:"type"};
|
|
this.def["uint8_T"] = {file: "rtwtypes_h.html",line:51,type:"type"};
|
|
this.def["int16_T"] = {file: "rtwtypes_h.html",line:52,type:"type"};
|
|
this.def["uint16_T"] = {file: "rtwtypes_h.html",line:53,type:"type"};
|
|
this.def["int32_T"] = {file: "rtwtypes_h.html",line:54,type:"type"};
|
|
this.def["uint32_T"] = {file: "rtwtypes_h.html",line:55,type:"type"};
|
|
this.def["int64_T"] = {file: "rtwtypes_h.html",line:56,type:"type"};
|
|
this.def["uint64_T"] = {file: "rtwtypes_h.html",line:57,type:"type"};
|
|
this.def["real32_T"] = {file: "rtwtypes_h.html",line:58,type:"type"};
|
|
this.def["real64_T"] = {file: "rtwtypes_h.html",line:59,type:"type"};
|
|
this.def["real_T"] = {file: "rtwtypes_h.html",line:65,type:"type"};
|
|
this.def["time_T"] = {file: "rtwtypes_h.html",line:66,type:"type"};
|
|
this.def["boolean_T"] = {file: "rtwtypes_h.html",line:67,type:"type"};
|
|
this.def["int_T"] = {file: "rtwtypes_h.html",line:68,type:"type"};
|
|
this.def["uint_T"] = {file: "rtwtypes_h.html",line:69,type:"type"};
|
|
this.def["ulong_T"] = {file: "rtwtypes_h.html",line:70,type:"type"};
|
|
this.def["ulonglong_T"] = {file: "rtwtypes_h.html",line:71,type:"type"};
|
|
this.def["char_T"] = {file: "rtwtypes_h.html",line:72,type:"type"};
|
|
this.def["uchar_T"] = {file: "rtwtypes_h.html",line:73,type:"type"};
|
|
this.def["byte_T"] = {file: "rtwtypes_h.html",line:74,type:"type"};
|
|
this.def["pointer_T"] = {file: "rtwtypes_h.html",line:95,type:"type"};
|
|
}
|
|
CodeDefine.instance = new CodeDefine();
|
|
var testHarnessInfo = {OwnerFileName: "", HarnessOwner: "", HarnessName: "", IsTestHarness: "0"};
|
|
var relPathToBuildDir = "../ert_main.c";
|
|
var fileSep = "\\";
|
|
var isPC = true;
|
|
function Html2SrcLink() {
|
|
this.html2SrcPath = new Array;
|
|
this.html2Root = new Array;
|
|
this.html2SrcPath["ert_main_c.html"] = "../ert_main.c";
|
|
this.html2Root["ert_main_c.html"] = "ert_main_c.html";
|
|
this.html2SrcPath["ADM_Integrated_Logic_c.html"] = "../ADM_Integrated_Logic.c";
|
|
this.html2Root["ADM_Integrated_Logic_c.html"] = "ADM_Integrated_Logic_c.html";
|
|
this.html2SrcPath["ADM_Integrated_Logic_h.html"] = "../ADM_Integrated_Logic.h";
|
|
this.html2Root["ADM_Integrated_Logic_h.html"] = "ADM_Integrated_Logic_h.html";
|
|
this.html2SrcPath["ADM_Integrated_Logic_data_c.html"] = "../ADM_Integrated_Logic_data.c";
|
|
this.html2Root["ADM_Integrated_Logic_data_c.html"] = "ADM_Integrated_Logic_data_c.html";
|
|
this.html2SrcPath["rtwtypes_h.html"] = "../rtwtypes.h";
|
|
this.html2Root["rtwtypes_h.html"] = "rtwtypes_h.html";
|
|
this.getLink2Src = function (htmlFileName) {
|
|
if (this.html2SrcPath[htmlFileName])
|
|
return this.html2SrcPath[htmlFileName];
|
|
else
|
|
return null;
|
|
}
|
|
this.getLinkFromRoot = function (htmlFileName) {
|
|
if (this.html2Root[htmlFileName])
|
|
return this.html2Root[htmlFileName];
|
|
else
|
|
return null;
|
|
}
|
|
}
|
|
Html2SrcLink.instance = new Html2SrcLink();
|
|
var fileList = [
|
|
"ert_main_c.html","ADM_Integrated_Logic_c.html","ADM_Integrated_Logic_h.html","ADM_Integrated_Logic_data_c.html","rtwtypes_h.html"];
|