?? ftankcalculate.h
字號:
/*#########################################################################
ftankcalculate.h - definitions/declarations of tank calculations.
Copyright (c) 2005-2006, RICHISLAND All rights reserved.
Purpose :
Version :1.00
Author :
Complete Date :
Function List :
History :
_________________________________________________________________________
DATE AUTHOR VERSION DESCRIBE
-------------------------------------------------------------------------
2006-08-22 Ver1.00 Create
#########################################################################*/
#ifndef __F_TANKCALCULATE_H__
#define __F_TANKCALCULATE_H__
#include "gcontrol.h"
#include "fcalculate.h"
#include "ftankvolume.h"
#ifdef __cplusplus
extern "C" {
#endif
#define MIN_TANK_TEMPNUM 2
#define MAX_TEMPPOINT_NUM 10
typedef struct tag_TempPoints
{
INT32 Num;
CalTag Temperature[MAX_TEMPPOINT_NUM];
}TempPoints;
/* initialize coefficients */
Boolean ftankcal_Init(CHAR* tankCfgFile, CHAR* volumeCfgFile);
/* calculate associated dataitem for tank */
VOID ftankcal_CalTank(FTagGroup* group);
#ifdef __cplusplus
}
#endif
#endif // __F_TANKCALCULATE_H__
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -