Project

General

Profile

Actions

バグ #2320

closed

ECのコールバック実行順序を修正する

Added by n-ando over 12 years ago. Updated over 12 years ago.

Status:
終了
Priority:
通常
Assignee:
Target version:
-
Start date:
01/11/2012
Due date:
% Done:

100%

Estimated time:

Description

現在のECはon_executeとon_state_updateの実行順序がA,BというRTCが同一ECにアタッチされている場合、

A:on_execute->A:on_state_update->B:on_execute->B:on_state_update

となっているが、OMG RTC標準仕様にしたがって、

A:on_execute->B:on_execute->A:on_state_update->B:on_state_update

となるように修正する。

修正項目としては、
  1. StateMachine::worker() を worker_pre(), worker_do(), worker_post()に分割し、それぞれでpre_do, do, post_doコールバックを呼ぶように変更する。
  2. PeriodicEC内でfor_eachでworker()を呼んでいる部分をworker_pre(), worker_do(), worker_post()に分割する。
Actions #1

Updated by kurihara over 12 years ago

  • Assignee set to kurihara
Actions #2

Updated by kurihara over 12 years ago

  • Status changed from 新規 to 担当
Actions #3

Updated by kurihara over 12 years ago

  • Status changed from 担当 to 解決
  • % Done changed from 0 to 100

r527 , r529 にて対応済み。

Actions #4

Updated by n-ando over 12 years ago

  • Status changed from 解決 to 終了
Actions

Also available in: Atom PDF