EventHelix.com: CASE Tools; Real-time and Embedded System Design; Object Oriented Design EventStudio 2.0: System Engineering CASE ToolEventStudio 2.5
Sequence diagram based system design and modeling
Home   What's New   EventStudio 2.5   Real-time Mantra   Thought Projects   Contact Us
Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

Hierarchical_State_Machine.h File Reference


Detailed Description

This is an example of state machine implementation using Hierarchical State Machines.

For details refer to the article on Hierarchical State Machines

Copyright © 2000-2003 EventHelix.com Inc. All Rights Reserved.

Definition in file Hierarchical_State_Machine.h.

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Classes

class  Hierarchical_State_Machine
 This is an example of state machine implementation using Hierarchical State Machines. More...

class  Hierarchical_State_Machine::Unit_State
 Base class for all states of the Unit state machine. More...

class  Hierarchical_State_Machine::Inservice
 Base class for all Inservice states. More...

class  Hierarchical_State_Machine::Active
 This state specifies that the unit is currently in the active plane. More...

class  Hierarchical_State_Machine::Standby
 The unit is in this state when it is Inservice but it is serving as a standby for the active unit. More...

class  Hierarchical_State_Machine::Out_Of_Service
 Base class for all out of service states. More...

class  Hierarchical_State_Machine::Suspect
 The unit is suspected to have failed. More...

class  Hierarchical_State_Machine::Failed
 The unit is known to have failed. More...


Generated on Sun Feb 13 21:30:20 2005 for Object Oriented Design Examples by doxygen 1.3.4
 Home   What's New   EventStudio 2.5   Real-time Mantra   Thought Projects   Contact Us
Copyright © 2000-2005 EventHelix.com Inc. All Rights Reserved.