Ignore:
Timestamp:
Jul 3, 2020, 7:19:17 PM (4 years ago)
Author:
coas-nagasima
Message:

ASP3, TINET, mbed を更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/asp3_dcre/tecsgen/tecslib/messages/messages_file_en_US.rb

    r321 r429  
    44#      Generator for TOPPERS Embedded Component System
    55
    6 #   Copyright (C) 2008-2014 by TOPPERS Project
     6#   Copyright (C) 2008-2018 by TOPPERS Project
    77#--
    88#   上記著作権者は,以下の(1)~(4)の条件を満たす場合に限り,本ソフトウェ
     
    7676#  * このファイルを編集して使用することが意図されていますが
    7777#  * tecsgen の再実行により上書きされてしまうため、通常
    78 #  *   gen/%s_template.c => src/%s.c
     78#  *   gen/%s_templ.c => src/%s.c
    7979#  * のように名前, フォルダを変更してから修正します
    8080#  */
     
    8383 * This file was automatically generated by tecsgen.
    8484 * Move and rename like below before editing,
    85  *   gen/%s_template.c => src/%s.c
     85 *   gen/%s_templ.c => src/%s.c
    8686 * to avoid to be overwritten by tecsgen.
    8787 */
     
    227227@@comment[ :EPM_comment ] = "\n/* entry port function macro (abbrev) %s */\n"
    228228
     229# @@comment[ :CRD_comment ] = "\n/* ディスクリプタ参照関数 %s */\n"
     230@@comment[ :CRD_comment ] = "/* refer to descriptor function %s */\n"
     231
     232# @@comment[ :CRDA_comment ] = "\n/* ディスクリプタ参照マクロ(短縮形) %s */\n"
     233@@comment[ :CRDA_comment ] = "\n/* refer to descriptor macro (abbrev) %s */\n"
     234
     235# @@comment[ :SDF_comment ] = "/* ディスクリプタ設定関数 %s */\n"
     236@@comment[ :SDF_comment ] = "/* set descriptor function %s */\n"
     237
     238# @@comment[ :SDMA_comment ] = "\n/* ディスクリプタ設定マクロ(短縮形) %s */\n"
     239@@comment[ :SDMA_comment ] = "\n/* set descriptor macro (abbrev) %s */\n"
     240
    229241# @@comment[ :CTIX_comment ] = "\n/* セルタイプのIDX型 %s */\n"
    230242@@comment[ :CTIX_comment ] = "\n/* celltype IDX type %s */\n"
     
    323335@@comment[ :TEFB_comment ] = "\t/* Put statements here %s */\n"
    324336
     337# @@comment[ :MCPP_comment ] = "/* セル CB プロトタイプ宣言 %s */\n"
     338@@comment[ :MCPP_comment ] = "/* cell CB prototype declaration %s */\n"
     339
     340# @@comment[ :MCPB_comment ] = "/* セル CB プロトタイプ宣言 %s */\n"
     341@@comment[ :MCPB_comment ] = "/* cell CB prototype declaration %s */\n"
    325342end
Note: See TracChangeset for help on using the changeset viewer.