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

📄 ert_code_template_cgt.tlc

📁 由MATLAB生成的SCI的源代码
💻 TLC
字号:
%%%% Auto generated by Real-Time Workshop on 13-Dec-2008 20:37:38 from file:%% F:\sun\toolbox\rtw\targets\ecoder\ert_code_template.cgt%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% $RCSfile: ert_code_template.cgt,v $%% $Revision: 1.1.6.3 $%% $Date: 2005/06/24 11:00:35 $%%%% Abstract:%%   This is the example Real-Time Workshop Embedded Coder source code%%   template.  With this template you are able to highly customize and%%   manipulate the appearance of the generated code.  The template is%%   ideally suited for adding company information, including version%%   control tokens, adjusting the code's appearance, and so on.%%%%   There is a list of optional tokens that can be used to comment the%%   generated code.  These tokens can be used inside comment statements%%   anywhere throughout the template:%%%%   %<FileName>, %<FileType>, %<FileTag>, %<ModelName>, %<ModelVersion>,%%   %<RTWFileVersion>, %<RTWFileGeneratedOn>, %<TLCVersion>, and%%   %<SourceGeneratedOn>%%%%   There is a list of required tokens that represent the components%%   of the generated code.  You can manipulate this list, for example to%%   insert other code or comments; it's only required that you do not%%   remove or reorder them.  The list of expected tokens, each of which%%   must appear on a line by itself, is listed below:%%%%   %<Includes>%%   %<Defines>%%   %<Types>%%   %<Enums>%%   %<Definitions>%%   %<Declarations>%%   %<Functions>%%%%   Tokens in this file are automatically translated to appropriate TLC%%   syntax as part of the normal Real-Time Workshop build process.  To%%   escape a token, that is to prepare it for normal TLC expansion, use%%   the '!' character.  For example, the token %<!TokenName> is expanded%%   to %<TokenName> by the template conversion program.  Any valid TLC%%   code can be specified, including TLC function calls: %<!MyTLCFcn()>.%%%%   For more customization options, particularly for placing and formatting%%   Simulink data objects, see the Real-Time Workshop Embedded Coder User's%%   Guide.%%%% Copyright 1994-2005 The MathWorks, Inc.%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Custom file banner (optional)%%/* * File: %<FileName> * * Real-Time Workshop code generated for Simulink model %<ModelName>. * * Model version                        : %<ModelVersion> * Real-Time Workshop file version      : %<RTWFileVersion> * Real-Time Workshop file generated on : %<RTWFileGeneratedOn> * TLC version                          : %<TLCVersion> * C source code generated on           : %<SourceGeneratedOn> */%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Required tokens.  You can insert comments and other tokens in between them,%% but do not change their order or remove them.%%%assign needGuard = LibGetModelFileNeedHeaderGuard(fileIdx)%if needGuard  #ifndef _RTW_HEADER_%<FileTag>_  #define _RTW_HEADER_%<FileTag>_%endif%<LibGetSourceFileSection(fileIdx,"Includes")>\%<LibGetSourceFileSection(fileIdx,"Defines")>%<LibGetSourceFileSection(fileIdx,"IntrinsicTypes")>\%<LibGetSourceFileSection(fileIdx,"PrimitiveTypedefs")>\%<LibGetSourceFileSection(fileIdx,"UserTop")>\%<LibGetSourceFileSection(fileIdx,"Typedefs")>\%<LibGetSourceFileSection(fileIdx,"Enums")>%<LibGetSourceFileSection(fileIdx,"Definitions")>%<LibGetSourceFileSection(fileIdx,"ExternData")>\%<LibGetSourceFileSection(fileIdx,"ExternFcns")>\%<LibGetSourceFileSection(fileIdx,"FcnPrototypes")>\%<LibGetSourceFileSection(fileIdx,"Declarations")>\%<LibGetSourceFileSection(fileIdx,"Functions")>\%<LibGetSourceFileSection(fileIdx,"CompilerErrors")>\%<LibGetSourceFileSection(fileIdx,"CompilerWarnings")>\%<LibGetSourceFileSection(fileIdx,"Documentation")>\%<LibGetSourceFileSection(fileIdx,"UserBottom")>\%if needGuard  #endif /* _RTW_HEADER_%<FileTag>_ */%endif%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Custom file trailer (optional)%%/* File trailer for Real-Time Workshop generated code. * * [EOF] */%% [EOF]

⌨️ 快捷键说明

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