| EventStudio 2.5 Sequence diagram based system design and modeling | |


All sub states of out of service state should inherit from this state.
Definition at line 99 of file Hierarchical_State_Machine.h.
Public Member Functions | |
| void | On_Operator_Inservice (Hierarchical_State_Machine &u, const Message *p_Message) |
| Common handler for operator inservice handling in all out of service states. | |
| ||||||||||||
Common handler for operator inservice handling in all out of service states. This handler takes the following actions:
Reimplemented from Hierarchical_State_Machine::Unit_State. Reimplemented in Hierarchical_State_Machine::Suspect. Definition at line 128 of file Hierarchical_State_Machine.cpp. 00129 {
00130 // Operator has replaced the card, so abort the current diagnostics
00131 // and restart new diagnostics on the replaced card.
00132 u.Send_Diagnostics_Request();
00133 u.Send_Operator_Inservice_Response();
00134 u.Next_State(u.Suspect_State);
00135 }
|
1.3.4 | |
| Copyright © 2000-2005 EventHelix.com Inc. All Rights Reserved. |