⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mm32data.h

📁 phs 源代码 小灵通协议源代码 phs source code
💻 H
字号:

#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -