12345678910111213141516171819202122232425 |
- #ifndef _APP_H_
- #define _APP_H_
- #include "main.h"
- #include "talk.h"
- //#include "platform.h"
- void app_init(void);
- void updateLineStatus(LINES_ENUM status, SETCLR_ENUM flag);
- LINES_ENUM getLineStatus(void);
- PT_THREAD (ptQueueComReadTask(pt_timer_t *ptPool, struct pt *pt));
- PT_THREAD (ptLoginInfoTask(pt_timer_t *ptPool, struct pt *pt));
- PT_THREAD (ptHookTask(pt_timer_t *ptPool, struct pt *pt));
- void outPutInfoNow(void);
- void logEnable(char type);
- #include "nwy_osi_api.h"
- void threadPostEvent(nwy_osiThread_t *threadId, T_INT32 id);
- void userExitThread(const char *name);
- void pushCallerInfo(int uid, char *name,int namelen);
- void callerNameProcess(int uid);
- #endif
|