CN110175115B - Variable-based dynamic data operation and management system - Google Patents

Variable-based dynamic data operation and management system Download PDF

Info

Publication number
CN110175115B
CN110175115B CN201910360846.9A CN201910360846A CN110175115B CN 110175115 B CN110175115 B CN 110175115B CN 201910360846 A CN201910360846 A CN 201910360846A CN 110175115 B CN110175115 B CN 110175115B
Authority
CN
China
Prior art keywords
message
value
queue
variable
key
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
CN201910360846.9A
Other languages
Chinese (zh)
Other versions
CN110175115A (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.)
China Aeronautical Radio Electronics Research Institute
Original Assignee
China Aeronautical Radio Electronics Research Institute
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 China Aeronautical Radio Electronics Research Institute filed Critical China Aeronautical Radio Electronics Research Institute
Priority to CN201910360846.9A priority Critical patent/CN110175115B/en
Publication of CN110175115A publication Critical patent/CN110175115A/en
Application granted granted Critical
Publication of CN110175115B publication Critical patent/CN110175115B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a dynamic data operation and management system based on variables, which comprises a relational data storage management module, a dynamic variable data management module and an external interface module, wherein the relational data storage stores static data; the dynamic variable data management module extracts relevant information from the relational data storage management module to form a dynamic data variable pool and assigns values; and the external interface module provides a keyword function library for operating the variables in the dynamic data variable pool to the outside. Through the variable-based dynamic data service, all the test systems can be interconnected and intercommunicated; through data sharing, each functional module can be freely subscribed and transparently accessed; and an information source is provided for the analysis of the large data of the later test by collecting and storing the test intermediate data.

Description

Variable-based dynamic data operation and management system
Technical Field
The invention belongs to the technical field of testing and simulation, and is suitable for scenes of testing, off-position testing, integrated verification, system simulation and the like of various complex systems (such as an avionic system, a vehicle electrical system, an engine test, an automatic control system and the like). Furthermore, the present invention is equally applicable to other fields involving data sharing and data interaction.
Background
In the field of testing, with the increasing integration of tested objects, the increasing performance of systems, and the complex cross-linking in systems, conventional customized testing equipment cannot meet the requirements of testing technology, testing cost and testing progress, and it has become an industry consensus to provide a universal testing system based on a unified testing architecture, a loose functional coupling and an open type.
According to the invention, a test application component, a case execution component, a model simulation component, a data monitoring component, a bus interface component, a hardware equipment component and the like are subjected to real-time communication and free access of each functional module through a variable-based dynamic data operation and management system, and a test system can be rapidly set up, cut or expanded according to different test objects, so that the test system can meet the verification scenes of a plurality of fields and responsible systems.
Disclosure of Invention
The invention aims to provide a dynamic data operation and management system based on variables, each functional module of the system can be freely accessed into a platform, information can be transparently and efficiently accessed among the functional modules, and test intermediate data can be effectively organized, shared and stored in real time. The invention provides a foundation for the development of a universal, modular and intelligent test system, and all the test systems can be interconnected and intercommunicated through the variable-based dynamic data service; through data sharing, each functional module can be freely subscribed and transparently accessed; and an information source is provided for the analysis of the large data of the later test by collecting and storing the test intermediate data.
The invention aims to be realized by the following technical scheme:
a dynamic data operation and management system based on variables comprises a relational data storage management module, a dynamic variable data management module and an external interface module, wherein:
the relational data storage management module comprises a tested product information base based on MYSQL, a test data message structure base and a test data and hardware resource binding information base, wherein the test data message structure base is respectively associated with the tested product information base and the test data and hardware resource binding information base;
the dynamic variable data management module extracts relevant information from the relational data storage management module, forms a dynamic data variable pool in a redis database and assigns values; a signal queue in the dynamic data variable pool contains all signals of the message, and a variable queue contains all variables of the signals;
the external interface module is used for importing a test data configuration file and a hardware resource configuration file of the tested system into the relational data storage management module and providing a keyword function library for operating variables in the dynamic data variable pool to the outside.
According to the characteristics, the dynamic data variable pool comprises a message Value key Value queue, a signal Value key Value queue, a variable Value key Value queue and a structural key Value queue of the test message; the keyword function library comprises an assignment function, and the assignment function performs the following operations:
s101, finding a corresponding variable in a variable value key value queue, and updating the variable value;
s102, inquiring a structural key value queue of the test message to obtain a signal corresponding to the variable, finding a corresponding signal value in the signal value key value queue, and updating the signal value;
s103, inquiring a structure key value queue of the test message to obtain a message corresponding to the signal, finding a corresponding message value in the message value key value queue, and updating the message value.
According to the characteristics, the dynamic data variable pool comprises a message Value key Value queue, a signal Value key Value queue, a variable Value key Value queue and a structural key Value queue of the test message; the keyword function library comprises a sending function, and the sending function performs the following operations:
s201, searching a message Value key Value queue according to the required message to obtain a message Value;
s202, searching a structural key Value of the test message according to the required message, and acquiring hardware resource information bound by the message Value;
s203, sending the message to a specified service node, and calling the simulation hardware resource by the service node to send the simulation hardware resource to the tested product.
According to the characteristics, the dynamic data variable pool comprises a message Value key Value queue, a signal Value key Value queue, a variable Value key Value queue and a structural key Value queue of the test message; the keyword function library comprises a receiving function, and the receiving function performs the following operations:
s301, receiving a message of a tested product uploaded by a service node;
s302, searching a structural key value queue of the test message according to the identification of the received message to obtain a structure of the message, the signal and the variable corresponding to the message;
and S303, assigning the received message data to the corresponding message Value key Value queue, signal Value key Value queue and variable Value key Value queue respectively according to the structures of the obtained message, signal and variable.
According to the characteristics, the dynamic data variable pool comprises a message Value key Value queue, a signal Value key Value queue, a variable Value key Value queue and a structural key Value queue of the test message; the keyword function library comprises a display/monitor function, and the display/monitor function performs the following operations:
s401, searching a structural key value queue of the test message according to the message to be displayed/monitored to obtain a corresponding message key, a signal key and a variable key;
s402, searching the corresponding message Value key Value queue, signal Value key Value queue and variable Value key Value queue according to the obtained message key, signal key and variable key, and pushing the obtained message, signal and variable Value to an interface for displaying/monitoring.
Drawings
FIG. 1 is a schematic diagram of a dynamic data operation and management system based on variables.
Fig. 2 is a schematic diagram of the attributes of the product information base under test.
FIG. 3 is a diagram of attributes of a library of test data message structures.
FIG. 4 is a diagram illustrating properties of a binding database of test data and hardware resources.
FIG. 5 is a schematic diagram of the general structure of a relational data storage management module.
FIG. 6 is a flow chart of the dynamic data operation and management system based on variables.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples.
Referring to fig. 1, the variable-based dynamic data operation and management system includes a relational data storage management module, a dynamic variable data management module, and an external interface module. The relational data storage management module is used for uniformly managing data which are strongly associated and need to be stored permanently, such as format definition, parameter information, data structures and the like of test data. And the dynamic variable data management module takes out the data information in the relational data storage management module aiming at different test scenes and test processes, and analyzes the data information into variables to be injected into a dynamic data variable pool according to a uniform format. The external interface module is a black box capable of receiving external commands, and can access the dynamic data variable pool through a series of API functions. Also because the mode that adopts the black box, so under the prerequisite that realizes the interface, multiple optimization can be carried out in inside realization, like distributed execution etc. have very high expansibility. The functional blocks are explained in detail below.
1. Relational data storage management module
The relational data storage management module comprises a tested product information base, a test data message structure base and a test data and hardware resource binding information base, wherein the tested product information base, the test data message structure base and the test data and hardware resource binding information base are all realized by a MYSQL database.
Figure BDA0002046769660000051
Tested product information base
The tested product information base mainly carries out all-around description and management on the information related to the tested system. The method mainly comprises a verification stage to which a tested product belongs, an affiliated project, an affiliated product type, the name, the number, the picture and other necessary description information. The specific attributes and the cross-linking relationship of the product information base to be tested are shown in fig. 2.
Figure BDA0002046769660000052
Test data message structure library
The test data configuration file is used as the output of the product detailed design stage, defines the functional data flow of the tested system and is a core input file in the test verification process. And after loading and analyzing the test data configuration file, extracting the structure information of the test data and storing the structure information in a test data message structure library for unified management. The test data message structure library includes a structure table of the message packet, a structure table of the signal in the message packet, and a structure table of the variable in the signal, and specific attributes and cross-linking relationships of the test data message structure library are shown in fig. 3.
Figure BDA0002046769660000053
Binding information base of test data and hardware resource
The test data is in data communication with the system to be tested through a certain hardware resource, and after manual configuration, each test data can bind corresponding hardware resource information and is finally analyzed to a hardware resource layer, so that data interaction between the test data and the system to be tested is realized. The test data and hardware resource binding information base mainly comprises a node computer information table and a hardware information table. The specific properties and cross-linking relationship between the test data and the hardware resource binding information base are shown in fig. 4.
The general structure diagram of the relational data storage management module and the cross-linking relationship of each database are shown in fig. 5, the test data message structure library is respectively associated with the tested product information library and the test data and hardware resource binding information library, after the test data configuration file and the hardware resource configuration file of the tested system are imported into the relational data storage management module, the relational data storage management module analyzes the test data configuration file and the hardware resource configuration file, and fills the analyzed data into the tested product information library, the test data message structure library and the test data and hardware resource binding information library.
2. Dynamic variable data management module
Due to the insufficiency of the relational data storage management module in real-time, the data interaction between the test data and the tested product is seriously influenced. In order to solve the problem, a high-instantaneity memory database Redis is used for storing and maintaining dynamic test data, relevant information of test messages in a relational data storage management module is extracted and registered in a dynamic data variable pool. The dynamic data variable pool mainly comprises two parts: value key queue of test messages and structure key of test messages.
The Value key queue of the test message includes a message Value key queue, a signal Value key queue, and a variable Value key queue, and selects a < key, string > mode, as shown in table 1. In order to ensure the uniqueness of the key value in the Redis, a character string consisting of a message name and a message specification number is selected as the key value.
TABLE 1 Redis data storage Structure design-ID mapping
Figure BDA0002046769660000061
Figure BDA0002046769660000071
The structural key team of the test message selects the < key, hash > mode, and Redis designed as follows, as shown in table 2.
Table 2 Redis data storage Structure design-data Structure
Figure BDA0002046769660000072
It should be noted that all the x values in the table are extracted from the corresponding table in the relational data storage management module, the signal queue includes all the signals of the message, the variable queue includes all the variables of the signals, and the multi-layer nested hash structure is adopted to store all the structure information of the test message.
3. External interface module
The external interface module is responsible for remote calling through a ZeroRpc component, so that the external interface module is a black box capable of receiving external commands and can be accessed through a socket. Because the engine is a black box, on the premise of realizing the interface, the internal implementation can be optimized in various ways, such as distributed execution and the like, and the engine has high expansibility. For example: the external interface module can import a test data configuration file and a hardware resource configuration file of the tested system into the relational data storage management module; when the dynamic data service runs, if data needs to be changed, a variable value in a message is changed by calling an assignment function set _ para _ data:
s101, finding a corresponding variable in a variable value key value queue, and updating the variable value;
s102, querying a structure key value queue of the test message to obtain a signal corresponding to the variable, finding a corresponding signal value in the signal value key value queue, and updating the signal value;
s103, querying a structure key value queue of the test message to obtain a message corresponding to the signal, finding a corresponding message value in the message value key value queue, and updating the message value.
If the message needs to be sent, the message sending function send _ message _ data is called to realize that:
s201, searching a message Value key Value queue according to a required message to obtain a message Value;
s202, searching a structural key Value of the test message according to the required message, and acquiring hardware resource information bound by the message Value;
s203, sending the message to a specified service node, and calling the simulation hardware resource by the service node to send the simulation hardware resource to the tested product.
If the message needs to be received, the message is received by calling a receiving function recv _ message _ data:
s301, receiving a message of a tested product uploaded by a service node;
s302, searching a structural key value queue of the test message according to the identification of the received message to obtain a structure of the message, the signal and the variable corresponding to the message;
and S303, assigning the received message data to the corresponding message Value key Value queue, signal Value key Value queue and variable Value key Value queue respectively according to the structures of the obtained message, signal and variable.
If monitoring/displaying is needed, the monitoring/displaying function get _ para _ data is called to realize that:
s401, searching a structural key value queue of the test message according to the message needing to be displayed/monitored to obtain a corresponding message key, a signal key and a variable key;
s402, searching the corresponding message Value key Value queue, signal Value key Value queue and variable Value key Value queue according to the obtained message key, signal key and variable key, and pushing the obtained message, signal and variable Value to an interface for displaying/monitoring.
The following description is made with the pseudo code of two functions of set _ para _ data and send _ msg _ data:
Figure BDA0002046769660000091
data write/variable assignment
Calling a keyword set _ para _ data (para _ name, value) to change a variable value in a message; the pseudo code of its execution logic is as follows:
Figure BDA0002046769660000092
Figure BDA0002046769660000093
data transmission
If data needs to be transmitted (taking event type data transmission as an example temporarily), a key send _ msg _ data (msg _ name) is called, and the key needs to complete two steps: (1) acquiring the value of a corresponding message through the msg _ name; (2) and after the length, the bus information and the hardware channel information are acquired through the msg _ name, the message is issued. It executes pseudo code as follows:
Figure BDA0002046769660000101
the operation flow of the variable-based dynamic data operation and management system is shown in fig. 6:
1) A user selects a test data configuration file and a hardware resource configuration file of a current system to be tested and loads the test data configuration file and the hardware resource configuration file through an external interface module;
2) And the external interface module analyzes the test data configuration file and the hardware resource configuration file after judging that the test data configuration file and the hardware resource configuration file are correct, creates form data, and stores the tested product information, the test data structure information and the hardware information into the MySQL database.
3) And the simulation application tool extracts relevant information from the relational database through the external interface module to form an interactive interface for binding the test data and the hardware resources. And manually configuring the interface by a user, and binding the test data with the hardware channel. After the binding is finished, storing the binding result in a MySQL database;
4) The dynamic variable data management module initiates a register variable, extracts related information from the relational database, forms a dynamic data variable pool in the redis database and assigns initial values, namely a Value key Value queue of the test message and a structure key Value queue of the test message. (ii) a
5) When the variables need to be released, the key word function library of the external interface module accesses the dynamic data variable pool to obtain variable data, and then the test data is sent out through the release channel.
6) When the subscribed variables are updated, the external interface module calls the key word function library to update the variables of the dynamic data variable pool.
It should be understood that equivalents and modifications of the technical solution and inventive concept thereof may occur to those skilled in the art, and all such modifications and alterations should fall within the scope of the appended claims.

Claims (5)

1. A dynamic data operation and management system based on variables comprises a relational data storage management module, a dynamic variable data management module and an external interface module, and is characterized in that:
the relational data storage management module comprises a tested product information base based on MYSQL, a test data message structure base and a test data and hardware resource binding information base, wherein the test data message structure base is respectively associated with the tested product information base and the test data and hardware resource binding information base, the test data message structure base comprises a structure table of a message packet, a structure table of a signal in the message packet and a structure table of a variable in the signal, and after a test data configuration file and a hardware resource configuration file of a tested system are introduced into the relational data storage management module, the relational data storage management module analyzes the test data configuration file and the hardware resource configuration file and fills the analyzed data into the tested product information base, the test data message structure base and the test data and hardware resource binding information base;
the dynamic variable data management module extracts relevant information from the relational data storage management module, forms a dynamic data variable pool in a redis database and assigns values; a signal queue in the dynamic data variable pool contains all signals of the message, and a variable queue contains all variables of the signals;
the external interface module is used for importing a test data configuration file and a hardware resource configuration file of the tested system into the relational data storage management module and providing a keyword function library for operating variables in the dynamic data variable pool to the outside.
2. The system according to claim 1, wherein the dynamic data variable pool comprises a message Value key queue, a signal Value key queue, a variable Value key queue, and a structure key queue for test messages; the keyword function library comprises an assignment function, and the assignment function performs the following operations:
s101, finding a corresponding variable in a variable value key value queue, and updating the variable value;
s102, querying a structure key value queue of the test message to obtain a signal corresponding to the variable, finding a corresponding signal value in the signal value key value queue, and updating the signal value;
s103, querying a structure key value queue of the test message to obtain a message corresponding to the signal, finding a corresponding message value in the message value key value queue, and updating the message value.
3. The system according to claim 1, wherein the dynamic data variable pool comprises a message Value key queue, a signal Value key queue, a variable Value key queue, and a structure key queue for test messages; the keyword function library comprises a sending function, and the sending function performs the following operations:
s201, searching a message Value key Value queue according to a required message to obtain a message Value;
s202, searching a structural key Value of the test message according to the required message, and acquiring hardware resource information bound by the message Value;
s203, sending the message to a specified service node, and calling the simulation hardware resource by the service node to send the simulation hardware resource to the tested product.
4. The system according to claim 1, wherein the dynamic data variable pool comprises a message Value key queue, a signal Value key queue, a variable Value key queue, and a structure key queue for test messages; the keyword function library comprises a receiving function, and the receiving function performs the following operations:
s301, receiving a message of a tested product uploaded by a service node;
s302, searching a structural key value queue of the test message according to the identification of the received message to obtain a structure of the message, the signal and the variable corresponding to the message;
and S303, assigning the received message data to a corresponding message Value key Value queue, a signal Value key Value queue and a variable Value key Value queue respectively according to the structures of the obtained message, signal and variable.
5. The system according to claim 1, wherein the dynamic data variable pool comprises a message Value key queue, a signal Value key queue, a variable Value key queue, and a structure key queue for test messages; the keyword function library comprises a display/monitor function, and the display/monitor function performs the following operations:
s401, searching a structural key value queue of the test message according to the message to be displayed/monitored to obtain a corresponding message key, a signal key and a variable key;
s402, searching the corresponding message Value key Value queue, signal Value key Value queue and variable Value key Value queue according to the obtained message key, signal key and variable key, and pushing the obtained message, signal and variable Value to an interface for displaying/monitoring.
CN201910360846.9A 2019-04-30 2019-04-30 Variable-based dynamic data operation and management system Active CN110175115B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910360846.9A CN110175115B (en) 2019-04-30 2019-04-30 Variable-based dynamic data operation and management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910360846.9A CN110175115B (en) 2019-04-30 2019-04-30 Variable-based dynamic data operation and management system

Publications (2)

Publication Number Publication Date
CN110175115A CN110175115A (en) 2019-08-27
CN110175115B true CN110175115B (en) 2022-12-27

Family

ID=67690448

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910360846.9A Active CN110175115B (en) 2019-04-30 2019-04-30 Variable-based dynamic data operation and management system

Country Status (1)

Country Link
CN (1) CN110175115B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6507842B1 (en) * 2000-07-10 2003-01-14 National Instruments Corporation System and method for importing and exporting test executive values from or to a database
CN102004745A (en) * 2009-09-02 2011-04-06 中国银联股份有限公司 Data transfer system and method
CN107122289A (en) * 2016-02-25 2017-09-01 阿里巴巴集团控股有限公司 The method of system regression test, apparatus and system
CN107704568A (en) * 2017-09-29 2018-02-16 马上消费金融股份有限公司 A kind of method and device of test data addition
CN107807878A (en) * 2016-09-09 2018-03-16 北京航空航天大学 Automatic test engine based on keyword

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8473913B2 (en) * 2006-01-11 2013-06-25 Hitachi Data Systems Corporation Method of and system for dynamic automated test case generation and execution
US20170242876A1 (en) * 2016-02-22 2017-08-24 Ca, Inc. Maintaining Database Referential Integrity Using Different Primary and Foreign Key Values

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6507842B1 (en) * 2000-07-10 2003-01-14 National Instruments Corporation System and method for importing and exporting test executive values from or to a database
CN102004745A (en) * 2009-09-02 2011-04-06 中国银联股份有限公司 Data transfer system and method
CN107122289A (en) * 2016-02-25 2017-09-01 阿里巴巴集团控股有限公司 The method of system regression test, apparatus and system
CN107807878A (en) * 2016-09-09 2018-03-16 北京航空航天大学 Automatic test engine based on keyword
CN107704568A (en) * 2017-09-29 2018-02-16 马上消费金融股份有限公司 A kind of method and device of test data addition

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
A Novel Redis Security Extension for NoSQL Database Using Authentication and Encryption;Asadu lla Khan Zaki,et al.;《Tsinghua Science and Technology》;20150212;第62-71页 *
LAMOST观测控制系统的建立与测试;姚仰光;《中国博士学位论文全文数据库 工程科技II辑》;20090715;C030-3 *
综合模块化航电软件仿真测试环境研究;周庆 等;《航空学报》;20120425;第722-733页 *
通信网络资源管理系统设计与实现;刘波;《中国优秀硕士学位论文全文数据库 信息科技辑》;20120315;I136-205 *

Also Published As

Publication number Publication date
CN110175115A (en) 2019-08-27

Similar Documents

Publication Publication Date Title
US10354343B2 (en) Automated process control hardware engineering using schema-represented requirements
CN105094707A (en) Method and device for storing and reading data
CN109902126B (en) Loading system supporting HIVE automatic partition and implementation method thereof
CN111680799B (en) Method and device for processing model parameters
CN104252545A (en) Method for realizing object type attribute type lock of real-time memory database
CN113886485A (en) Data processing method, device, electronic equipment, system and storage medium
CN111858722A (en) Big data application system and method based on Internet of things
CN110008272B (en) NoSQL database evaluation system for sensor data and construction method thereof
CN105550333A (en) MongoDB-based test data storage query method and system
US10868880B2 (en) Control system with persistent and transient data stores for registration, production and status data for networked devices
CN110175115B (en) Variable-based dynamic data operation and management system
CN106776372B (en) Emulation data access method and device based on FPGA
CN112947896A (en) Directed graph-based component dependence analysis method
CN102855278B (en) A kind of emulation mode and system
CN112699183A (en) Data processing method, system, readable storage medium and computer equipment
US20140324918A1 (en) Database Generation System, Method For Generating A Database, Product Line Management System And Non-Transitory Data Carrier
CN104578418B (en) Configuration method and system of automatic power distribution equipment based on 101 protocols, and equipment
CN111045928A (en) Interface data testing method, device, terminal and storage medium
CN116483707A (en) Test method, test device, test apparatus, test program, and test program
CN112000669B (en) Environment monitoring data processing method and device, storage medium and terminal
CN114860228A (en) Module centralization sharing system realized based on Module Federation technology
CN112053128B (en) Power grid engineering standardized family database data management system and method
US8200613B1 (en) Approach for performing metadata reconciliation
CN112784434A (en) Model-based avionics design method
CN113609052A (en) Chip simulation system based on FPGA and microprocessor and implementation method

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