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

📄 dva25blt.hep

📁 这是用Labwindows开发的一个RF test程序。 用于日本机种的组装后ANT 测试。
💻 HEP
字号:
#ifndef DVA25BLT_HEP
#define DVA25BLT_HEP

#ifndef DVA25BLT_C
#define GLOBAL extern
#else
#define GLOBAL
#endif

GLOBAL u32  DLL_EXCHANGE_MODE dva25_00ReadBluetoothParameterFromEeprom (u32 vp_TimeOut,t_hee_BluetoothParam *pp_hee_BluetoothParam);
GLOBAL u32  DLL_EXCHANGE_MODE dva25_01WriteBluetoothParameterToEeprom (u32 vp_TimeOut,t_hee_BluetoothParam *pp_hee_BluetoothParam);
GLOBAL u32  DLL_EXCHANGE_MODE dva25_02WriteBluetoothParametersFile(u16 vp_FileNumber,t_hee_BluetoothParam *pp_hee_BluetoothParam,
					 u16 vp_Size);
GLOBAL u32  DLL_EXCHANGE_MODE dva25_03ReadBluetoothParametersFile(char *pp_FileNameStruct,t_hee_BluetoothParam *pp_hee_BluetoothParam,
					u16 vp_Size);
GLOBAL void dva25_05DefaultBluetoothStruct (t_hee_BluetoothParam *pp_hee_BluetoothParam);

#if defined (ACCESS_RIGHTS_DVEEPRO) || defined(ACCESS_RIGHTS_IHMAEEPR)
GLOBAL void DLL_EXCHANGE_MODE dva25_04SwapBluetoothStruct (t_hee_BluetoothParam *pp_hee_BluetoothParam);
#endif  /*  ACCESS_RIGHTS_DVEEPRO || ACCESS_RIGHTS_IHMAEEPR  */

#undef GLOBAL

#endif /* DVA25BLT_HEP */

⌨️ 快捷键说明

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