リビジョン 3115
- 追加
- 変更
- コピー
- 名称変更
- 削除
- trunk
- OpenRTM-aist
- src
- ext
- sdo
- fsm4rtc_observer
- ComponentObserverConsumer.cpp (差分)
- ComponentObserverConsumer.h (差分)
- test
- idl /branches/FSM4RTC/OpenRTM-aist/src/ext/sdo/fsm4rtc_observer/test/idl
- observer.py /branches/FSM4RTC/OpenRTM-aist/src/ext/sdo/fsm4rtc_observer/test/observer.py
- rtc.conf /branches/FSM4RTC/OpenRTM-aist/src/ext/sdo/fsm4rtc_observer/test/rtc.conf
- test.sh (差分)
- fsm4rtc_observer
- sdo
- lib
- hrtm
- rtm
- FsmActionListener.cpp /branches/FSM4RTC/OpenRTM-aist/src/lib/rtm/FsmActionListener.cpp
- FsmActionListener.h /branches/FSM4RTC/OpenRTM-aist/src/lib/rtm/FsmActionListener.h
- InPortPushConnector.cpp (差分)
- Makefile.am (差分)
- NVUtil.cpp (差分)
- NVUtil.h (差分)
- RTObject.cpp (差分)
- RTObject.h (差分)
- ext
- win32
- src
- OpenRTM-aist
merged changes from branches/FSM4RTC/OpenRTM-aist r2773, no confliction:
[FSM4RTC,compat,->RELENG_2_0] Some Makefile.am bugs are fixed.
[FSM4RTC,HRTM,bugfix,->RELENG_2_0] Manager/ComponentManager initialization bug has been fixed. refs #3653
[FSM4RTC,->RELENG_2_0] FSM action listener added. refs #3680
[FSM4RTC,incompat,->RELENG_2_0] renameed FsmStructureAction->FsmStructure, FsmProfileListener added. refs #3680
[FSM4RTC,incompat,->RELENG_2_0] FSM listeners add/remove operations are added to RTObject. refs #3681
[FSM4RTC,ext,example,->RELENG_2_0] Now component observer is connected to the FSM state change operation. refs #3591
[FSM4RTC,HRTM,,->RELENG_2_0] updateFsmStatus now calls RTObject::onFsmStateChanged(). refs #3681
[compat,formatting,->RELENG_1_2,->RELENG_2_0] Braces added.
[incompat,->RELENG_1_2,->RELENG_2_0] std::ostream operations have been added to NVUtil.