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/syssvc/tHistogram.cdl

    r321 r429  
    33 *      Toyohashi Open Platform for Embedded Real-Time Systems
    44 *
    5  *  Copyright (C) 2016 by Embedded and Real-Time Systems Laboratory
     5 *  Copyright (C) 2016-2018 by Embedded and Real-Time Systems Laboratory
    66 *              Graduate School of Information Science, Nagoya Univ., JAPAN
    77 *
     
    5151         *  実行時間分布計測の初期化
    5252         */
    53         void    initialize(void);
     53        ER      initialize(void);
    5454
    5555        /*
    5656         *  実行時間計測の開始
    5757         */
    58         void    beginMeasure(void);
     58        ER      beginMeasure(void);
    5959
    6060        /*
    6161         *  実行時間計測の終了
    6262         */
    63         void    endMeasure(void);
     63        ER      endMeasure(void);
    6464
    6565        /*
    6666         *  実行時間分布計測の表示
    6767         */
    68         void    print(void);
     68        ER      print(void);
    6969};
    7070
Note: See TracChangeset for help on using the changeset viewer.