CN116627390B - ICD file substitution method and device in aviation software development - Google Patents

ICD file substitution method and device in aviation software development Download PDF

Info

Publication number
CN116627390B
CN116627390B CN202310898244.5A CN202310898244A CN116627390B CN 116627390 B CN116627390 B CN 116627390B CN 202310898244 A CN202310898244 A CN 202310898244A CN 116627390 B CN116627390 B CN 116627390B
Authority
CN
China
Prior art keywords
field
file
rule
name
rule table
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202310898244.5A
Other languages
Chinese (zh)
Other versions
CN116627390A (en
Inventor
胥执辉
杨敏
黎建平
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Chengdu Kaidi Feiyan Technology Co ltd
Original Assignee
Chengdu Kaidi Feiyan Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Chengdu Kaidi Feiyan Technology Co ltd filed Critical Chengdu Kaidi Feiyan Technology Co ltd
Priority to CN202310898244.5A priority Critical patent/CN116627390B/en
Publication of CN116627390A publication Critical patent/CN116627390A/en
Application granted granted Critical
Publication of CN116627390B publication Critical patent/CN116627390B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms

Abstract

The invention discloses a method and a device for replacing an ICD file in aviation software development, and belongs to the field of software development. The method comprises the following steps: analyzing an ICD file and generating a structural rule of each field in the ICD file; forming a rule table according to the attribute of each field in the structural rule, wherein the attribute of each field comprises the name, the position and the size of the field; importing the rule table into an Excel table or database to form a storage rule file; and executing the read-write operation of the data according to the storage rule file. The invention reduces the workload of developers and improves the working efficiency.

Description

ICD file substitution method and device in aviation software development
Technical Field
The invention belongs to the field of software development, and particularly relates to a method and a device for replacing an ICD file in aviation software development.
Background
At present, in the software development process, a designer compiles an ICD file according to project requirements, and the ICD file provided by the designer is integrated into a program development project by the software developer and is combined with other logic codes to finally form a complete program code.
Since ICDs are related to project sizes, even if the number of ICDs of a common project is very large, tens to hundreds, thousands of ICDs are fewer, each ICD contains multiple fields, and each field may contain multiple fields. In the prior art, a developer writes a large number of single assignment sentences in the ICD using process, so that source codes are complex and various, reading is influenced, code errors are easily caused, and software quality is influenced. In addition, the development is carried out by the prior art, so that the efficiency of developers is low, and the repeated work is more.
ICDs are very important to the overall as work products of designers, and generally cannot be provided externally, so that the designers and developers are not in communication smoothly, and unnecessary communication cost is increased.
The ICD exists as a source file, which means that each ICD needs to upgrade one version of software, and even if the software functions are not changed significantly, the ICD also needs to be upgraded, which generates great risk on the compatibility of the software and also increases huge maintenance cost.
ICDs for certain important items also have privacy concerns such as: the name of a field is most likely related to a critical component or parameter such that the ICD cannot easily be obtained.
Disclosure of Invention
The invention aims to overcome the defects of the prior art and provides a method and a device for replacing an ICD file in aviation software development.
The aim of the invention is realized by the following technical scheme: an alternative method for ICD file in aviation software development comprises the following steps:
analyzing an ICD file and generating a structural rule of each field in the ICD file;
forming a rule table according to the attribute of each field in the structural rule, wherein the attribute of each field comprises the name, the position and the size of the field;
importing the rule table into an Excel table or database to form a storage rule file;
and executing the read-write operation of the data according to the storage rule file.
Further, parsing the ICD file to generate a structural rule of each field in the ICD file includes:
and calling a clang compiling tool to analyze the ICD file and generating the structural rule of each field in the ICD file.
Further, importing the rule table into an Excel table or a database to form a storage rule file, including:
judging whether a preset configuration name file exists or not, wherein the configuration name file comprises one or more pieces of configuration information, each piece of configuration information comprises a field name and a first attribute, and the first attribute comprises at least one of a first alias, a first position and a first size;
if the configuration name file exists, comparing configuration information in the configuration name file with the rule table one by one, and modifying the attribute of the field according to the first attribute when the field with the same name as the field name in the configuration information exists in the rule table; then importing the rule table into an Excel table or database to form a storage rule file;
if the configuration name file does not exist, the rule table is imported into an Excel table or a database to form a storage rule file.
Further, modifying the attribute of the field according to the first attribute includes:
modifying the name of the corresponding field in the rule table to be a first alias in the configuration information; and/or the number of the groups of groups,
modifying the position of the corresponding field in the rule table to be a first position in the configuration information; and/or the number of the groups of groups,
the size of the corresponding field in the rule table is modified to a first size in the configuration information.
Further, modifying the location of the corresponding field in the rule table to the first location in the configuration information includes: judging whether the position of the field is changed to the first position and then the field is overlapped with the positions of other fields in the rule form, if not, changing the position of the corresponding field in the rule form to the first position in the configuration information, otherwise refusing the change;
modifying the size of the corresponding field in the rule table to a first size in the configuration information includes: judging whether the field is overlapped with other fields in the rule table after the size of the field is modified to be the first size, if not, modifying the size of the corresponding field in the rule table to be the first size in the configuration information, otherwise, refusing the modification.
Further, the updating method of the storage rule file comprises the following steps:
acquiring an update file, wherein the update file comprises one or more pieces of update information, each piece of update information comprises a field name and a second attribute, and the second attribute comprises at least one of the field name, a second position and a second size;
comparing the updated information in the updated file with the rule table one by one, modifying the attribute of the field according to the second attribute when the field with the same name as the field name in the updated information exists in the rule table, and storing the field and the attribute thereof in the rule file according to the updated information when the field with the same name as the field name in the updated information does not exist in the rule table.
Further, modifying the attribute of the field according to the update information includes:
modifying the name of the corresponding field in the rule table to a second alias in the update information; and/or the number of the groups of groups,
modifying the position of the corresponding field in the rule table to a second position in the update information; and/or the number of the groups of groups,
the size of the corresponding field in the rule table is modified to a second size in the update information.
Further, modifying the location of the corresponding field in the rule table to a second location in the update information includes: judging whether the position of the field is changed to a second position or not, which results in the position overlapping of the field and other fields in the rule table, if not, changing the position of the corresponding field in the rule table to the second position in the configuration information, otherwise refusing the change;
modifying the size of the corresponding field in the rule table to a second size in the update information, comprising: judging whether the field is overlapped with other fields in the rule table after the size of the field is modified to the second size, if not, modifying the size of the corresponding field in the rule table to the second size in the configuration information, otherwise rejecting the modification.
An apparatus for replacing an ICD file in aviation software development, comprising:
the ICD analysis module is used for analyzing the ICD file, generating a structural rule of each field in the ICD file, and forming a rule table according to the attribute of each field in the structural rule, wherein the attribute of each field comprises the name, the position and the size of the field;
the storage rule management module is used for importing the rule table into an Excel table or a database to form a storage rule file;
and the data reading and writing module is used for providing an interface calling function for reading and writing the storage rule file for the application program.
Further, the storage rule management module is further configured to: acquiring an update file, wherein the update file comprises one or more pieces of update information, each piece of update information comprises a field name and a second attribute, and the second attribute comprises at least one of the field name, a second position and a second size; comparing the updated information in the updated file with the rule table one by one, modifying the attribute of the field according to the second attribute when the field with the same name as the field name in the updated information exists in the rule table, and storing the field and the attribute thereof in the rule file according to the updated information when the field with the same name as the field name in the updated information does not exist in the rule table.
The beneficial effects of the invention are as follows:
(1) In the prior art, for the non-universal situation existing in the use process of the ICD, a developer needs to write related codes singly according to actual fields so as to realize specific logic. According to the invention, the ICD file is abstracted into the rule table and stored in the Excel or database table to form the storage rule file, and then the function of reading and writing data according to the storage rule file is packaged into a device (analysis library) for a developer to use, so that the workload of the developer is reduced, the working efficiency is improved, and meanwhile, the repeated codes are reduced, so that the code structure is simple and clear, the code is optimized, and the error occurrence rate is reduced;
(2) According to the invention, the mode of describing the storage structure of the ICD file is converted into the mode of describing the custom storage rule, so that the direct dependence on the ICD file is reduced, the influence of ICD upgrading on the software version is relieved, and the compatibility is increased;
(3) In the invention, after a new version of ICD file comes out, a designer only needs to update the corresponding storage rule file, so that the problem of software version upgrading caused by ICD version upgrading is solved, the software is more compatible, and the maintenance cost of the whole system is reduced;
(4) The invention designs the function of reading and writing data through the storage rule file to be delivered to a developer in the form of a library file, thereby hiding the internal implementation details and increasing confidentiality; meanwhile, an information shielding means is provided for a designer, for example, names of fields in the ICD file are replaced by other aliases, so that the confidentiality problem of the ICD file is solved, a designer can give related information as required, work can be normally carried out under the condition of no disclosure, the project can be normally carried out, and research and development tasks are completed;
(5) The storage rule file is designed to be stored in Excel or a database, and can be modified by the existing mature tool, so that maintenance cost can be saved, software does not need to be changed, and compatibility is enhanced.
Drawings
FIG. 1 is a flow chart of an alternate method of the ICD file of the present invention;
FIG. 2 is a schematic diagram of a rule table;
FIG. 3 is a schematic diagram of the present invention for implementing data reading and writing;
fig. 4 is a schematic diagram of an alternative device for ICD files according to the present invention.
Detailed Description
The technical solutions of the present invention will be clearly and completely described below with reference to the embodiments, and it is apparent that the described embodiments are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by a person skilled in the art without any inventive effort, are intended to be within the scope of the present invention, based on the embodiments of the present invention.
Referring to fig. 1 to 4, the present invention provides an ICD file replacing method and apparatus in aviation software development:
as shown in fig. 1, an alternative method for ICD files in aviation software development includes steps S100 to S400.
And S100, analyzing the ICD file to generate structural rules of each field in the ICD file.
Generally, an ICD file to be replaced is obtained first, the ICD file is loaded into a memory, and then a clang compiling tool is called to analyze the ICD file, so that structural rules of each field in the ICD file are generated.
Structural rules of fields: the variables in a structure are called fields, and the variables can be a structure or a basic type of variables, and their structural rules refer to the number of bytes and bits of the variables. And S200, forming a rule table according to the attributes of each field in the structural rule, wherein the attributes of the fields comprise the name, the position and the size of the fields.
Specifically, the information such as the names, the occupied positions, the sizes and the like of the fields in the structural rule is read out to form a rule table.
Rule table: refers to a table formed by the description of the byte or bit size occupied by all variables in the structure.
The structtest { inta, shortb, intc:3, intd:5, inte:24 } rule table is shown in FIG. 2.
And S300, importing the rule table into an Excel table or a database to form a storage rule file.
In some embodiments, importing the rule table into an Excel table or database to form a storage rule file includes:
step S310, judging whether a preset configuration name file exists, if not, executing step S320, and if so, executing step S330. The configuration name file includes one or more pieces of configuration information, each piece of configuration information including a field name and a first attribute including at least one of a first alias, a first location, and a first size.
S320, importing the rule table into an Excel table or a database to form a storage rule file.
S330, comparing configuration information in the configuration name file with the rule table one by one, and modifying the attribute of the field according to the first attribute when the field with the same name as the field name in the configuration information exists in the rule table; and then importing the rule table into an Excel table or database to form a storage rule file.
Specifically, modifying the attribute of the field according to the first attribute includes: modifying the name of the corresponding field in the rule table to be a first alias in the configuration information; and/or modifying the position of the corresponding field in the rule table to a first position in the configuration information; and/or modifying the size of the corresponding field in the rule table to the first size in the configuration information.
In this embodiment, the storage rule file is formed in two cases, where in the first case, when the configuration name file does not exist, the rule table is directly imported into the Excel table or the database to form the storage rule file; and when the configuration name file exists, replacing the names, the positions and the sizes of the related fields in the rule table with the first aliases, the first positions and the first sizes in the configuration information, modifying the rule table, and finally importing the modified rule table into an Excel table or a database to form a storage rule file. In the second case, the designer may rename each field (field) as needed so that the new name of the field is different from its name in the ICD file, thereby increasing the confidentiality of the field.
In some embodiments, modifying the location of the corresponding field in the rule table to the first location in the configuration information includes: judging whether the position of the field is changed to the first position or not, which results in the position overlapping of the field and other fields in the rule table, if not, changing the position of the corresponding field in the rule table to the first position in the configuration information, otherwise, refusing the change, and prompting the preset error information.
Modifying the size of the corresponding field in the rule table to a first size in the configuration information includes: judging whether the field is overlapped with other fields in the rule table after the size of the field is modified to be the first size, if not, modifying the size of the corresponding field in the rule table to be the first size in the configuration information, otherwise, refusing the modification, and prompting the preset error information.
In this embodiment, before modifying the position and size of a field in the rule table, it is first determined whether the modification will cause the field to affect the other fields in the rule table, for example, whether the field will overlap with the positions of the other fields, and if the modification will cause the other fields, the modification is refused, so as to avoid the error in the whole storage rule file caused by modifying the position and size of a certain field. Meanwhile, a preset error message is prompted to the user so that the user can know the specific error reason.
In this embodiment, the storage rule is designed to be stored in Excel or database, and can be modified by the existing mature tool, so that maintenance cost is saved, software is not required to be changed, and compatibility is enhanced.
And S400, executing data reading and writing operation according to the storage rule file.
Specifically, the data reading process is to query the storage rule of a certain field in the storage rule file according to the programming requirement, obtain the storage rule, and then read the actual value in the memory through the value function for use by the application logic. The writing process of the data is to search the storage rule of a certain field in the storage rule file according to the programming requirement, find the storage position of the value to be updated through the setting function after obtaining the storage rule, write the value into the memory space, and use the value for application logic.
As shown in fig. 3, reading or writing data in a data block may be accomplished depending on reading a certain start word, end word, start bit in word, end bit in word from an Excel or database table.
In the embodiment, the part of the function of storing the rule read-write data is designed to be finally delivered to a developer in a library file mode, so that the internal implementation details are hidden, the confidentiality is improved, the information shielding means is provided for a designer, and the ICD file is not required to be directly provided. The developer can operate the corresponding field only by using the parameters and functions of the GET/SET interface provided by the device.
In some embodiments, the method of replacing an ICD file further comprises the step of storing an update of the rule file. Specifically, the method for updating the storage rule file comprises the following steps: acquiring an update file, wherein the update file comprises one or more pieces of update information, each piece of update information comprises a field name and a second attribute, and the second attribute comprises at least one of the field name, a second position and a second size; comparing the updated information in the updated file with the rule table one by one, modifying the attribute of the field according to the second attribute when the field with the same name as the field name in the updated information exists in the rule table, and storing the field and the attribute thereof in the rule file according to the updated information when the field with the same name as the field name in the updated information does not exist in the rule table.
Specifically, modifying the attribute of the field according to the update information includes: modifying the name of the corresponding field in the rule table to a second alias in the update information; and/or modifying the position of the corresponding field in the rule table to a second position in the update information; and/or modifying the size of the corresponding field in the rule table to a second size in the update information.
In some embodiments, modifying the location of the corresponding field in the rule table to a second location in the update information includes: judging whether the position of the field is changed to the second position or not, which results in the position overlapping of the field and other fields in the rule table, if not, changing the position of the corresponding field in the rule table to the second position in the configuration information, otherwise, refusing the change, and prompting the preset error information. Modifying the size of the corresponding field in the rule table to a second size in the update information, comprising: judging whether the field is overlapped with other fields in the rule table after the size of the field is modified to the second size, if not, modifying the size of the corresponding field in the rule table to the second size in the configuration information, otherwise, refusing the modification, and prompting the preset error information.
In this embodiment, before updating the position and size of a field in the rule table, it is first determined whether the update will cause the field to affect the other fields in the rule table, for example, whether the field will overlap with the positions of the other fields, if the field will affect the other fields, the update is refused, so as to avoid the error of the whole storage rule file caused by updating the position and size of a certain field. Meanwhile, a preset error message is prompted to the user so that the user can know the specific error reason.
In this embodiment, if a field corresponding to the update information exists in the storage rule file, the information such as the name, the position, the size, etc. of the field is modified according to the update information; if the field corresponding to the update information does not exist in the storage rule file, a corresponding field is newly built in the storage rule file according to the update information, and the name, the position and the size of the field are set.
In this embodiment, when updating the storage rule file, only the field to be updated needs to be processed, which is very simple and convenient. If a corresponding storage rule file is generated for a certain ICD file initially, when the version of the ICD file is updated, the original storage rule file is only required to be modified according to the updated content, and generation of the storage rule file is not required to be performed according to a new ICD file, so that updating and upgrading operations are simplified.
As shown in fig. 4, the alternative device for the ICD file in the aviation software development includes an ICD parsing module, a storage rule management module and a data reading and writing module. The ICD analysis module is used for analyzing the ICD file, generating a structural rule of each field in the ICD file, and forming a rule table according to the attribute of each field in the structural rule, wherein the attribute of each field comprises the name, the position and the size of the field. The storage rule management module is used for importing the rule table into an Excel table or a database to form a storage rule file. The data read-write module is used for providing an interface calling function for an application program to read and write the storage rule file.
In some embodiments, the storage rule management module implements functional logic via a c++ code language; the data read-write module realizes the read-write operation of numerical values according to the storage rules in the storage rule file through the bit operation of the C++ language, and realizes the calling interface (comprising setting and obtaining) of external program logic. After the function development of the whole device is completed, the whole device is packaged into a C++ static library and provided for application logic integrated development.
In some embodiments, the storage rule management module is further to: judging whether a preset configuration name file exists or not, wherein the configuration name file comprises one or more pieces of configuration information, each piece of configuration information comprises a field name and a first attribute, and the first attribute comprises at least one of a first alias, a first position and a first size; if the configuration name file exists, comparing configuration information in the configuration name file with the rule table one by one, and modifying the attribute of the field according to the first attribute when the field with the same name as the field name in the configuration information exists in the rule table; then importing the rule table into an Excel table or database to form a storage rule file; if the configuration name file does not exist, the rule table is imported into an Excel table or a database to form a storage rule file.
The storage rule management module is further configured to: acquiring an update file, wherein the update file comprises one or more pieces of update information, each piece of update information comprises a field name and a second attribute, and the second attribute comprises at least one of the field name, a second position and a second size; comparing the updated information in the updated file with the rule table one by one, modifying the attribute of the field according to the second attribute when the field with the same name as the field name in the updated information exists in the rule table, and storing the field and the attribute thereof in the rule file according to the updated information when the field with the same name as the field name in the updated information does not exist in the rule table.
It should be noted that, for convenience and brevity, a person skilled in the art will clearly understand that, for the specific working procedure of the apparatus described above, reference may be made to the corresponding procedure in the foregoing method embodiment, and the description will not be repeated here.
The foregoing is merely a preferred embodiment of the invention, and it is to be understood that the invention is not limited to the form disclosed herein but is not to be construed as excluding other embodiments, but is capable of numerous other combinations, modifications and environments and is capable of modifications within the scope of the inventive concept, either as taught or as a matter of routine skill or knowledge in the relevant art. And that modifications and variations which do not depart from the spirit and scope of the invention are intended to be within the scope of the appended claims.

Claims (8)

1. The method for replacing the ICD file in the aviation software development is characterized by comprising the following steps of:
analyzing an ICD file and generating a structural rule of each field in the ICD file;
forming a rule table according to the attribute of each field in the structural rule, wherein the attribute of each field comprises the name, the position and the size of the field;
importing the rule table into an Excel table or database to form a storage rule file;
executing the read-write operation of the data according to the storage rule file;
importing the rule table into an Excel table or database to form a storage rule file, wherein the method comprises the following steps:
judging whether a preset configuration name file exists or not, wherein the configuration name file comprises one or more pieces of configuration information, each piece of configuration information comprises a field name and a first attribute, and the first attribute comprises at least one of a first alias, a first position and a first size;
if the configuration name file exists, comparing configuration information in the configuration name file with the rule table one by one, and modifying the attribute of the field according to the first attribute when the field with the same name as the field name in the configuration information exists in the rule table; then importing the rule table into an Excel table or database to form a storage rule file;
if the configuration name file does not exist, the rule table is imported into an Excel table or a database to form a storage rule file.
2. The method for replacing an ICD file in aviation software development according to claim 1, wherein parsing the ICD file to generate structural rules for each field in the ICD file comprises:
and calling a clang compiling tool to analyze the ICD file and generating the structural rule of each field in the ICD file.
3. An alternative method of an ICD file in aviation software development according to claim 2, wherein modifying the attribute of the field according to the first attribute comprises:
modifying the name of the corresponding field in the rule table to be a first alias in the configuration information; and/or the number of the groups of groups,
modifying the position of the corresponding field in the rule table to be a first position in the configuration information; and/or the number of the groups of groups,
the size of the corresponding field in the rule table is modified to a first size in the configuration information.
4. An alternative method for an ICD file in aviation software development according to claim 2, wherein modifying the location of the corresponding field in the rule table to the first location in the configuration information comprises: judging whether the position of the field is changed to the first position and then the field is overlapped with the positions of other fields in the rule form, if not, changing the position of the corresponding field in the rule form to the first position in the configuration information, otherwise refusing the change;
modifying the size of the corresponding field in the rule table to a first size in the configuration information includes: judging whether the field is overlapped with other fields in the rule table after the size of the field is modified to be the first size, if not, modifying the size of the corresponding field in the rule table to be the first size in the configuration information, otherwise, refusing the modification.
5. An alternative method for an ICD file in aviation software development according to claim 1, wherein the method for updating the storage rule file is as follows:
acquiring an update file, wherein the update file comprises one or more pieces of update information, each piece of update information comprises a field name and a second attribute, and the second attribute comprises at least one of the field name, a second position and a second size;
comparing the updated information in the updated file with the rule table one by one, modifying the attribute of the field according to the second attribute when the field with the same name as the field name in the updated information exists in the rule table, and storing the field and the attribute thereof in the rule file according to the updated information when the field with the same name as the field name in the updated information does not exist in the rule table.
6. An alternative method for an ICD file in aviation software development according to claim 5, wherein modifying the attributes of the field according to the update information comprises:
modifying the name of the corresponding field in the rule table to a second alias in the update information; and/or the number of the groups of groups,
modifying the position of the corresponding field in the rule table to a second position in the update information; and/or the number of the groups of groups,
the size of the corresponding field in the rule table is modified to a second size in the update information.
7. An alternative method for an ICD file in aviation software development according to claim 6 wherein modifying the location of the corresponding field in the rule table to a second location in the updated information comprises: judging whether the position of the field is changed to a second position or not, which results in the position overlapping of the field and other fields in the rule table, if not, changing the position of the corresponding field in the rule table to the second position in the configuration information, otherwise refusing the change;
modifying the size of the corresponding field in the rule table to a second size in the update information, comprising: judging whether the field is overlapped with other fields in the rule table after the size of the field is modified to the second size, if not, modifying the size of the corresponding field in the rule table to the second size in the configuration information, otherwise rejecting the modification.
8. ICD file's substitute means in aviation software development, characterized by including:
the ICD analysis module is used for analyzing the ICD file, generating a structural rule of each field in the ICD file, and forming a rule table according to the attribute of each field in the structural rule, wherein the attribute of each field comprises the name, the position and the size of the field;
the storage rule management module is used for importing the rule table into an Excel table or a database to form a storage rule file;
the data read-write module is used for providing an interface calling function for the application program to read and write the storage rule file;
the storage rule management module is further configured to: acquiring an update file, wherein the update file comprises one or more pieces of update information, each piece of update information comprises a field name and a second attribute, and the second attribute comprises at least one of the field name, a second position and a second size; comparing the updated information in the updated file with the rule table one by one, modifying the attribute of the field according to the second attribute when the field with the same name as the field name in the updated information exists in the rule table, and storing the field and the attribute thereof in the rule file according to the updated information when the field with the same name as the field name in the updated information does not exist in the rule table.
CN202310898244.5A 2023-07-21 2023-07-21 ICD file substitution method and device in aviation software development Active CN116627390B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310898244.5A CN116627390B (en) 2023-07-21 2023-07-21 ICD file substitution method and device in aviation software development

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310898244.5A CN116627390B (en) 2023-07-21 2023-07-21 ICD file substitution method and device in aviation software development

Publications (2)

Publication Number Publication Date
CN116627390A CN116627390A (en) 2023-08-22
CN116627390B true CN116627390B (en) 2023-09-29

Family

ID=87642130

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310898244.5A Active CN116627390B (en) 2023-07-21 2023-07-21 ICD file substitution method and device in aviation software development

Country Status (1)

Country Link
CN (1) CN116627390B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104052626A (en) * 2014-07-02 2014-09-17 大唐移动通信设备有限公司 Method, device and system for configuring network element data
CN105550254A (en) * 2015-12-05 2016-05-04 中国航空工业集团公司洛阳电光设备研究所 Method for automatically generating ICD (Interface Control Document) information database by ICD information
CN106980560A (en) * 2017-03-17 2017-07-25 北京临近空间飞行器系统工程研究所 One kind is based on ICD database multibus protocol tests and emulation mode and platform
CN107066243A (en) * 2016-12-06 2017-08-18 西安航空学院 A kind of parsing of general airborne-bus interface control document and packaging method
CN112039975A (en) * 2020-08-26 2020-12-04 中国建设银行股份有限公司 Method, device, equipment and storage medium for processing message field
CN115167891A (en) * 2022-07-07 2022-10-11 北京蓝天航空科技股份有限公司 Data updating method, device and equipment of interface control file and storage medium
CN116107703A (en) * 2023-04-14 2023-05-12 北京蓝天航空科技股份有限公司 Interface control document generation method and device

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104052626A (en) * 2014-07-02 2014-09-17 大唐移动通信设备有限公司 Method, device and system for configuring network element data
CN105550254A (en) * 2015-12-05 2016-05-04 中国航空工业集团公司洛阳电光设备研究所 Method for automatically generating ICD (Interface Control Document) information database by ICD information
CN107066243A (en) * 2016-12-06 2017-08-18 西安航空学院 A kind of parsing of general airborne-bus interface control document and packaging method
CN106980560A (en) * 2017-03-17 2017-07-25 北京临近空间飞行器系统工程研究所 One kind is based on ICD database multibus protocol tests and emulation mode and platform
CN112039975A (en) * 2020-08-26 2020-12-04 中国建设银行股份有限公司 Method, device, equipment and storage medium for processing message field
CN115167891A (en) * 2022-07-07 2022-10-11 北京蓝天航空科技股份有限公司 Data updating method, device and equipment of interface control file and storage medium
CN116107703A (en) * 2023-04-14 2023-05-12 北京蓝天航空科技股份有限公司 Interface control document generation method and device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"航空总线ICD数据库管理系统软件设计";曹雄伟 等;《教练机》;第15-17, 40页 *

Also Published As

Publication number Publication date
CN116627390A (en) 2023-08-22

Similar Documents

Publication Publication Date Title
US7162709B2 (en) System and method for common code generation
CN106598612B (en) Operation method and system for data table in database
US20240045850A1 (en) Systems and methods for database orientation transformation
US11526656B2 (en) Logical, recursive definition of data transformations
CN107665216B (en) Database access method and middleware
CN112650766B (en) Database data operation method, system and server
JPH08512152A (en) Incremental generation system
WO2019237333A1 (en) Converting database language statements between dialects
US20150261507A1 (en) Validating sql queries in a report
US20210365258A1 (en) Method and system for updating legacy software
WO2023087720A1 (en) Applet generation method and apparatus, device and storage medium
CN111367893A (en) Method and device for database version iteration
CN116627390B (en) ICD file substitution method and device in aviation software development
JP7131119B2 (en) Systems and methods for merging source data from a source application with target data in a target application
CN111930387B (en) Integration method and device of integration package, electronic equipment and storage medium
KR100428706B1 (en) Method for Creating Program Code Automatically Using Pattern and Component
CN107577476A (en) A kind of Android system source code difference analysis method, server and medium based on Module Division
CN113608748A (en) Data processing method, device and equipment for converting C language into Java language
GB2351367A (en) Generating code for processing a database
CN112130841B (en) SQL development method and device and terminal equipment
CN117234466B (en) Enterprise management software development method, system, equipment and storage medium
KR102276290B1 (en) Apparatus for generating large scale test data
US20240134833A1 (en) Relational database system
KR100656559B1 (en) Program Automatic Generating Tools
CN114942766A (en) Excel function conversion method based on SQL database and related device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant