bndapp.h 363 B

1234567891011121314151617181920
  1. #ifndef _BND_APP_H__
  2. #define _BND_APP_H__
  3. /*
  4. typedef struct{
  5. unsigned short year;
  6. unsigned char month;
  7. unsigned char day;
  8. unsigned char hour;
  9. unsigned char min;
  10. unsigned char sec;
  11. }MY_CLOCK;
  12. */
  13. int open_bnd_app(void);
  14. void cb_callmember(int ret);
  15. void current_zone_time(MY_CLOCK* myclock);
  16. //void LBS_Pth(void);
  17. void Lbs_Sendto_bnd();
  18. #endif