Skip to content

Hierarchical State machine Library in C and automatic Code generation Support from XMI UML description

License

Notifications You must be signed in to change notification settings

ajithpadman/HSM-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HSM-Library

##Introduction##

Many software systems use the event driven state model which means they wait continuously for the occurrence of some external events to start doing some activity. Each activity that needs to be performed by the software system shall be modeled in the form of states each one of which can exist independently. Also grouping of activities can be possible through the use of hierarchical state model, where each states can be grouped in to a set of parent states. This not only enhances the performance of the system but also increases the maintainability of the system. It will become much more easier to adapt in the projects when the code can be auto generated. In this repository a hierarchical state machine library and automatic code generation tool for the generating the HSM using the UML XMI export from Enterprise architect is provided.

About

Hierarchical State machine Library in C and automatic Code generation Support from XMI UML description

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published