⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 voip_includes.h

📁 telcobridges voip develop
💻 H
字号:
/*--------------------------------------------------------------------------------------------------------------------------------
 |
 |	Project:    	VOIP sample
 |
 |	Filename:   	voip_includes.h
 |
 |	Copyright:  	TelcoBridges 2002-2004, All Rights Reserved
 |
 |	Description:	This file contains all include files required to compile VOIP sample
 |
 |	Notes:      	Tabs = 4
 |
 *-------------------------------------------------------------------------------------------------------------------------------
 |
 |	Revision:   	$Revision: 1.13 $
 |
 *------------------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------------------------------------------------------
 |  Define header file
 *------------------------------------------------------------------------------------------------------------------------------*/
#ifndef __VOIP_INCLUDES_H__
#define __VOIP_INCLUDES_H__


/*--------------------------------------------------------------------------------------------------------------------------------
 |  C++ support
 *------------------------------------------------------------------------------------------------------------------------------*/
#ifdef __cplusplus
extern "C"
{
#endif /* __cplusplus */

#ifdef WIN32
	#include <windows.h>
#endif

/* System includes */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <ctype.h>

/* Local includes */
#include "tbx_ostypes.h"
#include "tbx_id.h"
#include "tbx_apps_id.h"
#include "tbx_result.h"
#include "tbx_msg.h"
#include "tbx_std.h"
#include "tbx_api.h"
#include "tbx_featmgr.h"
#include "tbx_hash.h"
#include "tbx_hash_64.h"
#include "tbx_pool_of_buffers.h"
#include "tbx_pool_of_buffers_64.h"
#include "tbx_timer.h"
#include "tbx_os_wrapper.h"
#include "tbx_cli.h"
#include "tbx_cli_tools.h"
#include "tbx_stream.h"
#include "tbx_streamlib.h"
#include "tbxfeatures.h"

#include "tb640_id.h"
#include "tb640_handle.h"
#include "tb640_clockmgr.h"
#include "tb640_adpmgr.h"
#include "tb640_trkmgr.h"
#include "tb640_mblmgr.h"
#include "tb640_pmalarmmgr.h"
#include "tb640_streammgr.h"
#include "tb640_vpmgr.h"
#include "tb640_bertmgr.h"
#include "tb640_connmgr.h"
#include "tbstreamserver.h"
#include "tbstreamserver_lib.h"
#include "tbx_auto_test.h"

#include "voip_auto_test.h"
#include "voip_cli.h"
#include "voip.h"
#include "voip_api.h"
#include "voip_parse.h"
#include "voip_prototypes.h"
#include "voip_prototypes_adapter.h"

/*--------------------------------------------------------------------------------------------------------------------------------
 |  C++ support
 *------------------------------------------------------------------------------------------------------------------------------*/
#ifdef __cplusplus
}
#endif /* __cplusplus */

#endif /* __VOIP_INCLUDES_H__ */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -