add GGIO type
This commit is contained in:
@@ -1455,7 +1455,7 @@ ST_VOID u_iec_rpt_ind_data(MVL_VAR_ASSOC** info_va,
|
||||
//need do nothing!
|
||||
not_set_rpt_q_this = FALSE;
|
||||
}
|
||||
else if (strstr(FULL_FCDA_Name, "GGIO"))
|
||||
else if (strstr(FULL_FCDA_Name, "GGIO") || strstr(FULL_FCDA_Name, "LPHD"))
|
||||
{
|
||||
not_set_rpt_q_this = FALSE;
|
||||
}
|
||||
@@ -1478,7 +1478,7 @@ ST_VOID u_iec_rpt_ind_data(MVL_VAR_ASSOC** info_va,
|
||||
//need do nothing!
|
||||
not_set_rpt_TimeID_this = FALSE;
|
||||
}
|
||||
else if (strstr(FULL_FCDA_Name, "GGIO")) {//CZY 2023-08-17 WW 2022-11-14修改判断 LLN0$BR$brcbRDRE
|
||||
else if (strstr(FULL_FCDA_Name, "GGIO") || strstr(FULL_FCDA_Name, "LPHD")) {//CZY 2023-08-17 WW 2022-11-14修改判断 LLN0$BR$brcbRDRE
|
||||
//need do nothing!
|
||||
not_set_rpt_TimeID_this = FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user