CN114201229B - LIN configuration code automatic generation method, system and computer readable storage medium - Google Patents

LIN configuration code automatic generation method, system and computer readable storage medium Download PDF

Info

Publication number
CN114201229B
CN114201229B CN202111301577.2A CN202111301577A CN114201229B CN 114201229 B CN114201229 B CN 114201229B CN 202111301577 A CN202111301577 A CN 202111301577A CN 114201229 B CN114201229 B CN 114201229B
Authority
CN
China
Prior art keywords
lin
configuration
message
file
code
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
CN202111301577.2A
Other languages
Chinese (zh)
Other versions
CN114201229A (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.)
Zhixin Control System Co ltd
Original Assignee
Zhixin Control System 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 Zhixin Control System Co ltd filed Critical Zhixin Control System Co ltd
Priority to CN202111301577.2A priority Critical patent/CN114201229B/en
Publication of CN114201229A publication Critical patent/CN114201229A/en
Application granted granted Critical
Publication of CN114201229B publication Critical patent/CN114201229B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses an automatic generation method, system and computer readable storage medium of LIN configuration codes, which relate to the technical field of automobile LIN communication, and the method comprises the following steps: configuring a description code file according to LIN communication requirements; judging whether the configuration information format of each attribute of the description code file is correct or not, analyzing each attribute of the description code file, and distinguishing the configuration information of the code file and the configuration attribute of the LIN message; generating a corresponding second database according to the predefined naming format and the LIN message configuration attribute; and generating a.c file and a.h file under a specified path according to the predefined naming format, the parsed code file configuration information and the generated second database. A system, comprising: a configuration unit; a judging unit; an analysis unit; a first generation unit and a second generation unit. The invention solves the problems of slow code writing efficiency and difficult maintenance of the later codes, and increases the reusability of the codes.

Description

LIN configuration code automatic generation method, system and computer readable storage medium
Technical Field
The invention relates to the technical field of automobile LIN communication, in particular to an automatic LIN configuration code generation method, an automatic LIN configuration code generation system and a computer readable storage medium.
Background
For the development of the bottom software, the requirements of clients are different in different projects, and the clients need to be redeveloped each time, so that at present, developers write codes manually, the related configuration content of LIN communication is more, the writing period of the related software codes is long, the quality of the codes cannot be guaranteed, and the later project change and maintenance are not facilitated.
Disclosure of Invention
The invention aims to overcome the defects of the background technology, and provides an automatic LIN configuration code generation method, an automatic LIN configuration code generation system and a computer readable storage medium, which can automatically generate a compilable LIN software code by importing an EXCEL form so as to reduce manpower and time investment in the development process and greatly improve the quality and reliability of the code.
In a first aspect, a method for automatically generating a LIN configuration code is provided, including the steps of:
step S1, configuring a description code file according to LIN communication requirements;
step S2, judging whether the configuration information format of each attribute of the description code file is correct, and if so, executing step S3;
s3, analyzing each attribute of the description code file, distinguishing code file configuration information and LIN message configuration attribute, and generating a corresponding first database;
s4, generating a corresponding second database according to a predefined naming format and the LIN message configuration attribute;
and S5, generating a.c file and a.h file under a specified path according to the predefined naming format, the parsed code file configuration information and the generated second database.
In a first possible implementation manner of the first aspect, the second database includes header declaration information, definition and declaration information of signals and functions, definition macro variable information and message scheduling period information.
In a second possible implementation manner of the first aspect, in step S2, if the determination result is no, the configuration information is displayed and exited.
In a third possible implementation manner of the first aspect according to the first aspect, the step S1 includes:
s11, generating a control interface for displaying an importing interface of the description code file;
s12, configuring the description code file according to the hardware attribute and the LIN communication requirement.
In a fourth possible implementation manner of the first aspect, according to the first aspect, the method further includes step S6, where signals and functions are defined and declared in the generated. C file and the. H file.
In a fifth possible implementation manner of the first aspect according to the first aspect, the description code file is an EXCEL form file filled in according to LIN communication requirements.
In a second aspect, there is provided an LIN configuration code automatic generation system, including:
the configuration unit is used for configuring the description code file according to LIN communication requirements;
the judging unit is used for judging whether the configuration information format of each attribute of the description code file is correct or not, and if the judgment result is yes, the analyzing unit is executed;
the analysis unit is used for analyzing each attribute in the description code file, distinguishing code file configuration information and LIN message configuration attribute, and generating a corresponding first database;
the first generation unit is used for generating a corresponding second database according to a predefined naming format and the LIN message configuration attribute; and
and the second generation unit is used for generating a.c file and a.h file under a specified path according to the predefined naming format, the code file configuration information analyzed by the analysis unit and the second database generated by the first generation unit.
In a first possible implementation manner of the second aspect according to the second aspect, the method further comprises a display unit having a control interface for displaying an import interface of the description code file.
In a second possible implementation manner of the second aspect according to the second aspect, the description code file is an EXCEL form file filled with LIN communication requirements.
In a third aspect, a computer readable storage medium is provided, on which a computer program is stored, which computer program, when being executed by a processor, implements all the method steps of the LIN configuration code automatic generation method described above.
Compared with the prior art, the invention has the following advantages: the description code file is configured according to the hardware attribute and the LIN communication requirement of the client, namely, the EXCEL form file is filled according to the hardware attribute and the LIN communication requirement of the client, and the EXCEL form file is analyzed to automatically generate the compilable LIN software code, so that in different projects, according to different LIN requirements provided by the client, the development of the LIN communication function can be rapidly and efficiently completed, the problems of low code writing efficiency and difficulty in maintaining the later code are solved, the reusability of the code is improved, the investment of manpower and time in the development process is reduced, and the quality and reliability of the code are greatly improved.
Drawings
FIG. 1 is a block diagram of the automatic LIN configuration code generation system of the present invention;
FIG. 2 is a flow chart of the LIN configuration code automatic generation method of the present invention;
FIG. 3 is a diagram of code file configuration information in an EXCEL form file;
FIG. 4 is a diagram of LIN message configuration attribute information in an EXCEL table file;
fig. 5 is a LIN signal configuration information diagram in the lin_config. Xlsx table;
fig. 6 is an EXCEL table file import interface diagram.
In the figure: 10-display unit, 20-configuration unit, 30-judgment unit, 40-analysis unit, 50-first generation unit; 60-a second generation unit.
Detailed Description
Reference will now be made in detail to the present embodiments of the invention, examples of which are illustrated in the accompanying drawings. While the invention will be described in conjunction with the specific embodiments, it will be understood that they are not intended to limit the invention to the described embodiments. On the contrary, it is intended to cover alternatives, modifications, and equivalents as may be included within the spirit and scope of the invention as defined by the appended claims. It should be noted that the method steps described herein may be implemented by any functional block or arrangement of functions, and any functional block or arrangement of functions may be implemented as a physical entity or a logical entity, or a combination of both.
The present invention will be described in further detail below with reference to the drawings and detailed description for the purpose of enabling those skilled in the art to understand the invention better.
Note that: the examples to be described below are only one specific example, and not as limiting the embodiments of the present invention necessarily to the following specific steps, values, conditions, data, sequences, etc. Those skilled in the art can, upon reading the present specification, make and use the concepts of the invention to construct further embodiments not mentioned in the specification.
For the development of the bottom software, the requirements of clients are different in different projects, and the clients need to be redeveloped each time, so that at present, developers write codes manually, the related configuration content of LIN communication is more, the writing period of the related software codes is long, the quality of the codes cannot be guaranteed, and the later project change and maintenance are not facilitated.
Referring to fig. 1, an embodiment of the present invention provides an automatic LIN configuration code generating system, including: display section 10, arrangement section 20, judgment section 30, analysis section 40, first generation section 50, and second generation section 60.
The display unit 10 has a control interface for displaying an import interface for describing the code file. The import interface includes a description code file import box and an information display box.
The configuration unit 20 is configured to configure the description code file according to LIN communication requirements. Of course, the configuration unit 20 also needs to consider the hardware attribute, and the LIN communication requirement is given by the customer, i.e. the configuration unit 20 configures the description code file according to the hardware attribute and the LIN communication requirement of the customer. In this embodiment, the description code file is an EXCEL form file filled with LIN communication requirements.
The judging unit 30 is configured to judge whether the configuration information format of each attribute of the description code file is correct, and if yes, execute the parsing unit 40; if the judgment result is negative, displaying the configuration information error and exiting.
The parsing unit 40 is configured to parse each attribute in the description code file, distinguish the code file configuration information from the LIN message configuration attribute, and generate a corresponding first database.
The first generating unit 50 is configured to generate a corresponding second database according to the predefined naming format and the LIN message configuration attribute.
The second generating unit 60 is configured to generate compilable LIN software code files, i.e. a.c file and a.h file, under a specified path according to the predefined naming format, the code file configuration information parsed by the parsing unit 40, and the second database generated by the first generating unit 50.
Referring to fig. 2, an embodiment of the present invention provides an automatic generation method of LIN configuration codes, including the following steps:
step S1, a description code file is configured according to LIN communication requirements. The method specifically comprises the following steps:
s11, generating a control interface for displaying an importing interface of the description code file.
S12, configuring the description code file according to the hardware attribute and the LIN communication requirement of the client. The descriptive code file is an EXCEL form file filled in according to LIN communication requirements.
And S2, judging whether the configuration information formats of the attributes of the description code file are correct, if yes, executing the step S3, and if no, controlling the interface to display the configuration information errors and quit.
And S3, analyzing each attribute of the description code file, distinguishing code file configuration information and LIN message configuration attributes, and generating a corresponding first database.
And S4, generating a corresponding second database according to the predefined naming format and the LIN message configuration attribute. The second database includes header declaration information, definition and declaration information for signals and functions, definition macro variable information and message scheduling period information, although other associated information may be included.
And S5, according to the predefined naming format, the parsed code file configuration information and the generated second database, generating compilable LIN software code files, namely a.c file and a.h file, under a specified path.
And S6, defining and declaring signals and functions in the generated file c and file h.
Referring to FIG. 3, a diagram of the code file configuration information in the EXCEL form file, this page allows modification of only the [ OutPutPath ] column, and [ OutPath ] is the Path for generating LIN code, otherwise the information filling in the diagram remains unchanged.
Referring to fig. 4, which is a LIN message configuration attribute information diagram in the EXCEL table file, two frames of LIN transmission messages are configured as shown in fig. 4, LIN message IDs are 0x0 and 0x30, message names are wake up and vcu_demand, respectively, message lengths are 8 bytes, message check types are typical, and no callback function exists in both frames of messages.
The first line of content "[ msg_region ]" is not allowed to be modified, and the configuration content and configuration examples are as follows:
type: this line configures content, message: message, signal: a signal;
ID (hex): the line message ID is hexadecimal, and 0x is not required to be added;
MsgName, message name, after code generation, adding LIN_ before code name;
MsgDir: message direction, send: transmitting, receiving: receiving;
dlc, message length;
ChksumType: message check type, class: typically, enhanced: enhancement type;
callback, callback function when the line message, TRUE: FALSE: and no.
Referring to fig. 5, which is a diagram of LIN signal configuration information in the lin_config. Xlsx table, fig. 5 illustrates that three LIN signals are configured in a 0x30 message. The signal names are respectively: the lod_agm1_ TargetPosReq, lod _agm1_AutoCalibReq and lod_agm1_TogToosBootEq, the signal data types are all 8-bit unsigned data types, the initial values are all 0, the signal ordering modes are all motorola_forward_LSB, the starting bits of the signals are 0, 9 and 10 respectively, the signal lengths are 8 bits, 1 bit and 4 bits respectively, and the signals are defined in the hal_var_auto. C file when the code is generated. And completing the content of the EXCEL form file, and completing the content of the EXCEL form file.
Configuration content and configuration examples are as follows:
VarName, the name of the line signal;
VarType, this row of signal data type;
init, the initial value of the line signal;
data Format, signal ordering mode;
bit Start signal Start Bit
Bit Length: signal Length;
scope: signal range, international: the generated code defines the signal in the hal_var_auto. C file, external: no signal definitions are generated.
See FIG. 6 for an EXCEL form file import interface diagram. After the EXCEL form file is filled, the EXCEL form file is imported, as shown in fig. 6, load is clicked, the configured EXCEL form file is selected, a progress bar is displayed below the tool, after the completion of importing, green words are displayed in the information display frame, and the lower right corner of the importing interface is the imported file path. Note that: when the EXCEL form file is loaded, the form is automatically popped up, at the moment, the form does not need to be closed manually, whether the configuration information format of each attribute in the form is correct or not can be judged in the loading process of the upper computer, and the form can be closed automatically after the loading is completed.
And generating a.c file and a.h file under a specified path D: \according to the predefined naming format, the parsed code file configuration information and the generated second database.
The description code file is configured according to the hardware attribute and the LIN communication requirement of the client, namely, the EXCEL form file is filled according to the hardware attribute and the LIN communication requirement of the client, and the EXCEL form file is analyzed to automatically generate the compilable LIN software code, so that in different projects, according to different LIN requirements provided by the client, the development of the LIN communication function can be rapidly and efficiently completed, the problems of low code writing efficiency and difficulty in maintaining the later code are solved, the reusability of the code is improved, the investment of manpower and time in the development process is reduced, and the quality and reliability of the code are greatly improved.
Based on the same inventive concept, the embodiments of the present application also provide a computer-readable storage medium, on which a computer program is stored, which when executed by a processor implements all or part of the method steps of the above method.
The present invention may be implemented by implementing all or part of the above-described method flow, or by instructing the relevant hardware by a computer program, which may be stored in a computer readable storage medium, and which when executed by a processor, may implement the steps of the above-described method embodiments. Wherein the computer program comprises computer program code, which may be in the form of source code, object code, executable files or in some intermediate form, etc. The computer readable medium may include: any entity or device capable of carrying computer program code, a recording medium, a U disk, a removable hard disk, a magnetic disk, an optical disk, a computer Memory, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), an electrical carrier signal, a telecommunications signal, a software distribution medium, and so forth. It should be noted that the content of the computer readable medium can be appropriately increased or decreased according to the requirements of the jurisdiction's jurisdiction and the patent practice, for example, in some jurisdictions, the computer readable medium does not include electrical carrier signals and telecommunication signals according to the jurisdiction and the patent practice.
Based on the same inventive concept, the embodiments of the present application further provide an electronic device, including a memory and a processor, where the memory stores a computer program running on the processor, and when the processor executes the computer program, the processor implements all or part of the method steps in the above method.
The processor may be a central processing unit (Central Processing Unit, CPU), other general purpose processors, digital signal processors (Digital Signal Processor, DSP), application specific integrated circuits (Application Specific Integrated Circuit, ASIC), off-the-shelf programmable gate arrays (Field-Programmable Gate Array, FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, or the like. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like, the processor being a control center of the computer device, and the various interfaces and lines connecting the various parts of the overall computer device.
The memory may be used to store computer programs and/or modules, and the processor implements various functions of the computer device by running or executing the computer programs and/or modules stored in the memory, and invoking data stored in the memory. The memory may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function (e.g., a sound playing function, an image playing function, etc.); the storage data area may store data (e.g., audio data, video data, etc.) created according to the use of the handset. In addition, the memory may include high-speed random access memory, and may also include non-volatile memory, such as a hard disk, memory, plug-in hard disk, smart Media Card (SMC), secure Digital (SD) Card, flash Card (Flash Card), at least one disk storage device, flash memory device, or other volatile solid-state storage device.
It will be appreciated by those skilled in the art that embodiments of the present invention may be provided as a method, system, server, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, magnetic disk storage, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), servers and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
It will be apparent to those skilled in the art that various modifications and variations can be made to the present invention without departing from the spirit or scope of the invention. Thus, it is intended that the present invention also include such modifications and alterations insofar as they come within the scope of the appended claims or the equivalents thereof.

Claims (8)

1. An automatic generation method of LIN configuration codes is characterized by comprising the following steps:
step S1, configuring a description code file according to LIN communication requirements, wherein the description code file is an EXCEL form file filled according to the LIN communication requirements;
step S2, judging whether the configuration information format of each attribute of the description code file is correct, and if so, executing step S3;
s3, analyzing each attribute of the description code file, distinguishing code file configuration information and LIN message configuration attribute, and generating a corresponding first database;
s4, generating a corresponding second database according to a predefined naming format and the LIN message configuration attribute;
s5, generating a.c file and a.h file under a specified path according to the predefined naming format, the parsed code file configuration information and the generated second database;
in the code file configuration information, only the Path [ OutPutPath ] column generating the LIN code is allowed to be modified, and other information is filled in unchanged;
the configuration mode of the LIN message configuration attribute information is as follows:
the first row of content [ msg_region ] is not allowed to be modified, and the configuration content is as follows:
type: this line configures content, message: message, signal: a signal;
ID (hex): the line of message ID is hexadecimal, and 0x is not required to be added;
MsgName: after the message name and the code are generated, LIN_ is added before the code name;
MsgDir: message direction, send: transmitting, receiving: receiving;
dlc: message length;
ChksumType: message check type, class: typically, enhanced: enhancement type;
callback: whether the line message has callback function or not, TRUE: FALSE: the method is free;
the LIN signal is configured in the LIN message in the following configuration mode:
VarName: the name of the row of signals;
VarType: the row of signal data types;
init: the line signal initial value;
data Format: a signal ordering mode;
bit Start: a signal start bit;
bit Length: a signal length;
scope: signal range, international: the generated code defines the signal in the hal_var_auto. C file, external: no signal definitions are generated.
2. The LIN configuration code automatic generation method of claim 1, wherein the second database comprises header declaration information, definition and declaration information for signals and functions, definition macro variable information, and message scheduling period information.
3. The automatic LIN configuration code generation method according to claim 1, wherein in step S2, if the determination result is no, the configuration information is displayed in error and exited.
4. The LIN configuration code automatic generation method as claimed in claim 1, wherein said step S1 comprises:
s11, generating a control interface for displaying an importing interface of the description code file;
s12, configuring the description code file according to the hardware attribute and the LIN communication requirement.
5. The LIN configuration code automatic generation method according to claim 1, further comprising step S6 of defining and declaring signals and functions in the generated.c file and.h file.
6. An LIN configuration code automatic generation system, comprising:
the configuration unit is used for configuring a description code file according to the LIN communication requirement, wherein the description code file is an EXCEL form file filled according to the LIN communication requirement;
the judging unit is used for judging whether the configuration information format of each attribute of the description code file is correct or not, and if the judgment result is yes, the analyzing unit is executed;
the analysis unit is used for analyzing each attribute in the description code file, distinguishing code file configuration information and LIN message configuration attribute, and generating a corresponding first database;
the first generation unit is used for generating a corresponding second database according to a predefined naming format and the LIN message configuration attribute; and
the second generation unit is used for generating a file c and a file h under a specified path according to the predefined naming format, the code file configuration information analyzed by the analysis unit and the second database generated by the first generation unit;
in the code file configuration information, only the Path [ OutPutPath ] column generating the LIN code is allowed to be modified, and other information is filled in unchanged;
the configuration mode of the LIN message configuration attribute information is as follows:
the first row of content [ msg_region ] is not allowed to be modified, and the configuration content is as follows:
type: this line configures content, message: message, signal: a signal;
ID (hex): the line of message ID is hexadecimal, and 0x is not required to be added;
MsgName: after the message name and the code are generated, LIN_ is added before the code name;
MsgDir: message direction, send: transmitting, receiving: receiving;
dlc: message length;
ChksumType: message check type, class: typically, enhanced: enhancement type;
callback: whether the line message has callback function or not, TRUE: FALSE: the method is free;
the LIN signal is configured in the LIN message in the following configuration mode:
VarName: the name of the row of signals;
VarType: the row of signal data types;
init: the line signal initial value;
data Format: a signal ordering mode;
bit Start: a signal start bit;
bit Length: a signal length;
scope: signal range, international: the generated code defines the signal in the hal_var_auto. C file, external: no signal definitions are generated.
7. The LIN configuration code automatic generation system of claim 6, further comprising a display unit having a control interface for displaying an import interface of the description code file.
8. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out all the method steps of the LIN configuration code automatic generation method according to any one of claims 1 to 5.
CN202111301577.2A 2021-11-04 2021-11-04 LIN configuration code automatic generation method, system and computer readable storage medium Active CN114201229B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111301577.2A CN114201229B (en) 2021-11-04 2021-11-04 LIN configuration code automatic generation method, system and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111301577.2A CN114201229B (en) 2021-11-04 2021-11-04 LIN configuration code automatic generation method, system and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN114201229A CN114201229A (en) 2022-03-18
CN114201229B true CN114201229B (en) 2024-04-05

Family

ID=80646815

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111301577.2A Active CN114201229B (en) 2021-11-04 2021-11-04 LIN configuration code automatic generation method, system and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN114201229B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115542882B (en) * 2022-09-30 2024-02-27 东风汽车股份有限公司 Controller interface configuration method and device

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1255984A (en) * 1997-04-02 2000-06-07 微软公司 Method for integrating virtual machine with input method editors
AU2001247743A1 (en) * 2000-03-24 2001-10-08 Siemens Energy & Automation, Inc. Industrial automation system graphical programming language storage and transmission
CN104503767A (en) * 2014-12-31 2015-04-08 埃泰克汽车电子(芜湖)有限公司 System and method for automatically generating codes based on LIN protocol
CN105302591A (en) * 2014-08-01 2016-02-03 联创汽车电子有限公司 Communication method of double-MCU (Microcontroller Unit)-architecture system updating program
CN106453154A (en) * 2016-09-14 2017-02-22 盛科网络(苏州)有限公司 Real-time debugging method and system based on multicast replicated message
CN108829647A (en) * 2018-05-04 2018-11-16 天津大学 A kind of data transfer device and device
WO2019127864A1 (en) * 2017-12-28 2019-07-04 平安科技(深圳)有限公司 Electronic device, springmvc-based data interface and automatic description generation method therefor, and storage medium
CN110795080A (en) * 2019-10-21 2020-02-14 山东舜知信息科技有限公司 Automatic code generation system based on database annotation and construction method
CN111522583A (en) * 2020-04-08 2020-08-11 芯海科技(深圳)股份有限公司 Method and device for generating configuration file, computer equipment and storage medium
CN111880780A (en) * 2020-07-28 2020-11-03 北京经纬恒润科技有限公司 Method, device and platform for developing boot loader of MCU (microprogrammed control Unit)
CN112235311A (en) * 2020-10-20 2021-01-15 网络通信与安全紫金山实验室 OVSDB client code automatic generation method, system, device and medium
CN112559470A (en) * 2020-12-04 2021-03-26 北京车和家信息技术有限公司 File format conversion method and device, storage medium and electronic equipment
CN113132941A (en) * 2016-06-03 2021-07-16 华为技术有限公司 V2X message communication method and device
CN113312084A (en) * 2021-05-26 2021-08-27 合肥移瑞通信技术有限公司 AT framework code automatic generation method and device, electronic equipment and storage medium

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1255984A (en) * 1997-04-02 2000-06-07 微软公司 Method for integrating virtual machine with input method editors
AU2001247743A1 (en) * 2000-03-24 2001-10-08 Siemens Energy & Automation, Inc. Industrial automation system graphical programming language storage and transmission
CN105302591A (en) * 2014-08-01 2016-02-03 联创汽车电子有限公司 Communication method of double-MCU (Microcontroller Unit)-architecture system updating program
CN104503767A (en) * 2014-12-31 2015-04-08 埃泰克汽车电子(芜湖)有限公司 System and method for automatically generating codes based on LIN protocol
CN113132941A (en) * 2016-06-03 2021-07-16 华为技术有限公司 V2X message communication method and device
CN106453154A (en) * 2016-09-14 2017-02-22 盛科网络(苏州)有限公司 Real-time debugging method and system based on multicast replicated message
WO2019127864A1 (en) * 2017-12-28 2019-07-04 平安科技(深圳)有限公司 Electronic device, springmvc-based data interface and automatic description generation method therefor, and storage medium
CN108829647A (en) * 2018-05-04 2018-11-16 天津大学 A kind of data transfer device and device
CN110795080A (en) * 2019-10-21 2020-02-14 山东舜知信息科技有限公司 Automatic code generation system based on database annotation and construction method
CN111522583A (en) * 2020-04-08 2020-08-11 芯海科技(深圳)股份有限公司 Method and device for generating configuration file, computer equipment and storage medium
CN111880780A (en) * 2020-07-28 2020-11-03 北京经纬恒润科技有限公司 Method, device and platform for developing boot loader of MCU (microprogrammed control Unit)
CN112235311A (en) * 2020-10-20 2021-01-15 网络通信与安全紫金山实验室 OVSDB client code automatic generation method, system, device and medium
CN112559470A (en) * 2020-12-04 2021-03-26 北京车和家信息技术有限公司 File format conversion method and device, storage medium and electronic equipment
CN113312084A (en) * 2021-05-26 2021-08-27 合肥移瑞通信技术有限公司 AT framework code automatic generation method and device, electronic equipment and storage medium

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
Research on Vehicle Control Unit based on functional safety;Liu Boyu 等;《2017 2nd Asia-Pacific Conference on Intelligent Robot Systems (ACIRS)》;20170720;160-164 *
Scope: easy and efficient parallel processing of massive data sets;Chaiken Ronnie 等;《Proceedings of the VLDB Endowment》;20080801;第1卷(第2期);1265-1276 *
基于SolidWorks的标准件参数化模型库研究;赵仕元;《中国优秀博硕士学位论文全文数据库 (硕士)信息科技辑》;20070415(第04期);I138-380 *
基于嵌入式与Android的智能家居系统的设计与实现;黄玉乾;《中国优秀硕士学位论文全文数据库工程科技Ⅱ辑》;20190415(第04期);C038-1135 *

Also Published As

Publication number Publication date
CN114201229A (en) 2022-03-18

Similar Documents

Publication Publication Date Title
CN108228188B (en) View component processing method, electronic device and readable storage medium
WO2020233048A1 (en) Customized software generation method and system, and electronic device and storage medium
CN111159049B (en) Automatic interface testing method and system
CN111897738B (en) Automatic testing method and device based on atomic service
CN103513998A (en) Method and device for generating upgrade package and method and terminal for upgrading dynamic documents in difference mode
KR20070100300A (en) Method and apparatus for configuring software resources for playing network programs
CN114201229B (en) LIN configuration code automatic generation method, system and computer readable storage medium
CN113051163A (en) Unit testing method, unit testing device, electronic equipment and storage medium
US9934291B2 (en) Dynamic presentation of a results set by a form-based software application
CN110543343B (en) Financial interaction page generation method and device based on native android application
CN109739487B (en) Business logic processing method and device and computer readable storage medium
CN116228153A (en) Engineering project design change price management method, system, equipment and medium
CN112822190B (en) Message maintenance method and device
CN112860585B (en) Test script assertion generation method and device
CN113934710B (en) Data acquisition method and device
CN115935935A (en) Rich text message generation method and device, computer equipment and readable storage medium
CN115407981A (en) Front-end data mock method and system based on middleware adaptation
CN108966041A (en) A kind of audio and video playing buries point methods and device
CN113050985B (en) Front-end engineering dependency automatic registration method and device
CN114979307A (en) Communication protocol analysis method, intelligent terminal and storage medium
CN116309964A (en) Video generation method, device, equipment and storage medium
CN112733516B (en) Method, device, equipment and storage medium for processing quick message
CN112054916B (en) Method and system for automatic event conversion
WO2023162260A1 (en) Environment construction assistance device, system, and method, and computer-readable medium
CN118075372A (en) Multimedia data processing method and device, electronic equipment and computer storage medium

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