mobilesystem.h

来自「这是一个linux下基于MiniGUI的手机界面设计源码」· C头文件 代码 · 共 142 行

H
142
字号
/*MobileSystem.h*/typedef enum {B1,B2,B3,B4,B5,B6}TYPEOFBOSHU;typedef struct {	TYPEOFBOSHU zhuBo;	TYPEOFBOSHU chongBo;}BOSHU;typedef struct {	float elecQuantity;	int icStat;
	int hardWareStat;
	int enterStat;	int powerStat[6];}ZJINFO;ZJINFO  zjInfo;typedef struct{int volume;char theAlarm[50];char theInfo[50]; char theCoulo[50];char newLocInfo[50];}SOUND;typedef struct{int delayTime;int widthPen;int colorPen;}TOUCHSCREEN;typedef struct{int  zeroSet;char userID[10];char serialNO[15];char mangeInfo[100];}SPECIALSET;typedef struct{int locFrequency;int ceGaoMode;int heightMode;long height;long tianXian;long qiYa;long temper;int loc_AltitudeSign;int temperatureValSign;}LOCSET;LOCSET  *pLocSet;typedef struct{int currSysFlag;//system setint HuiDu;SOUND soundSet;//service frequencyint seriesFlag;int currCoordFlag;int alarmSetFlag[21];//alarmSetFlag[20] is "select all" flag;TOUCHSCREEN tScreen;//super setchar passWord[20];char kouLin[100];SPECIALSET specialSet;//other setint servFreq;//service frequencyint applyMutiReport;//0 or 1int mutiReportFreq;//>0//locatLOCSET locSet;//Boshu's setBOSHU	 boshu;}SYSSUPERSET;void SetDisplayHuiDu (int currHuiDu);int  GetDisplayHuiDu ();void SetVolume (int currVol);int  GetVolume ();void SetTSDelay (int delay);//TOUCH SCREENint  GetTSDelay ();void SetTSWidthPen (int delay);int  GetTSWidthPen ();void SetTSColorPen (int delay);int  GetTSColorPen ();void SetSoundAlarm (char *PAlarm);char * GetSoundAlarm ();void SetSoundInfo (char *PInfo);char * GetSoundInfo();void SetSoundCoulo (char *PCoulo);char * GetSoundCoulo ();void SetSoundLocInfo (char *PLocInfo);char * GetSoundLocInfo ();void SetSeries (int flag);int  GetSeriesSet ();void SetCurrCoordinate (int flag);int  GetCurrCoordinate ();void SetAlarmSetFlag ();int *  GetAlarmSetFlag ();void SetMangeInfo (char *PMangeInfo);char * GetMangeInfo ();void SetKouLin (char *PKouLin);char * GetKouLin ();void SetZeroSet (int zeroSet);int  GetZeroSet ();void SetUserID (char *PUserID);char * GetUserID ();void SetSerialNO (char *PSerialNO);char * GetSerialNO ();int ComparePassWord (char *PInputWD);void SetPassWord (char *PPassWord);

⌨️ 快捷键说明

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