Software configuration method and system adaptive to multiple functions

The invention provides a software configuration method and system adaptive to multiple functions, and the method comprises the steps: defining whether a parameter can be calibrated or not and a function fixed value parameter in a header file, and adding a pre-compiled code in a parameter calibration...

Ausführliche Beschreibung

Gespeichert in:
Bibliographische Detailangaben
Hauptverfasser: GAN YONGCHAO, LI JING, HE YINSHAN
Format: Patent
Sprache:chi ; eng
Schlagworte:
Online-Zugang:Volltext bestellen
Tags: Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!
Beschreibung
Zusammenfassung:The invention provides a software configuration method and system adaptive to multiple functions, and the method comprises the steps: defining whether a parameter can be calibrated or not and a function fixed value parameter in a header file, and adding a pre-compiled code in a parameter calibration function, wherein when the parameter capable of being calibrated is the first calibration value, the calibration parameter corresponding to the predetermined function is read and assigned to the calibration value, and when the parameter capable of being calibrated is the second calibration value, the function fixed value parameter is assigned to the calibration value; and compiling and executing the pre-compiled code. Through the scheme, diversified product configuration requirements can be met, calibration of different function parameters is achieved, and the cost of design, maintenance and management of different functions of software is reduced. 本发明提供一种适应多功能的软件配置方法及系统,该方法包括:在头文件中定义是否可标定参数和功能固定值参数,并在参数标定函数中添加预编译