|
int Kpi_lucdo_Carr_Task::NeTypeSummary(const SCDRBase* raw_data,int ne_type)
{
const NESYSID* ne_obj = NULL;
const char* count_time = NULL;
KpiDoPara kpiDoParaValue;
Summary_lucdo(lucdo_scdr, ne_type, kpiDoParaValue, ne_obj, count_time); //调用 改变ne_obj的内容
}
int Kpi_Do_Task::Summary_ztedo(const ScdrCZteDo* ztedo_scdr,int ne_type, KpiDoPara & kpiDoParaValue, const NESYSID*& ne_obj, const char*& count_time)
{
ne_obj = &ztedo_scdr->access_ne_obj_;
count_time = ztedo_scdr->KEY_TIME_ACCESS;
}
|
|