?? rcv_process.h
字號:
#ifndef RCV_PROCESS
#define RCV_PROCESS
/*網管中心給車載信息終端主機命令定義*/
#define DIRECTMESSAGE 0x0801 /*調度消息*/
#define CONFIGURE 0x0802 /*終端參數配置*/
#define SEEPOSITION 0x0803/*查詢位置信息*/
#define SEETERMINAL 0x0804 /*查詢終端信息*/
#define RECEIVE_UPDATE 0x0805 /*遠程更新下載*/
#define SEECONFIGURE 0x0806/*查詢終端參數配置*/
#define RESPONSION_RUNMODE 0x6001 /*行駛狀態(到/出站)/按鍵匯報消息應答*/
#define RESPONSION_PASSENGER 0x6002 /*客流采集匯報消息應答*/
#define RESPONSION_TERMINALMODE 0x6003 /*設備狀態上報應答*/
#define RESPONSION_DRIVERMODE 0x6004 /*司機注冊信息上報應答*/
#define RESPONSION_TEXTMESSAGE 0x6005 /*文本消息上報應答*/
#define RESPONSION_ALARMMESSAGE 0x6006 /*報警信息上報應答*/
#define RESPONSION_HEARTBEAT 0x6007 /*心跳報文應答*/
/*接收數據處理*/
extern Uchar verify_process(void);
extern void serverRcv_process(void);
extern void udp_start_receive(void);
extern unsigned int udp_receive(Int8 **ptr);
extern void res_process(Int8 *ptr);
extern void command_process(Int8 *ptr);
extern void error_process(Int8 *ptr);
extern void daily(Int8 *ptr,Int8 len);
extern void alarm_judge(Int8 *ptr,Int8 len);
extern void judge(Int8 *ptr,Uchar command_type);
//extern Uint8 encapsulate_dispatchmessage( char* );
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -