Ignore:
Timestamp:
Jun 26, 2017, 6:45:41 PM (7 years ago)
Author:
ertl-honda
Message:

3.0.0のリリース版に追従

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_wo_tecs/trunk/kernel/cyclic.trb

    r304 r305  
    5353#   ã®è²¬ä»»ã‚’負わない.
    5454#
    55 #   $Id: cyclic.trb 572 2016-02-01 14:40:09Z ertl-hiro $
     55#   $Id: cyclic.trb 588 2016-02-05 12:54:58Z ertl-hiro $
    5656#
    5757
     
    6565  end
    6666
    67   def prepare(id, params)
     67  def prepare(key, params)
    6868    # cycatrが無効の場合(E_RSATR)[NGKI2383ï¼½
    6969    #(TA_STA以外のビットがセットされている場合)
     
    8484    # 通知æƒ
    8585報の処理
    86     params[:nfyhdr] = generateNotifyHandler(id, params, :cycid)
     86    params[:nfyhdr] = generateNotifyHandler(key, params, :cycid)
    8787  end
    8888
    89   def generateInib(id, params)
     89  def generateInib(key, params)
    9090    return("(#{params[:cycatr]}), (intptr_t)(#{params[:par1]}), " \
    9191                        "#{params[:nfyhdr]}, (#{params[:cyctim]}), (#{params[:cycphs]})")
Note: See TracChangeset for help on using the changeset viewer.