Project

General

Profile

Actions

バグ #2320

closed

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

Added by n-ando almost 13 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

Also available in: Atom PDF