An Supporting Tool Based on Design Flowchart

DAI Qing-Han,LI Xuan-Dong,ZHAO Jian-Hua,ZHENG Guo-Liang
2005-01-01
Computer Science
Abstract:The stability of telecom system is especially important. Coding and testing affect the stability of code. Ma- chine-generated code will contain less bugs than manual-typed code, and the former provides convenience for tracing and testing. For the sake of stability, this paper puts forward the concept of Design Flowchart through referencing UML. related theory. This paper also describes the theory and application of auto generating code based on Design Flowchart. The first part of this paper is about the advantage of Design Flowchart in software development. The sec- ond part is about the concept of Design Flowchart. The auto-generated-code algorithm is written in the third part. The forth part describes the tracing and testing. The last part introduces the relative tool. This paper describes how to auto generate code from Design Flowchart in detail and how to trace and test the generated code in simple. This paper also realizes an IDE named AutoCodeGen. Some work can be done in the IDE, sueh as editing flowchart, checking flow- chart, compiling flowchart, compiling code, executing flowchart (executing the compiled code), tracing and testing based on flowchart. In practice, AutoCodeGen is used to generate part of code of TCAP protocol.
What problem does this paper attempt to address?