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/arch/tracelog/tTraceLog.cdl

    r321 r429  
    11/*
    2  *  TOPPERS/ASP Kernel
    3  *      Toyohashi Open Platform for Embedded Real-Time Systems/
    4  *      Advanced Standard Profile Kernel
     2 *  TOPPERS Software
     3 *      Toyohashi Open Platform for Embedded Real-Time Systems
    54 *
    65 *  Copyright (C) 2015 by Ushio Laboratory
    76 *              Graduate School of Engineering Science, Osaka Univ., JAPAN
    8  *  Copyright (C) 2015,2016 by Embedded and Real-Time Systems Laboratory
     7 *  Copyright (C) 2015-2018 by Embedded and Real-Time Systems Laboratory
    98 *              Graduate School of Information Science, Nagoya Univ., JAPAN
    109 *
     
    6867         */
    6968        ER              read([out] TRACE *p_trace);
    70 
    71         /*
    72          *  トレースログのダンプ
    73          */
    74         void    dump(void);
    7569};
    7670
     
    8175celltype tTraceLog {
    8276        entry   sTraceLog               eTraceLog;
    83         entry   sRoutineBody    eDump;          /* 終了処理ルーチンとの接続 */
    84         call    sPutLog                 cPutLog;        /* 低レベル出力との接続 */
     77        entry   sRoutineBody    eDump;          /* トレースログのダンプ */
     78        call    sPutLog                 cPutLog;        /* ダンプ先との接続 */
    8579
    8680        attr {
Note: See TracChangeset for help on using the changeset viewer.