按键盘上方向键 ← 或 → 可快速上下翻页,按键盘上的 Enter 键可回到本书目录页,按键盘上方向键 ↑ 可回到本页顶部!
————未阅读完?加入书签已便下次继续阅读!
char
cPatId_a'MAX_PATI_LEN';
}CM_RadiationDose_st;
*pCM_RadiationDose_st;
/************************************************************************
*
PrototypeDeclareSection
************************************************************************/
unsigned
int
MD_guiGetScanTimes(void);
/************************************************************************
*
GlobalVariableDeclareSection
************************************************************************/
extern
unsigned
intMD_guiHoldBreathStatus;
/************************************************************************
*
File
Static
Variable
Define
Section
************************************************************************/
static
unsignedint
nuiNaviSysStatus;
/************************************************************************
*
Function
Define
Section
************************************************************************/
【规则7…4】需要对外公开的常量放在头文件中,不需要对外公开的常量放在定义文件
的头部。
7。2,文件名命名的规则
【规则7…5】文件标识符分为两部分,即文件名前缀和后缀。文件名前缀的最前面要使
用范围限定符——模块名(文件名)缩写;
【规则7…6】采用小写字母命名文件,避免使用一些比较通俗的文件名,如:public。c等。
16