SetSystemPara.h 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. #ifndef __SET_SYSTEM_PARA_H_
  2. #define __SET_SYSTEM_PARA_H_
  3. #define APN_NUM (4)
  4. #define LCD_NUM 5
  5. #define CODEC_NUM 100
  6. #define PWR_MODE_NUM 3
  7. #define NET_NUM 3
  8. extern unsigned short LcdOnTimeCt;
  9. extern unsigned int g_uiGpsStat;
  10. extern unsigned char validApnNum;
  11. void GetCoordinates(unsigned char type);
  12. void GetCoordinates(unsigned char type);
  13. void SetSYSResponse(void);
  14. void SetNetShow(int update);
  15. void GetPwrMode(char *msg);
  16. void SetKeySoundShow(int update);
  17. void SetPowerModeResponse();
  18. void SetApnDetailResponse(void);
  19. void SetAPNResponse(void);
  20. void GetMododexWithCard(void);
  21. void MessageFormatResponse(void);
  22. void SetGPSResponse(void);
  23. void SetLCDResponse(void);
  24. void SetNetResponse(void);
  25. void POCSetSerPassResponse(void);
  26. void POCSetSerResponse(void);
  27. void SetCodeTypeResponse(void);
  28. void SetKeysoundResponse(void);
  29. void SetSoundModeResponse(void);
  30. void SetPowerModeResponse(void);
  31. void SetUpIntercomVerResponse(void);
  32. void SetUSBorTTLShow(int update);
  33. void SetUSBorTTLResponse(void);
  34. void SetLcdBrightShow(int update);
  35. void SetLcdBrightResponse(void);
  36. void SetCardShow(int update);
  37. void SetCardResponse(void);
  38. void SetMicLvSelectShow(int update);
  39. void SetMicLvSelectResponse();
  40. void FotaStatusProcess(char *pMsg);
  41. void PoweroffWaitShow(int update);
  42. void PoweroffWaitResponse();
  43. extern unsigned int fotaTick;
  44. extern unsigned char USBSeletCt;
  45. #endif