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/alarm.trb

    r304 r305  
    5353#   ã®è²¬ä»»ã‚’負わない.
    5454#
    55 #   $Id: alarm.trb 572 2016-02-01 14:40:09Z ertl-hiro $
     55#   $Id: alarm.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    # almatrが無効の場合(E_RSATR)[NGKI2491ï¼½
    6969    #(TA_STA以外のビットがセットされている場合)
     
    7474    # 通知æƒ
    7575報の処理
    76     params[:nfyhdr] = generateNotifyHandler(id, params, :almid)
     76    params[:nfyhdr] = generateNotifyHandler(key, params, :almid)
    7777  end
    7878
    79   def generateInib(id, params)
     79  def generateInib(key, params)
    8080    return("(#{params[:almatr]}), (intptr_t)(#{params[:par1]}), " \
    8181                                                                                                "#{params[:nfyhdr]}")
Note: See TracChangeset for help on using the changeset viewer.