Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

cyclomatic complexity tools in C for state machines

Status
Not open for further replies.

huish

Electrical
Joined
Mar 1, 2011
Messages
2
Location
US
thread227-208347


In line with the closed thread above, does anyone come across with any tool for managing complexities for state machines implemented in C/C++/C# ?
 
Not yet... though to be fair I haven't put much time into looking for one. I'm just real careful when making state machines.

Dan - Owner
Footwell%20Animation%20Tiny.gif
 
You are right, care should be taken when creating state machines but it can get out of hand e.g. it becomes a state machine within a state machine within a state machine with each state machine having really a huge number of states each with really numerous number of entry and exit conditions. I haven't seen any white paper addressing this complexity issue. A visualization tool is necessary for this kind of software engine implementation that I think the original writer of this thread need to be aware of when he was looking for software tools. Think of it as a CAD/CAE tools for implementing complex software state machines. Seen MATLAB Stateflow or SGV sarc Crystal flow. Any feedbacks regarding these tools or other tools?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top