vrtxcvt.c

来自「VRTX 商用嵌入式实时操作系统」· C语言 代码 · 共 53 行

C
53
字号
/***************************************************************************
*
*		Copyright (c) 1993 MICROTEC RESEARCH INCORPORATED.
*
*	All rights reserved. MICROTEC RESEARCH's source code is an unpublished
*	work and the use of a copyright notice does not imply otherwise.
*	This source code contains confidential, trade secret material of
*	MICROTEC RESEARCH. Any attempt or participation in deciphering, decoding,
*	reverse engineering or in any way altering the source code is
*	strictly prohibited, unless the prior written consent of
*	MICROTEC RESEARCH is obtained.
*
*
*	Module Name:		%M%
*
*	Identification:		%Z% %I% %M%
*
*	Date:			%G%  %U%
*
****************************************************************************
*/

#include <vrtxil.h>

CVT sys_vrtx_cvt;			/* in data section */
const CVT sys_vrtx_cvt_rom =               /* in constant section */
	{
	/* maximum Ready Systems Components */
	10,		
	/* maximum user defined components */
	0,
	/* reserved */
	0, 0, 0, 0, 0, 0,
	/* iox codespace and workspace address */
	0, 0, 0, 0,
	/* fmx codespace and workspace address */
	0, 0, 0, 0,
	/* rtl codespace and workspace address */
	0, 0, 0, 0,
	/* component5 codespace and workspace address */
	0, 0, 0, 0,
	/* mpv codespace and workspace address */
	0, 0, 0, 0,
	/* ifx codespace and workspace address */
	0, 0, 0, 0,
	/* component8 codespace and workspace address */
	0, 0, 0, 0,
	/* component9 codespace and workspace address */
	0, 0, 0, 0,
	/* tnx codespace and workspace address */
	0, 0, 0, 0
	}; 			

⌨️ 快捷键说明

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