mm32data.h

来自「phs 源代码 小灵通协议源代码 phs source code」· C头文件 代码 · 共 30 行

H
30
字号

#ifndef _MM32DATA_H
#define _MM32DATA_H

#include "_Define.h"


extern SYS_STATE_TBL	*mm_state_table[MM_STS_CNT];


/*MM Message contents  begin -------------------------------*/
extern MM_INFOELE mm_auth_req_msgtype[2];
extern MM_INFOELE mm_auth_rep_msgtype[1];
extern MM_INFOELE mm_fnc_req_msgtype[3];//it is judged by IN_PRIEVT->add_dat from TASKMNG , so it couldn't call mm_pack_dld to forward the primitive message
extern MM_INFOELE mm_fnc_rep_msgtype[3]; 	//correspond to mm_fnc_req_msgtype
extern MM_INFOELE mm_loc_reg_ack_msgtype[2];
extern MM_INFOELE mm_loc_reg_area_report_msgtype[2];    //not implemented by current version
extern MM_INFOELE mm_loc_reg_rej_msgtype[1];
extern MM_INFOELE mm_loc_reg_req_msgtype[1];  //it is judged by IN_PRIEVT->add_dat  from TASKMNG ,so couldn't call mm_pack_dld to forward the primitive message
/*MM Message contents  end -------------------------------*/


extern			U1		Mm_sts;			//MM state 
extern			U1		Mm_tim;			//MM timer state
extern			_BOOL	Mm_bLocReg;		//indicate the location registration state
extern			U1		Mm_fncrq;		//record the MM function request content

extern MM_SYSWRK	mm_syswork;
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?