|
|
@ -337,12 +337,12 @@ int main(int argc, char* argv[])
|
|
|
|
|
|
|
|
|
|
|
|
ht_pthread_create_background(&thread_handle_linkmgr, thread_listen_proc, NULL); // 链路管理线程
|
|
|
|
ht_pthread_create_background(&thread_handle_linkmgr, thread_listen_proc, NULL); // 链路管理线程
|
|
|
|
|
|
|
|
|
|
|
|
ht_pthread_create_background(&thread_handle_recv, thread_recv_proc, NULL);
|
|
|
|
// ht_pthread_create_background(&thread_handle_recv, thread_recv_proc, NULL);
|
|
|
|
|
|
|
|
|
|
|
|
// ht_pthread_create_background(&thread_handle_linkmgr, thread_client_proc, NULL); // 链路管理线程
|
|
|
|
// ht_pthread_create_background(&thread_handle_linkmgr, thread_client_proc, NULL); // 链路管理线程
|
|
|
|
ht_pthread_create_background(&thread_handle_parse, thread_parser_proc, NULL); // 104报文解析线程
|
|
|
|
ht_pthread_create_background(&thread_handle_parse, thread_parser_proc, NULL); // 104报文解析线程
|
|
|
|
ht_pthread_create_background(&thread_handle_timer, thread_Timer_proc, NULL); // 104链路超时管理线程
|
|
|
|
ht_pthread_create_background(&thread_handle_timer, thread_Timer_proc, NULL); // 104链路超时管理线程
|
|
|
|
ht_pthread_create_background(&thread_handle_active, thread_active_proc, NULL); // 104报文应答线程
|
|
|
|
// ht_pthread_create_background(&thread_handle_active, thread_active_proc, NULL); // 104报文应答线程
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
#ifdef _HT_OPENCV_APP
|
|
|
|
#ifdef _HT_OPENCV_APP
|
|
|
|
ht_pthread_create_background(&thread_handle_opecvimg, thread_opencv_proc, NULL); // 图片解析线程
|
|
|
|
ht_pthread_create_background(&thread_handle_opecvimg, thread_opencv_proc, NULL); // 图片解析线程
|
|
|
|