|
计算机科学 2011
Design and Implementation of Software Reconfiguration Tool Based on AADL
|
Abstract:
Modes represent alternative operational states of software. In multiple modes system, we can make different configuration such as resources and properties. Up to now, there isn't any tool which can abstract the modes of AADL architecture and establish blueprint in the program written in C language under the Vxworks system. hherefore, designing a software reconfiguration tool based on AADL architecture will provide great help to software architecture reconfiguration. To set up an expandable platform of software reconfiguration for AADI. architecture under Eclipse open source development environment, we designed SRM2 (Software Reconfiguration Middleware based on Mode) plug-in tool. SRM2 firstly scans AADL architecture in C program as to describe the static blueprint information of program architecture,then it generates dynamic blueprint according to code run-time information, which can be got by an code probe, under the VxWorks system, the tool can guide software reconfiguration.