CN111221532A - Method and device for generating dynamic link library - Google Patents

Method and device for generating dynamic link library Download PDF

Info

Publication number
CN111221532A
CN111221532A CN201911339885.7A CN201911339885A CN111221532A CN 111221532 A CN111221532 A CN 111221532A CN 201911339885 A CN201911339885 A CN 201911339885A CN 111221532 A CN111221532 A CN 111221532A
Authority
CN
China
Prior art keywords
protocol
data
file
processing
generating
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.)
Pending
Application number
CN201911339885.7A
Other languages
Chinese (zh)
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.)
Beijing Sunwise Information Technology Ltd
Original Assignee
Beijing Sunwise Information Technology 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 Beijing Sunwise Information Technology Ltd filed Critical Beijing Sunwise Information Technology Ltd
Priority to CN201911339885.7A priority Critical patent/CN111221532A/en
Publication of CN111221532A publication Critical patent/CN111221532A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/06Notations for structuring of protocol data, e.g. abstract syntax notation one [ASN.1]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/26Special purpose or proprietary protocols or architectures

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Stored Programmes (AREA)

Abstract

The embodiment of the invention provides a method and a device for generating a dynamic link library. The method comprises the following steps: acquiring protocol configuration information according to a protocol in the simulation embedded project; generating a protocol code based on the protocol configuration information; and compiling the protocol code to generate a dynamic link library for processing the data communication protocol. The embodiment of the invention can encapsulate the data storage function, the data generation function, the data model docking function and the third-party software data support function with better commonality into a universal dynamic library; and the data functions which have independent functions and complex processing and influence the running efficiency of the virtual system are also packaged into an independent general dynamic library, and an independent thread is started for logic processing.

Description

Method and device for generating dynamic link library
Technical Field
The invention relates to the technical field of data processing, in particular to a method and a device for generating a dynamic link library.
Background
In the existing embedded system simulation process, the processing of the data communication protocol is often very complicated, and a communication protocol-oriented data code stream direct processing mode is generally adopted, and the principle of the method is as follows: the code stream composition of a communication protocol is described through an XML (Extensible markup language) file, a buffer area or an array is used for directly processing and processing a data code stream during code assembly and decoding, namely, data in the buffer area is directly placed in a corresponding position of the data protocol code stream during the code assembly processing, data in the corresponding position of the code stream is taken out during the unpacking processing, and a series of processing such as data conversion, calculation, storage, distribution and the like are carried out.
In the existing embedded system simulation process, there is another processing mode that the protocol code stream processing is encapsulated into an available protocol processing module, but when the method faces to the complicated protocol processing with large data volume, the secondary development is usually needed, and the requirement on the technical capability of the developer is high.
Disclosure of Invention
The technical problem solved by the invention is as follows: the method and the device for generating the dynamic link library overcome the defects that in the prior art, when complex and large-data-volume protocol processing is performed, secondary development is usually required, and the requirement on the technical capability of developers is high.
In order to solve the above technical problem, an embodiment of the present invention provides a method for generating a dynamic link library, including:
acquiring protocol configuration information according to a protocol in the simulation embedded project;
generating a protocol code based on the protocol configuration information;
and compiling the protocol code to generate a dynamic link library for processing the data communication protocol.
Optionally, the step of obtaining protocol configuration information according to a protocol in the simulation embedded project includes:
establishing the description information of a transmission protocol layer according to the protocol in the simulation embedded project;
constructing a data dictionary according to the data nodes in the description information of the transmission protocol layer;
and determining the protocol configuration information according to the data dictionary.
Optionally, the step of constructing a data dictionary according to the data node in the transport protocol layer description information includes:
acquiring a plurality of data nodes in the protocol configuration information;
acquiring data types, data attributes and data protocol attributes of the data nodes;
and constructing the data dictionary according to the data type, the data attribute and the data protocol attribute.
Optionally, the step of generating a protocol code based on the protocol configuration information includes:
processing the description information of the transmission protocol layer according to a template file library and a protocol configuration extensible markup language file to generate a protocol code;
the template file library comprises any one of a protocol template file, a data processing library, an interface file and a service logic file.
Optionally, the step of compiling the protocol code to generate a dynamic link library for processing a data communication protocol includes:
setting environment variables required by compiling, and generating a first batch of processing files;
setting a command cl.exe required by VS compilation and required parameters to generate a second batch of processing files;
setting a command rc.exe required by VS compilation and required parameters to generate a third batch processing file;
setting a command link.exe required by VS compilation and required parameters to generate a fourth batch of processing files;
and generating the dynamic link library according to the first batch file, the second batch file, the third batch file, the fourth batch file and the protocol code.
In order to solve the above technical problem, an embodiment of the present invention further provides a device for generating a dynamic link library, including:
the configuration information acquisition module is used for acquiring protocol configuration information according to a protocol in the simulation embedded project;
the protocol code generating module is used for generating a protocol code based on the protocol configuration information;
and the dynamic link library generating module is used for compiling the protocol code and generating a dynamic link library for processing the data communication protocol.
Optionally, the configuration information obtaining module includes:
the description information establishing submodule is used for establishing the description information of a transmission protocol layer according to the protocol in the simulation embedded project;
the data dictionary construction submodule is used for constructing a data dictionary according to the data nodes in the description information of the transmission protocol layer;
and the configuration information determining submodule is used for determining the protocol configuration information according to the data dictionary.
Optionally, the data dictionary constructing sub-module includes:
the data node acquisition submodule is used for acquiring a plurality of data nodes in the protocol configuration information;
the data attribute acquisition submodule is used for acquiring the data types, the data attributes and the data protocol attributes of the data nodes;
and the dictionary constructing submodule is used for constructing the data dictionary according to the data type, the data attribute and the data protocol attribute.
Optionally, the protocol code generating module includes:
the protocol code generation submodule is used for processing the description information of the transmission protocol layer according to a template file library and a protocol configuration extensible markup language file to generate the protocol code;
the template file library comprises any one of a protocol template file, a data processing library, an interface file and a service logic file.
Optionally, the dynamically linked library generating module includes:
the first file generation submodule is used for setting environment variables required by compiling and generating a first batch of processing files;
the second file generation submodule is used for setting a command cl.exe required by VS compilation and required parameters to generate a second batch of processing files;
a third file generation submodule, configured to set an instruction rc.exe required for VS compilation and required parameters, and generate a third batch of processing files;
a fourth file generation submodule, configured to set an instruction link.exe required for VS compilation and required parameters, and generate a fourth batch of processing files;
and the dynamic link library generating sub-module is used for generating the dynamic link library according to the first batch processing file, the second batch processing file, the third batch processing file, the fourth batch processing file and the protocol code.
Compared with the prior art, the invention has the advantages that:
the invention introduces the technology of automatic compiling and generating dynamic link library, so that the input/output interface function, the data packet analysis function and the data packet generation function required by the data with high customization degree and large difference can automatically compile and generate a protocol processing module through the user configuration information; the data storage function, the data generation function, the data model docking function and the third-party software data support function which have good commonality are packaged into a universal dynamic library; and the data functions which have independent functions and complex processing and influence the running efficiency of the virtual system are also packaged into an independent general dynamic library, and an independent thread is started for logic processing.
Drawings
Fig. 1 is a flowchart illustrating steps of a method for generating a dynamic link library according to an embodiment of the present invention;
FIG. 2 is a diagram illustrating a relationship between protocol generation codes according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a device for generating a dynamic link library according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be obtained by a person skilled in the art without inventive efforts based on the embodiments of the present invention, belong to the scope of protection of the embodiments of the present invention.
Example one
Referring to fig. 1, a flowchart illustrating steps of a method for generating a dynamic link library according to an embodiment of the present invention is shown, and as shown in fig. 1, the method for generating a dynamic link library may specifically include the following steps:
step 101: and acquiring protocol configuration information according to the protocol in the simulation embedded project.
In the embodiment of the present invention, the emulated embedded item refers to an item for performing processing of a data communication protocol.
The protocol configuration information refers to configuration information obtained according to a protocol in the emulated embedded project, and the process of acquiring the protocol configuration information may be described in detail as in the following preferred embodiments.
In a preferred embodiment of the present invention, the step 101 may include:
substep A1: establishing the description information of a transmission protocol layer according to the protocol in the simulation embedded project;
substep A2: constructing a data dictionary according to the data nodes in the description information of the transmission protocol layer;
substep A3: and determining the protocol configuration information according to the data dictionary.
The protocol configuration process of the invention is as follows:
(1) establishing a transmission protocol layer description according to a protocol in a simulation embedded specific project, wherein the specific method comprises the following steps:
(a) decomposing and setting three attributes of a protocol name, a protocol communication medium type and a protocol code stream size end sequence according to the protocol natural language description;
(b) analyzing data elements in the protocol one by one, and using the names of the data elements as data node names;
(c) setting the data node type according to the data element type: if 1553B protocol data exists, setting the data node type as a word type, and setting other data node types as byte types;
(d) setting the offset of a data node, wherein the offset is calculated by starting from the 0 th byte of the current data frame, and if the data node contains bit field analysis, the offset is set by the node of the bit type by taking the bit as a unit;
(e) setting the length of the data node according to the data type of the data element, wherein the corresponding relation is as follows:
type (B) Corresponding byte type data node length
char/BYTE 1
WORD/INT16/UINT16 2
DWORD/INT32/UINT32 4
INT64/UINT64 8
FLOAT 4
DOUBLE 8
(f) Setting a conversion expression according to the meaning of the data element, wherein the aim is to convert the protocol code stream data into physical meaning data with direct use value; the conversion expression generally carries out four arithmetic operations on the code stream data and the physical equivalent or coefficient thereof, and the calculation result is a physical meaning data value;
(g) according to the set conversion expression, an inverse conversion expression which is an inverse solution of the conversion expression is set. For example, a protocol in a simulated embedded system is described as natural language;
A. the serial port data input protocol is as follows:
Figure BDA0002331970110000061
note: the code stream sequence is a big-end mode.
B. DSS acquisition data format
Figure BDA0002331970110000062
The serial protocol attributes in the transport protocol layer are as follows:
attribute name Attribute value
Name (R) Serial port data input protocol
Type of communication medium Serial port
Order of size end of code stream Big end
The serial protocol nodes in the transport protocol layer are described as follows:
Figure BDA0002331970110000063
Figure BDA0002331970110000071
(2) and constructing a data dictionary layer corresponding to each data node in the step. The ID of the data item is consistent with the data node, the data type of the data item is determined according to the data type of the data node, and the method comprises the following steps:
1) the data type is a fixed-length type, and the data type is integer type and floating point type correspondingly;
2) the DATA type is variable length type, the DATA type is corresponding to DATA (self-defined) type, and the length is the maximum value of the variable length;
the initial value in the data item is set as a return value when another system accesses the data item before communication is not established.
The process for constructing the data dictionary may be as described in the preferred embodiments below.
After the plurality of data nodes in the protocol configuration information are obtained, a data dictionary can be constructed by combining the data types, the data attributes and the data protocol attributes of the plurality of data nodes.
After acquiring the protocol configuration information according to the protocol in the emulated embedded item, step 102 is performed.
Step 102: and generating a protocol code based on the protocol configuration information.
After acquiring the protocol configuration information, a protocol code may be generated based on the protocol configuration information, and in particular, the following detailed description may be made in conjunction with the preferred embodiments described below.
In a preferred embodiment of the present invention, the step 102 may include:
and a substep B: processing the description information of the transmission protocol layer according to a template file library and a protocol configuration extensible markup language file to generate a protocol code;
the generation process of the communication protocol code may be described in conjunction with fig. 2. The template file library comprises any one of protocol template files, data processing libraries, interface files, service logic files and the like.
In the embodiment of the present invention, the protocol code generation is performed by adding a template file library and configuring an XML (Extensible Markup Language) file according to a protocol.
After generating the protocol code based on the protocol configuration file, step 103 is performed.
Step 103: and compiling the protocol code to generate a dynamic link library for processing the data communication protocol.
After the protocol code is generated, the protocol code may be compiled to generate a dynamically linked library for performing the data communication protocol, which may be used to perform the processing of the data communication protocol.
Specifically, the detailed description may be made in conjunction with the preferred embodiments described below.
In a preferred embodiment of the present invention, the step 103 may include:
substep C1: setting environment variables required by compiling, and generating a first batch of processing files;
substep C2: setting a command cl.exe required by VS compilation and required parameters to generate a second batch of processing files;
substep C3: setting a command rc.exe required by VS compilation and required parameters to generate a third batch processing file;
substep C4: setting a command link.exe required by VS compilation and required parameters to generate a fourth batch of processing files;
substep C5: and generating the dynamic link library according to the first batch file, the second batch file, the third batch file, the fourth batch file and the protocol code.
In the embodiment of the invention, the execution of the automatic compiling part is mainly divided into two steps of generating source codes and automatically compiling the source codes to generate dynamic libraries. And the step of generating the source code is mainly to automatically generate the corresponding source code according to the content of the configuration file and the template file. And in the compiling step, a compiler of the designated VS is called according to the generated protocol source code, and a data protocol processing dynamic library which can be directly used is compiled and generated.
The process of generating the source code part to load and acquire protocol information through a configured protocol file XML and generate the protocol code through a protocol template is as follows:
the keywords marked by "@ xxx @ in the protocol template are replaced.
And (3) generating a part of loops from the start of the generation of the "// @ @ loop to the end of the generation of the"/@ @ loop in the protocol template.
How many protocols exist in the protocol XML, how many protocol header files and protocol source files are generated.
The attributes of the current protocol XML include:
Figure BDA0002331970110000091
with 4 data items, a protocol file name of protocol1.h, protocol1.cpp file is generated.
And a compiling generation part for generating a bat file for executing compiling, executing the bat file, closing the log file for compiling and generating a protocol processing dynamic link library by making a compiling option character string, a preprocessor character string and a compiling file character string, opening a compiling log file, switching to an execution directory, and combining the generated compiling instructions.
The invention can solve the problems that in the process of processing complicated protocols with large data volume, secondary development is usually needed and the requirement on the technical capability of developers is higher.
According to the method for generating the dynamic link library, provided by the embodiment of the invention, the technology of generating the dynamic link library by automatic compiling is introduced, so that the input/output interface function, the data packet analysis function and the data packet generation function required by data with high customization degree and large difference can be automatically compiled by user configuration information to generate a protocol processing module; the data storage function, the data generation function, the data model docking function and the third-party software data support function which have good commonality are packaged into a universal dynamic library; and the data functions which have independent functions and complex processing and influence the running efficiency of the virtual system are also packaged into an independent general dynamic library, and an independent thread is started for logic processing.
Example two
Referring to fig. 3, a schematic structural diagram of a dynamic link library generation apparatus provided in an embodiment of the present invention is shown, and as shown in fig. 3, the dynamic link library generation apparatus may specifically include the following modules:
a configuration information obtaining module 310, configured to obtain protocol configuration information according to a protocol in the simulation embedded project;
a protocol code generating module 320, configured to generate a protocol code based on the protocol configuration information;
the dynamic link library generating module 330 is configured to compile the protocol code, and generate a dynamic link library for processing a data communication protocol.
Optionally, the configuration information obtaining module 310 includes:
the description information establishing submodule is used for establishing the description information of a transmission protocol layer according to the protocol in the simulation embedded project;
the data dictionary construction submodule is used for constructing a data dictionary according to the data nodes in the description information of the transmission protocol layer;
and the configuration information determining submodule is used for determining the protocol configuration information according to the data dictionary.
Optionally, the data dictionary constructing sub-module includes:
the data node acquisition submodule is used for acquiring a plurality of data nodes in the protocol configuration information;
the data attribute acquisition submodule is used for acquiring the data types, the data attributes and the data protocol attributes of the data nodes;
and the dictionary constructing submodule is used for constructing the data dictionary according to the data type, the data attribute and the data protocol attribute.
Optionally, the protocol code generating module 320 includes:
the protocol code generation submodule is used for processing the description information of the transmission protocol layer according to a template file library and a protocol configuration extensible markup language file to generate the protocol code;
the template file library comprises any one of a protocol template file, a data processing library, an interface file and a service logic file.
Optionally, the dynamically linked library generating module 330 includes:
the first file generation submodule is used for setting environment variables required by compiling and generating a first batch of processing files;
the second file generation submodule is used for setting a command cl.exe required by VS compilation and required parameters to generate a second batch of processing files;
a third file generation submodule, configured to set an instruction rc.exe required for VS compilation and required parameters, and generate a third batch of processing files;
a fourth file generation submodule, configured to set an instruction link.exe required for VS compilation and required parameters, and generate a fourth batch of processing files;
and the dynamic link library generating sub-module is used for generating the dynamic link library according to the first batch processing file, the second batch processing file, the third batch processing file, the fourth batch processing file and the protocol code.
The device for generating the dynamic link library provided by the embodiment of the invention introduces the technology of generating the dynamic link library by automatic compiling, so that the input/output interface function, the data packet analysis function and the data packet generation function required by data with high customization degree and large difference can generate a protocol processing module by automatic compiling of user configuration information; the data storage function, the data generation function, the data model docking function and the third-party software data support function which have good commonality are packaged into a universal dynamic library; and the data functions which have independent functions and complex processing and influence the running efficiency of the virtual system are also packaged into an independent general dynamic library, and an independent thread is started for logic processing.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the embodiments of the present invention, and any modifications, equivalents and improvements made within the spirit and principle of the embodiments of the present invention are included in the scope of the embodiments of the present invention.

Claims (10)

1. A method for generating a dynamic link library, comprising:
acquiring protocol configuration information according to a protocol in the simulation embedded project;
generating a protocol code based on the protocol configuration information;
and compiling the protocol code to generate a dynamic link library for processing the data communication protocol.
2. The method of claim 1, wherein the step of obtaining protocol configuration information according to a protocol in the emulated embedded item comprises:
establishing the description information of a transmission protocol layer according to the protocol in the simulation embedded project;
constructing a data dictionary according to the data nodes in the description information of the transmission protocol layer;
and determining the protocol configuration information according to the data dictionary.
3. The method of claim 2, wherein the step of constructing a data dictionary from the data nodes in the transport protocol layer description information comprises:
acquiring a plurality of data nodes in the protocol configuration information;
acquiring data types, data attributes and data protocol attributes of the data nodes;
and constructing the data dictionary according to the data type, the data attribute and the data protocol attribute.
4. The method of claim 1, wherein the step of generating a protocol code based on the protocol configuration information comprises:
processing the description information of the transmission protocol layer according to a template file library and a protocol configuration extensible markup language file to generate a protocol code;
the template file library comprises any one of a protocol template file, a data processing library, an interface file and a service logic file.
5. The method of claim 1, wherein the step of compiling the protocol code to generate a dynamically linked library for data communication protocol processing comprises:
setting environment variables required by compiling, and generating a first batch of processing files;
setting a command cl.exe required by VS compilation and required parameters to generate a second batch of processing files;
setting a command rc.exe required by VS compilation and required parameters to generate a third batch processing file;
setting a command link.exe required by VS compilation and required parameters to generate a fourth batch of processing files;
and generating the dynamic link library according to the first batch file, the second batch file, the third batch file, the fourth batch file and the protocol code.
6. An apparatus for generating a dynamically linked library, comprising:
the configuration information acquisition module is used for acquiring protocol configuration information according to a protocol in the simulation embedded project;
the protocol code generating module is used for generating a protocol code based on the protocol configuration information;
and the dynamic link library generating module is used for compiling the protocol code and generating a dynamic link library for processing the data communication protocol.
7. The apparatus of claim 6, wherein the configuration information obtaining module comprises:
the description information establishing submodule is used for establishing the description information of a transmission protocol layer according to the protocol in the simulation embedded project;
the data dictionary construction submodule is used for constructing a data dictionary according to the data nodes in the description information of the transmission protocol layer;
and the configuration information determining submodule is used for determining the protocol configuration information according to the data dictionary.
8. The apparatus of claim 7, wherein the data dictionary construction sub-module comprises:
the data node acquisition submodule is used for acquiring a plurality of data nodes in the protocol configuration information;
the data attribute acquisition submodule is used for acquiring the data types, the data attributes and the data protocol attributes of the data nodes;
and the dictionary constructing submodule is used for constructing the data dictionary according to the data type, the data attribute and the data protocol attribute.
9. The apparatus of claim 6, wherein the protocol code generation module comprises:
the protocol code generation submodule is used for processing the description information of the transmission protocol layer according to a template file library and a protocol configuration extensible markup language file to generate the protocol code;
the template file library comprises any one of a protocol template file, a data processing library, an interface file and a service logic file.
10. The apparatus of claim 6, wherein the dynamically linked library generation module comprises:
the first file generation submodule is used for setting environment variables required by compiling and generating a first batch of processing files;
the second file generation submodule is used for setting a command cl.exe required by VS compilation and required parameters to generate a second batch of processing files;
a third file generation submodule, configured to set an instruction rc.exe required for VS compilation and required parameters, and generate a third batch of processing files;
a fourth file generation submodule, configured to set an instruction link.exe required for VS compilation and required parameters, and generate a fourth batch of processing files;
and the dynamic link library generating sub-module is used for generating the dynamic link library according to the first batch processing file, the second batch processing file, the third batch processing file, the fourth batch processing file and the protocol code.
CN201911339885.7A 2019-12-23 2019-12-23 Method and device for generating dynamic link library Pending CN111221532A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911339885.7A CN111221532A (en) 2019-12-23 2019-12-23 Method and device for generating dynamic link library

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911339885.7A CN111221532A (en) 2019-12-23 2019-12-23 Method and device for generating dynamic link library

Publications (1)

Publication Number Publication Date
CN111221532A true CN111221532A (en) 2020-06-02

Family

ID=70825944

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911339885.7A Pending CN111221532A (en) 2019-12-23 2019-12-23 Method and device for generating dynamic link library

Country Status (1)

Country Link
CN (1) CN111221532A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111985055A (en) * 2020-08-28 2020-11-24 北京世冠金洋科技发展有限公司 Model packaging method and device and electronic equipment

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050198652A1 (en) * 2004-01-13 2005-09-08 Huscher Anthony A. Dynamic link library (DLL) for providing server enhancements
CN101291326A (en) * 2008-05-28 2008-10-22 珠海中慧微电子有限公司 Dynamic link library for communication protocol stack
CN105897706A (en) * 2016-04-01 2016-08-24 厦门卫星定位应用股份有限公司 Universal analysis processing method of traffic data
CN106598581A (en) * 2016-12-06 2017-04-26 成都能通科技有限公司 ASTERIX message parsing code generation method based on XML
CN106850531A (en) * 2016-11-21 2017-06-13 中国航天科工集团第四研究院第四总体设计部 A kind of protocol code generation method based on template
CN108141464A (en) * 2017-03-15 2018-06-08 深圳中兴力维技术有限公司 A kind of communication protocol parsing code automatic generation method and system
CN109445771A (en) * 2018-10-25 2019-03-08 北京和普威视科技股份有限公司 A kind of off line network layers block code Auto-Generation Tool of CS framework and method
CN109474582A (en) * 2018-10-25 2019-03-15 北京轩宇信息技术有限公司 A kind of processing method and processing device emulating embedded system data communication protocol

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050198652A1 (en) * 2004-01-13 2005-09-08 Huscher Anthony A. Dynamic link library (DLL) for providing server enhancements
CN101291326A (en) * 2008-05-28 2008-10-22 珠海中慧微电子有限公司 Dynamic link library for communication protocol stack
CN105897706A (en) * 2016-04-01 2016-08-24 厦门卫星定位应用股份有限公司 Universal analysis processing method of traffic data
CN106850531A (en) * 2016-11-21 2017-06-13 中国航天科工集团第四研究院第四总体设计部 A kind of protocol code generation method based on template
CN106598581A (en) * 2016-12-06 2017-04-26 成都能通科技有限公司 ASTERIX message parsing code generation method based on XML
CN108141464A (en) * 2017-03-15 2018-06-08 深圳中兴力维技术有限公司 A kind of communication protocol parsing code automatic generation method and system
CN109445771A (en) * 2018-10-25 2019-03-08 北京和普威视科技股份有限公司 A kind of off line network layers block code Auto-Generation Tool of CS framework and method
CN109474582A (en) * 2018-10-25 2019-03-15 北京轩宇信息技术有限公司 A kind of processing method and processing device emulating embedded system data communication protocol

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
石静文: "基于Simulink的传感网实时仿真系统研究", 《电子科技》, vol. 27, no. 10, pages 119 - 122 *
钱雪忠等: "《数据库原理及应用实现指导》", 北京邮电大学出版社, pages: 91 - 92 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111985055A (en) * 2020-08-28 2020-11-24 北京世冠金洋科技发展有限公司 Model packaging method and device and electronic equipment
CN111985055B (en) * 2020-08-28 2023-08-08 北京世冠金洋科技发展有限公司 Model packaging method and device and electronic equipment

Similar Documents

Publication Publication Date Title
US8850416B1 (en) System and method for creating target byte code
US7152229B2 (en) Workflow code generator
US7707547B2 (en) System and method for creating target byte code
US8332828B2 (en) System for translating diverse programming languages
US8423978B2 (en) Configurable java server pages processing framework
US6055370A (en) Apparatus which allows data sharing amongst computer programs from different program environments
US20030110446A1 (en) Object class for facilitating conversion between Java and XML
US20140157243A1 (en) System for Translating Diverse Programming Languages
US20150242194A1 (en) System for Translating Diverse Programming Languages
CN108628635A (en) Method, apparatus, equipment and the storage medium of the name that gets parms and local variable name
US20210365253A1 (en) Heterogeneity-agnostic and topology-agnostic data plane programming
CN114513566A (en) Custom network protocol analysis method, system, medium and electronic device
EP0520708B1 (en) Method and apparatus for converting high level form abstract syntaxes into an intermediate form
US7174539B2 (en) Program coupling method
CN111221532A (en) Method and device for generating dynamic link library
CN111259042B (en) Dynamic query method and system
Fritzson et al. Metamodelica–a symbolic-numeric modelica language and comparison to julia
JP5399601B2 (en) Implementation code development system and implementation code development program
JP7059757B2 (en) API processing method, terminal, API processing program
Templemore-Finlayson et al. A graphical representation and prototype editor for the formal description technique Estelle
Bertolotti * PILER: NOT A VM TO RULE NO ONE
KR100276086B1 (en) Method for generating a c++ code from lotos specitication
Papaefstathiou et al. An introduction to the CHIP3S language for characterising parallel systems in performance studies
CN117539443A (en) Unified cutting method and system for real-time operation system of national product networking
CN114115828A (en) Embedded component entity generation method and 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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200602

RJ01 Rejection of invention patent application after publication