论文部分内容阅读
针对飞行模拟器数据采集,采用面向对象方式将所有功能抽象成几个独立的核心类的方法进行软件设计。将接口控制定义(ICD)数据的详细细节配置在可扩展标记语言(XML)文件中,可变部分写入配置文件中,不可变部分通过代码提供通用接口,实现了软件的通用性、可扩展性,缩短了开发周期,也方便后续维护。该设计已应用于多台模拟器的数据采集。
According to the flight simulator data acquisition, the software design is realized by abstracting all the functions into several independent core classes in an object-oriented manner. The details of the Interface Control Definition (ICD) data are configured in an Extensible Markup Language (XML) file, the variable part is written to the configuration file, and the immutable part is provided by the code to provide a common interface to achieve the software’s universality and extensibility Sex, shorten the development cycle, but also facilitate the subsequent maintenance. The design has been applied to multiple simulator data acquisition.