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

📄 radiocomms.h

📁 simulink real-time workshop for dragon12 development board from
💻 H
字号:
/******************************************************************************/
/* Header file 'radioComms.h'                                                 */
/******************************************************************************/

#ifndef _RADIOCOMMS_
#define _RADIOCOMMS_


// maximum number of radio data communication channels
#define MAX_RADIOCOM_CHANNELS	10*CLIENT_COUNT		/* maximum number of radio communication channels */
#define MAX_RADIOCOM_BUF_SIZE	32			          /* currently limited to 32 data bytes (FW-09-06) */



#ifndef _S0_USERTEL_
#ifndef _FREEPORTCOMMS_
// all buffer variables are of the following format...
typedef struct	myUsrBuf_tag {
                                int_T   buffer_full;
                                uint_T  access_count;
                                uint_T  buf_size;
                                uint8_T *buf;
                             } myUsrBuf;
#endif /* _FREECOMMS_ */
#endif /* _S0_USERTEL_ */


// target : declare global radio communication admin variables
extern myUsrBuf *radiocomTelBuf[];      				/* defined in mc_main.c */
 

#endif /* _RADIOCOMMS_ */


⌨️ 快捷键说明

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