This commit is contained in:
2026-03-20 21:19:53 +08:00
parent 9d3b4b836f
commit 6a749331db
125 changed files with 29972 additions and 23051 deletions

View File

@@ -14,12 +14,12 @@
extern u16 ATypeNode[CURVE_DATA_MAX], ATypeVal[CURVE_DATA_MAX], curveATypeNum;
//******************************************************************************
void GasAnalysisParameterInit(void);
unsigned int ComputeZeroVHH(void);
unsigned long int GetVHHFactor(unsigned int flowIndex);
u16 ComputeZeroVHH(void);
u32 GetVHHFactor(u16 flowIndex);
void GasAnasisCompute(void);
bool GasAnasisOneTime(void);
void ReadVHHCurveFromMemory(void);
unsigned int FindVHHInCalibCurve(unsigned int calibIndex);
u16 FindVHHInCalibCurve(u16 calibIndex);
//------------------------------------------------------------------------------
#ifndef ENABLE_DENSITY_DETECT