initcomp.def

来自「VRTX 商用嵌入式实时操作系统」· DEF 代码 · 共 43 行

DEF
43
字号
@dnl ------------------------------------------------------------------------
@dnl
@dnl            Copyright (c) 1995 MICROTEC RESEARCH INC.
@dnl
@dnl    All rights reserved. MICROTEC RESEARCH's source code is an unpublished
@dnl    work and the use of a copyright notice does not imply otherwise.
@dnl    This source code contains confidential, trade secret material of
@dnl    MICROTEC RESEARCH. Any attempt or participation in deciphering, decoding,
@dnl    reverse engineering or in any way altering the source code is
@dnl    strictly prohibited, unless the prior written consent of
@dnl    MICROTEC RESEARCH is obtained.
@dnl
@dnl
@dnl    Module Name:            initcomp.def
@dnl
@dnl    Identification:         @(#) 1.00 initcomp.def
@dnl
@dnl    Date:                   8/4/95  10:07:12
@dnl
@dnl ------------------------------------------------------------------------

@dnl ****************************************************************
@dnl                  Include Component Definitions                 *
@dnl ****************************************************************


@sinclude(rtl.def)
@sinclude(ifx.def)
@sinclude(snx.def)
@sinclude(rpc.def)
@sinclude(esh.def)

rtl.heap_size:                  0x80000

vrtxos.tcreate_hook: `@ifelse(@(rtl.enabled),yes,@ifelse(@(rtl.IFX_support),yes,`sys_rtlifx_tcreate_hook',`sys_rtl_tcreate_hook'))'

vrtxos.tdelete_hook: `@ifelse(@(rtl.enabled),yes,@ifelse(@(rtl.IFX_support),yes,`sys_rtlifx_tdelete_hook',`sys_rtl_tdelete_hook'))'

vrtxos.tswitch_hook: `@ifelse(@(rtl.enabled),yes,@ifelse(@(rtl.IFX_support),yes,`sys_rtlifx_tswitch_hook',`sys_rtl_tswitch_hook'))'


@transmorgify(initcomp.tpl,initcomp.c)

⌨️ 快捷键说明

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