bubiao.h 422 B

123456789101112131415161718
  1. #ifndef __BUBIAO_H_
  2. #define __BUBIAO_H_
  3. #include "main.h"
  4. PT_THREAD (ptBubiaoTask(pt_timer_t *ptPool, struct pt *pt));
  5. void bubiaoClose(void);
  6. T_INT32 getBubiaoMinCnt(void);
  7. void bubiaoCntUpdate(T_INT32 value);
  8. void trySendPositionNow(void);
  9. void userCtlBubiao(T_INT8);
  10. void userGetGpsStatus(void);
  11. void enableSoS(void);
  12. unsigned char getBuBiaoAuth(void);
  13. unsigned char getBuBiaoSwitch(void);
  14. #endif