H-SRTF: A Real-Time Framework Supporting State Machine Model

Wu Xianghu,Qu Mingcheng,Tao Yongchao,Liu Zhiqiang
DOI: https://doi.org/10.1109/imsna.2013.6743232
2013-01-01
Abstract:The state machine can be used to describe reactive event-driven software system effectively. Existing commercial tools which can generate code from the state diagram all base on real-time framework mostly. But the code size of these frameworks is a little more, it will be a big shortage for military weapon systems that the hardware resources are limited and time is critical. By the detailed analysis of mapping strategy from state diagram model to real-time framework, a smart real-time framework is designed and implemented by C language. The framework can adapt to two cases, i.e. operating system exists or not, and can adapt to two types of active objects, i.e. task and interruption.
What problem does this paper attempt to address?