MantisBT - IGSTK
View Issue Details
0005132IGSTKpublic2007-06-05 13:442008-06-09 13:55
Luis Ibanez 
Luis Ibanez 
urgentmajorhave not tried
confirmedopen 
0005132: State Machine should invoke error event for Incomplete Transition Table
The State Machine should invoke an error event when it detects that the transition table is incomplete.
No tags attached.
Issue History
2008-06-09 13:55Patrick ChengAssigned To => Luis Ibanez
2008-06-09 13:55Patrick ChengStatusnew => confirmed

Notes
(0007809)
Luis Ibanez   
2007-06-05 17:06   
Problem: It only works for classes that derive from the igsktObject. This is a problem for the igstk::View and igstk::QView classes, that do not derive from igstkObject.

In these two cases, the state machine cannot InvokeEvents via the m_This member.

Since the StateMachine is not exposed outside a component, it is not useful either to have it invoke an event on its own.