/******************************************************************************* * モジュール名称 :Application Header * * モジュールラベル :app_MEF.h * * タスク区分 :ヘッダ * * 機能 :define/Struct/Variable/Prototype * * 注意 : EDIT権限は、EXT組 (MEFISTOから委託) * * * * Modified : 2012/8/4 A.K. The way of lenght counter check * * was changed (Not absolute lenght * * but variation from initial * * length have to be checked) * * Modified :2012/12/27 Y.K. * * * *******************************************************************************/ // ******************* // ***** MEF-OBS ***** // ******************* extern unsigned char G1uc_MEF_E2PROM; //MEF: E2PROM operation (128B x4) -- 1:start 2:Write-1 3:Write-2 4:Write-3 5:Write-4 0:none extern unsigned char G1uc_MEF_E2PROM_sum; //MEF: E2PROM check sum // ********************** // ***** MEF-Common ***** // ********************** extern unsigned char Guc_MEF_HK[36]; //AK// MEFISTO-HK made by MEFISTO FPGA //extern unsigned char Guc_MEF_SWHK[16]; //AK// MEFISTO-Software-HK made by MEFISTO task(MDP) // ********************** // ***** MEF-DEPLOY ***** // ********************** extern unsigned short Gus_MEF_D_Timer; //AK// MEFISTO/Deploy: Timer (Remaining time [sec]) extern unsigned char Guc_MEF_D_Off_Chk; //AK// MEFISTO/Deploy: Drive off control: Enable/Disable extern unsigned char Guc_MEF_D_Off_Chk2; //AK120805// MEFISTO/Deploy: Drive off control: Enable/Disable extern unsigned char Guc_MEF_D_Off_Res1; //AK// MEFISTO/Deploy: Drive off control: Action/No Action extern unsigned char Guc_MEF_D_Off_Res2; //AK// MEFISTO/Deploy: Drive off control: ON->OFF / OFF->OFF extern unsigned char Guc_MEF_D_Off_Det[32]; //AK// MEFISTO/Deploy: Drive off control: History of Event Detection extern int Gi_MEF_D_STEP; //AK// MEFISTO/Deploy: Step counter value in last HK //extern unsigned char Guc_MEF_D_Test; //AK// MEFISTO/Deploy: Test // extern int Gi_MEF_D_Para_LA; //AK110611// Deploy counter & step counter check parameter LA extern int Gi_MEF_D_Para_LB; //AK110611// Deploy counter & step counter check parameter LB extern int Gi_MEF_D_Para_LD; //AK110611// S1&S2 deploy counters check parameter LD extern unsigned char Guc_MEF_D_Para_TU; //AK110611// Upper limit of motor temperature extern unsigned char Guc_MEF_D_Para_TL; //AK110611// Lower limit of motor temperature extern unsigned char Guc_MEF_D_EMG2; //AK110611// // extern unsigned char Guc_MEF_H_Para_PU; //AK120421// Upper Limit of HV positive extern unsigned char Guc_MEF_H_Para_PL; //AK120421// Lower Limit of HV positive extern unsigned char Guc_MEF_H_Para_NU; //AK120421// Upper Limit of HV negative extern unsigned char Guc_MEF_H_Para_NL; //AK120421// Lower Limit of HV negative extern unsigned char Guc_MEF_H_Off_Chk; //AK120421// HV off control enable/disable extern unsigned char Guc_MEF_H_Off_Res; //AK120421// Result extern unsigned char Guc_MEF_H_Off_Det[32]; //AK120421// // extern unsigned char Guc_MEF_Cmd_Cnt; //AK120421// Command Counter // //extern int Gi_MEF_D_DBG1; //AK120421// For Debug&Test //extern int Gi_MEF_D_DBG2; //AK120421// For Debug&Test // extern int Gi_MEF_D_LEN1; //AK120804// Reference value of the S1 length counter extern int Gi_MEF_D_LEN2; //AK120804// Reference value of the S2 lenght counter extern int Gi_MEF_D_STEP_H; //AK120805// Reference value of the step counter //