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

📄 mobilesystem.h~

📁 这是一个linux下基于MiniGUI的手机界面设计源码
💻 H~
字号:
/*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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -