CN111737385A - Electronic map data error detection method and device - Google Patents

Electronic map data error detection method and device Download PDF

Info

Publication number
CN111737385A
CN111737385A CN202010490892.3A CN202010490892A CN111737385A CN 111737385 A CN111737385 A CN 111737385A CN 202010490892 A CN202010490892 A CN 202010490892A CN 111737385 A CN111737385 A CN 111737385A
Authority
CN
China
Prior art keywords
electronic map
address
verification
acquiring
application period
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
CN202010490892.3A
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.)
CRSC Urban Rail Transit Technology Co Ltd
Original Assignee
CRSC Urban Rail Transit Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by CRSC Urban Rail Transit Technology Co Ltd filed Critical CRSC Urban Rail Transit Technology Co Ltd
Priority to CN202010490892.3A priority Critical patent/CN111737385A/en
Publication of CN111737385A publication Critical patent/CN111737385A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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/29Geographical information databases
    • 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/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues

Abstract

The embodiment of the invention provides a method and a device for detecting data errors of an electronic map, wherein the method comprises the following steps: after receiving an electronic map checking instruction, setting the starting time of an application period; detecting whether the processor is idle, if so, executing electronic map verification, and interrupting the verification and acquiring interruption point information after a preset application period is reached; for each subsequent application period: detecting whether the processor is idle, if so, acquiring the current item address to be verified according to the interrupt point information of the previous application period, and continuously executing electronic map verification according to the item address to be verified until the current application period is reached, and interrupting the verification and acquiring the interrupt point information; the interruption point information is used for acquiring the address of the current entry to be checked. The method can avoid the problem that the application period time is too long for verifying the validity of the electronic map data, so that the system task scheduling is not influenced by the electronic map verification, and the continuity of the verification of each application period can be effectively ensured.

Description

Electronic map data error detection method and device
Technical Field
The invention relates to the field of rail transit, in particular to a method and a device for detecting data errors of an electronic map.
Background
In urban rail transit (CBTC for short), the data correctness and integrity of the electronic map concern the traffic safety of a CBTC signal system. And all signal manufacturers basically have the same legality checking mode for the electronic map data, complete the legality checking in the first period through the application program after being electrified, and do not check the electronic map any more after the checking is completed. The electronic map mainly comprises a header and a plurality of forms. The table header mainly comprises the starting address of each form and a plurality of entries in each form, and the form comprises the specific content of each entry.
With the development of CBTC interconnection and intercommunication, a vehicle-mounted subsystem of a CBTC signal system stores a plurality of line electronic maps, so that when an application program verifies the validity of electronic map data in a first period, the occupied application period is too long, and finally the application period is overtime, thereby affecting system task scheduling.
Disclosure of Invention
In order to solve the above problem, embodiments of the present invention provide a method and an apparatus for detecting an error in electronic map data.
In a first aspect, an embodiment of the present invention provides an electronic map data error detection method, including: after receiving an electronic map checking instruction, setting the starting time of an application period; detecting whether the processor is idle, if so, executing electronic map verification, and interrupting the verification and acquiring interruption point information after a preset application period is reached; for each subsequent application period: detecting whether the processor is idle, if so, acquiring the current item address to be verified according to the interrupt point information of the previous application period, and continuously executing electronic map verification according to the item address to be verified until the current application period is reached, and interrupting the verification and acquiring the interrupt point information; the interruption point information is used for acquiring the address of the current entry to be checked.
Further, before detecting whether the processor is idle, the method further includes: creating a priority for each system task, and checking the task priority to be the lowest by the electronic map; correspondingly, the detecting whether the processor is idle specifically includes: and if only the electronic map checking task in the system is detected to be in a ready state, the processor is idle.
Further, if the high-priority task is detected to be scheduled, interrupt checking is performed, and interrupt point information is obtained.
Further, the interruption point information comprises an electronic map index number and a relative address of an item to be verified; correspondingly, according to the interruption point information of the previous application cycle, the current entry address to be checked is obtained, which specifically comprises the following steps: acquiring an initial address of the electronic map according to the index number of the electronic map; and acquiring the address of the current item to be verified according to the first address of the electronic map and the relative address of the item to be verified.
Further, the breakpoint information further includes a relative address of an entry element; correspondingly, according to the address of the current item to be verified, the electronic map verification is continuously executed, and the method comprises the following steps: acquiring the absolute address of the entry element according to the relative address of the entry element; and converting the protocol data corresponding to the entry element into a byte stream, and checking the electronic map.
Further, if the fact that the verification of the last item of the last electronic map is completed is detected, the verification of the electronic map is terminated.
Further, if the last item of the last electronic map is detected to be checked, the first item of the first electronic map is used as an interruption point, and checking is restarted.
In a second aspect, an embodiment of the present invention provides an electronic map data error detection apparatus, including: the initialization module is used for setting the starting time of an application period after receiving the electronic map verification instruction; the first checking module is used for detecting whether the processor is idle or not, if so, the electronic map checking is executed, and after a preset application period is reached, the checking is interrupted and interruption point information is acquired; a second check module for, for each subsequent application cycle: detecting whether the processor is idle, if so, acquiring the current item address to be verified according to the interrupt point information of the previous application period, and continuously executing electronic map verification according to the item address to be verified until the current application period is reached, and interrupting the verification and acquiring the interrupt point information; the interruption point information is used for acquiring the address of the current entry to be checked.
In a third aspect, an embodiment of the present invention provides an electronic device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor executes the computer program to implement the steps of the electronic map data error detection method according to the first aspect of the present invention.
In a fourth aspect, an embodiment of the present invention provides a non-transitory computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, implements the steps of the electronic map data error detection method according to the first aspect of the present invention.
According to the method and the device for detecting the data errors of the electronic map, provided by the embodiment of the invention, the electronic map is checked when the detection processor is in an idle state, so that the problem that the application cycle time is too long for checking the validity of the electronic map data is avoided, and the task scheduling of the system is not influenced by the checking of the electronic map. And acquiring the current item address to be verified according to the interruption point information, and continuously executing the electronic map verification according to the item address to be verified, so that the continuity of the electronic map verification in each application period can be effectively ensured.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and those skilled in the art can also obtain other drawings according to the drawings without creative efforts.
Fig. 1 is a flowchart of an electronic map data error detection method according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of priority scheduling according to an embodiment of the present invention;
fig. 3 is a flowchart of an interruption point recovery according to an embodiment of the present invention;
FIG. 4 is a block diagram of an apparatus for error detection of electronic map data according to an embodiment of the present invention;
fig. 5 is a schematic physical structure diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, 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 derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 is a flowchart of an electronic map data error detection method according to an embodiment of the present invention, and as shown in fig. 1, an embodiment of the present invention provides an electronic map data error detection method, including:
101. and after receiving the electronic map checking instruction, setting the starting time of the application period.
The electronic map checking instruction may be an instruction automatically loaded when the CBTC signal system is initialized (e.g., booting and restarting), or an instruction received during the operation of the system. In this embodiment, the time for performing the verification is divided into application cycle time slices. And when the instruction is received and the verification is started, starting a timer of an application period, wherein the starting time of the application period is the starting time of the first application period. In this embodiment, for each application cycle, a partial verification operation of the electronic map is performed separately.
102. And detecting whether the processor is idle, if so, executing electronic map verification, and interrupting the verification and acquiring interruption point information after a preset application period is reached.
At present, the storage format of the electronic map includes a header of the electronic map, where the header includes a header address of each sub-table and the number of entries of each sub-table. And configuring a two-stage relative address table aiming at the electronic map, wherein the first-stage relative address table of the electronic map mainly aims at a table head, and the second-stage relative address table of the electronic map mainly aims at entries in a sub-table.
Electronic map data can be classified into the following categories: line data, track section data, trackside equipment data, and secure communication protocol data. The verification of the line data with respect to the electronic map mainly includes saving an array start position, an array element number, and a CRC check code of each sub-table (e.g., a track segment list) in each sub-table, so as to obtain an absolute start address of each entry in the electronic map stored in the memory. The discontinuity information can be expressed by structural elements and can be divided into two categories:
absolute address: the index values are mainly recorded as subscripts in an array of a plurality of electronic maps (namely index numbers of the electronic maps), array subscripts of sub-tables in a table head relative address data table (namely sub-table indexes of items to be detected) and index values in the sub-tables.
Relative address: the subscript of the entry element of the sub-table in the entry-to-address data table, that is, the offset of the protocol data from the entry address, is mainly recorded.
At the starting time of the application period, namely the beginning of the first application period, whether the processor is in an idle state is judged, if so, the absolute address of the electronic map in the memory is acquired, and the electronic map is verified. After the time of the first application period is reached, part of sub-entries of the electronic map are verified at the moment, and the checking and recording of the interruption point information are interrupted.
103. For each subsequent application period: and detecting whether the processor is idle, if so, acquiring the current item address to be verified according to the interrupt point information of the previous application period, and continuously executing the electronic map verification according to the item address to be verified until the current application period is reached, and interrupting the verification and acquiring the interrupt point information.
In the time slice of each application period, when the period starts, whether the processor is in an idle state currently is detected, namely, resources are available for checking the electronic map. If so, acquiring the address of the sub-entry to be checked according to the related information recorded by the break point in the last period, and determining according to the sub-table index of the entry to be checked and the index value in the sub-table. And reading the data part of the entry from the memory according to the address of the entry to be verified, and checking according to protocol data and CRC in the data part. And when the current application cycle time slice is finished, interrupting the current verification operation, and recording interruption information at an interruption point, wherein the interruption information is used for acquiring address information of the sub-entry to be verified in the next application cycle.
According to the electronic map data error detection method provided by the embodiment of the invention, the electronic map verification is executed when the detection processor is in an idle state, so that the problem that the application cycle time is too long for verifying the validity of the electronic map data is avoided, and the system task scheduling is not influenced by the electronic map verification. And acquiring the current item address to be verified according to the interruption point information, and continuously executing the electronic map verification according to the item address to be verified, so that the continuity of verification in each application period can be effectively ensured.
Based on the content of the foregoing embodiment, as an optional embodiment, before detecting whether the processor is idle, the method further includes: creating a priority for each system task, and checking the task priority to be the lowest by the electronic map; correspondingly, whether the processor is idle is detected, specifically: and if only the electronic map checking task in the system is detected to be in a ready state, the processor is idle.
In order to perform reasonable detection of the idle state of the processor, a priority is created for each task in the embodiment, and the priority for detection of the electronic map is set to be the lowest. After each application period is started, if it is detected that only the electronic map checking task is in a ready state, which indicates that other tasks are in an execution state or a sleep state, and the processor has idle resources, the processor is judged to be idle. At the moment, the electronic map verification is executed, and processor resources are not occupied additionally.
Based on the content of the foregoing embodiment, as an optional embodiment, if it is detected that the high-priority task is scheduled, the interrupt checking is performed, and the interrupt point information is obtained.
Fig. 2 is a schematic diagram of priority scheduling according to an embodiment of the present invention, and as shown in fig. 2, the high-priority task is a task other than the electronic map checking task. In an application period, if the high-priority task is detected to be scheduled and executed, the electronic map checking task is blocked, so that the electronic map checking is interrupted, and processor resources are released. Through the process, the operation of the high-priority task is guaranteed, and the high-priority task is not influenced by the verification of the electronic map. And meanwhile, when the electronic map is interrupted for verification, the interruption point information needs to be acquired and used for the next application cycle time slice, and the electronic map is continuously verified according to the recorded interruption point information.
In the embodiment of the invention, the checking is interrupted and the interruption point information is obtained by detecting that the high-priority task is scheduled, so that the electronic map checking does not occupy the processor resources of other tasks, and the system task scheduling is further optimized.
Based on the content of the above embodiment, as an optional embodiment, the breakpoint information includes an electronic map index number and a relative address of an entry to be verified; correspondingly, the current entry address to be checked is obtained according to the interruption point information, which specifically comprises the following steps: acquiring an initial address of the electronic map according to the index number of the electronic map; and acquiring the address of the current item to be verified according to the first address of the electronic map and the relative address of the item to be verified.
An interruption point recording table can be set for storing the index number of the electronic map and the relative address of the entry to be verified. For example, the offset address of the structuring element from the first address of the structuring is obtained based on the C language structuring principle.
One specific example is shown in table 1, where table 1 is a break point record table.
TABLE 1
Figure BDA0002520937360000061
The INDEX1 is an electronic map INDEX number, and the INDEX2-INDEX4 is used for acquiring the relative address of the item to be verified. Fig. 3 is a flowchart of an interruption point recovery according to an embodiment of the present invention, as shown in fig. 3.
Considering a plurality of electronic maps, the determined INDEX number of the electronic map can be obtained according to INDEX1, so that the first address of the electronic map can be found in the memory. After the first address of the electronic map is determined, the absolute address of the item to be verified can be determined according to the relative address of the item to be verified. In the implementation of FIG. 3, the process of obtaining the relative address of the entry to be verified is based on INDEX2-INDEX 4.
The method of the embodiment can obtain the relative position of each element of the entry in the memory and can effectively reduce the complexity of the program.
Based on the content of the above embodiment, as an alternative embodiment, the breakpoint information further includes a relative address of the entry element; correspondingly, according to the address of the current item to be verified, the electronic map verification is continuously executed, and the method comprises the following steps: acquiring the absolute address of the entry element according to the relative address of the entry element; and converting the protocol data corresponding to the entry element into a byte stream, and checking the electronic map.
Referring to INDEX5 of fig. 3, the subscript INDEX5 of the entry elements in the relative address table indicates the offset of the data portion of the entry to be verified relative to the entry address. After the entry address is determined, an entry element part needs to be extracted, and the protocol data recorded in the element part is a part needing to be checked. And converting the protocol data into a byte stream, and checking whether the CRC check code of the byte stream is legal or not, thereby finishing the checking process of the item.
Based on the content of the foregoing embodiment, as an optional embodiment, if it is detected that the verification of the last entry of the last electronic map is completed, the verification of the electronic map is terminated.
And if the electronic map only needs to be checked once, stopping checking the electronic map when the last item of the last electronic map is checked.
Based on the content of the foregoing embodiment, as an optional embodiment, if it is detected that the verification of the last entry of the last electronic map is completed, the verification is restarted with the first entry of the first electronic map as a break point.
In the conventional method, after the validity of the electronic map data is checked in the first period of application, the validity of the electronic map data is not checked any more. The method can not timely know the validity of the electronic map when the validity of the electronic map is abnormal after the first period. In the embodiment, the method can be repeatedly executed in each application period, and the processor overhead of the system is not occupied, so that the reliability of the verification of the electronic map is further ensured, and the system safety can be effectively improved.
As an optional embodiment, on the premise that the train has positioning, when the train returns to the warehouse, the electronic map of the train returning to the warehouse can be recorded first, and when the train leaves the warehouse next time, the electronic map of the train returning to the warehouse can be verified first.
The following is illustrated by two examples:
example 1, electronic map verification based on application of periodic time slices.
The electronic map is stored in a data section of the executable program.
Configuring a plurality of electronic maps and configuring the time of a timer.
When the time of the periodic timer is up, the checked address of the current electronic map and the item to be verified in the interrupt point recording table are recorded.
And when the next cycle of application tasks is used for verifying the electronic map, continuously verifying the items to be verified at the break points of the above cycle verification.
The fault caused by the overtime check of the electronic map does not occur in the process.
Example 2, based on CPU idle check.
And configuring an error electronic map.
The electronic map checking task is used as the lowest priority task, and when other high priority tasks are changed from a blocking state or a dormant state to a ready state, the low priority tasks are interrupted to run, and the existing system scheduling mechanism is not influenced.
And (3) the application period is powered on to default to start the electronic map verification, and if the electronic map is detected to be wrong based on the task with the lowest priority in the running process of the train, the train is down.
Fig. 4 is a block diagram of an electronic map data error detection apparatus according to an embodiment of the present invention, and as shown in fig. 4, the electronic map data error detection apparatus includes: an initialization module 401, a first verification module 402 and a second verification module 402. The initialization module 401 is configured to set a starting time of an application cycle after receiving an electronic map verification instruction; the first checking module 402 is configured to detect whether the processor is idle, execute electronic map checking if the processor is idle, interrupt checking and acquire interrupt point information after a preset application period is reached; the second check module 403 is configured to, for each subsequent application period: detecting whether the processor is idle, if so, acquiring the current item address to be verified according to the interrupt point information of the previous application period, and continuously executing electronic map verification according to the item address to be verified until the current application period is reached, and interrupting the verification and acquiring the interrupt point information; the interruption point information is used for acquiring the address of the current entry to be checked.
The device embodiment provided in the embodiments of the present invention is for implementing the above method embodiments, and for details of the process and the details, reference is made to the above method embodiments, which are not described herein again.
According to the electronic map data error detection device provided by the embodiment of the invention, the electronic map verification is executed when the detection processor is in an idle state, so that the problem that the application cycle time is too long for verifying the legality of the electronic map data is avoided, and the system task scheduling is not influenced by the electronic map verification. And acquiring the current item address to be verified according to the interruption point information, and continuously executing the electronic map verification according to the item address to be verified, so that the continuity of the electronic map verification in each application period can be effectively ensured.
Fig. 5 is a schematic entity structure diagram of an electronic device according to an embodiment of the present invention, and as shown in fig. 5, the electronic device may include: a processor (processor)501, a communication Interface (Communications Interface)502, a memory (memory)503, and a bus 504, wherein the processor 501, the communication Interface 502, and the memory 503 are configured to communicate with each other via the bus 504. The communication interface 502 may be used for information transfer of an electronic device. The processor 501 may call logic instructions in the memory 503 to perform a method comprising: after receiving an electronic map checking instruction, setting the starting time of an application period; detecting whether the processor is idle, if so, executing electronic map verification, and interrupting the verification and acquiring interruption point information after a preset application period is reached; for each subsequent application period: detecting whether the processor is idle, if so, acquiring the current item address to be verified according to the interrupt point information of the previous application period, and continuously executing electronic map verification according to the item address to be verified until the current application period is reached, and interrupting the verification and acquiring the interrupt point information; the interruption point information is used for acquiring the address of the current entry to be checked.
In addition, the logic instructions in the memory 503 may be implemented in the form of software functional units and stored in a computer readable storage medium when the logic instructions are sold or used as independent products. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the above-described method embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
In another aspect, an embodiment of the present invention further provides a non-transitory computer-readable storage medium, on which a computer program is stored, where the computer program is implemented to perform the transmission method provided in the foregoing embodiments when executed by a processor, and for example, the method includes: after receiving an electronic map checking instruction, setting the starting time of an application period; detecting whether the processor is idle, if so, executing electronic map verification, and interrupting the verification and acquiring interruption point information after a preset application period is reached; for each subsequent application period: detecting whether the processor is idle, if so, acquiring the current item address to be verified according to the interrupt point information of the previous application period, and continuously executing electronic map verification according to the item address to be verified until the current application period is reached, and interrupting the verification and acquiring the interrupt point information; the interruption point information is used for acquiring the address of the current entry to be checked.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and the parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium, such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods of the various embodiments or some parts of the embodiments.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. An electronic map data error detection method, comprising:
after receiving an electronic map checking instruction, setting the starting time of an application period;
detecting whether the processor is idle, if so, executing electronic map verification, and interrupting the verification and acquiring interruption point information after a preset application period is reached;
for each subsequent application period: detecting whether the processor is idle, if so, acquiring the current item address to be verified according to the interrupt point information of the previous application period, and continuously executing electronic map verification according to the item address to be verified until the current application period is reached, and interrupting the verification and acquiring the interrupt point information;
the interruption point information is used for acquiring the address of the current entry to be checked.
2. The electronic map data error detection method of claim 1, wherein before detecting whether the processor is idle, further comprising:
creating a priority for each system task, and checking the task priority to be the lowest by the electronic map;
correspondingly, the detecting whether the processor is idle specifically includes:
and if only the electronic map checking task in the system is detected to be in a ready state, the processor is idle.
3. The electronic map data error detection method of claim 2, wherein if it is detected that the high priority task is scheduled, the checking is interrupted and the interruption point information is obtained.
4. The electronic map data error detection method according to claim 1, wherein the breakpoint information includes an electronic map index number and a relative address of an item to be verified;
correspondingly, according to the interruption point information of the previous application cycle, the current entry address to be checked is obtained, which specifically comprises the following steps:
acquiring an initial address of the electronic map according to the index number of the electronic map;
and acquiring the address of the current item to be verified according to the first address of the electronic map and the relative address of the item to be verified.
5. The electronic map data error detection method according to claim 4, wherein the breakpoint information further includes a relative address of an entry element;
correspondingly, according to the address of the item to be verified, the electronic map verification is continuously executed, and the method comprises the following steps:
acquiring the absolute address of the entry element according to the relative address of the entry element;
and converting the protocol data corresponding to the entry element into a byte stream, and checking the electronic map.
6. The electronic map data error detection method of claim 1, wherein the checking of the electronic map is terminated if it is detected that the checking of the last entry of the last electronic map is completed.
7. The electronic map data error detection method of claim 1, wherein if it is detected that the last entry of the last electronic map is checked, the checking is restarted with the first entry of the first electronic map as a break point.
8. An electronic map data error detection apparatus, comprising:
the initialization module is used for setting the starting time of an application period after receiving the electronic map verification instruction;
the first checking module is used for detecting whether the processor is idle or not, if so, the electronic map checking is executed, and after a preset application period is reached, the checking is interrupted and interruption point information is acquired;
a second check module for, for each subsequent application cycle: detecting whether the processor is idle, if so, acquiring the current item address to be verified according to the interrupt point information of the previous application period, and continuously executing electronic map verification according to the item address to be verified until the current application period is reached, and interrupting the verification and acquiring the interrupt point information;
the interruption point information is used for acquiring the address of the current entry to be checked.
9. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the steps of the method for error detection of electronic map data according to any one of claims 1 to 7 are implemented when the program is executed by the processor.
10. A non-transitory computer-readable storage medium, on which a computer program is stored, the computer program, when being executed by a processor, implementing the steps of the electronic map data error detection method according to any one of claims 1 to 7.
CN202010490892.3A 2020-06-02 2020-06-02 Electronic map data error detection method and device Pending CN111737385A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010490892.3A CN111737385A (en) 2020-06-02 2020-06-02 Electronic map data error detection method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010490892.3A CN111737385A (en) 2020-06-02 2020-06-02 Electronic map data error detection method and device

Publications (1)

Publication Number Publication Date
CN111737385A true CN111737385A (en) 2020-10-02

Family

ID=72648239

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010490892.3A Pending CN111737385A (en) 2020-06-02 2020-06-02 Electronic map data error detection method and device

Country Status (1)

Country Link
CN (1) CN111737385A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114537482A (en) * 2020-11-26 2022-05-27 比亚迪股份有限公司 Method and device for verifying rail transit information data and storage medium
CN115001623A (en) * 2022-05-07 2022-09-02 通号城市轨道交通技术有限公司 Vehicle-mounted electronic map data verification method and device
CN115001623B (en) * 2022-05-07 2024-04-19 通号城市轨道交通技术有限公司 Method and device for checking vehicle-mounted electronic map data

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015007818A (en) * 2013-06-24 2015-01-15 パイオニア株式会社 Navigation device, communication device, navigation method, and navigation program
CN108197068A (en) * 2017-12-27 2018-06-22 中国科学院微电子研究所 Embedded real-time data acquires and storage system and its method
CN108733473A (en) * 2018-05-11 2018-11-02 北京航天发射技术研究所 A kind of positioning based on VxWorks aims at the control method of integration apparatus task
CN109308213A (en) * 2017-07-27 2019-02-05 南京南瑞继保电气有限公司 Based on the multitask breakpoint debugging method for improving Task Scheduling Mechanism
CN109639595A (en) * 2018-09-26 2019-04-16 北京云端智度科技有限公司 A kind of CDN dynamic priority scheduling algorithm based on time delay
CN110196766A (en) * 2019-05-31 2019-09-03 中车青岛四方机车车辆股份有限公司 Task schedule and processing method and processing device, storage medium and processor
CN110347427A (en) * 2019-07-08 2019-10-18 北京明略软件系统有限公司 The optimization method and device of web page code

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015007818A (en) * 2013-06-24 2015-01-15 パイオニア株式会社 Navigation device, communication device, navigation method, and navigation program
CN109308213A (en) * 2017-07-27 2019-02-05 南京南瑞继保电气有限公司 Based on the multitask breakpoint debugging method for improving Task Scheduling Mechanism
CN108197068A (en) * 2017-12-27 2018-06-22 中国科学院微电子研究所 Embedded real-time data acquires and storage system and its method
CN108733473A (en) * 2018-05-11 2018-11-02 北京航天发射技术研究所 A kind of positioning based on VxWorks aims at the control method of integration apparatus task
CN109639595A (en) * 2018-09-26 2019-04-16 北京云端智度科技有限公司 A kind of CDN dynamic priority scheduling algorithm based on time delay
CN110196766A (en) * 2019-05-31 2019-09-03 中车青岛四方机车车辆股份有限公司 Task schedule and processing method and processing device, storage medium and processor
CN110347427A (en) * 2019-07-08 2019-10-18 北京明略软件系统有限公司 The optimization method and device of web page code

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114537482A (en) * 2020-11-26 2022-05-27 比亚迪股份有限公司 Method and device for verifying rail transit information data and storage medium
CN115001623A (en) * 2022-05-07 2022-09-02 通号城市轨道交通技术有限公司 Vehicle-mounted electronic map data verification method and device
CN115001623B (en) * 2022-05-07 2024-04-19 通号城市轨道交通技术有限公司 Method and device for checking vehicle-mounted electronic map data

Similar Documents

Publication Publication Date Title
US10205992B2 (en) Video decoding method, server, and mobile terminal
EP3121726B1 (en) Fault processing method, related device and computer
US9436557B2 (en) Method and computation node for processing application data
WO2017096968A1 (en) Log uploading method and apparatus
CN107436414B (en) Method and device for testing effectiveness of BBU in memory system
CN114710224A (en) Frame synchronization method and device, computer readable medium and electronic device
CN111737385A (en) Electronic map data error detection method and device
CN111737255A (en) Method and system for storing interlocking monitoring data
CN108196975B (en) Data verification method and device based on multiple checksums and storage medium
CN111124780B (en) UPI Link speed reduction test method, system, terminal and storage medium
CN112491990A (en) Hybrid cloud network data transmission method and device, electronic equipment and storage medium
CN115695576B (en) Data frame conversion method and device compatible with TSN frame preemption protocol
CN114741339B (en) PCIE bandwidth retraining method, device, equipment and storage medium
CN112905106A (en) Data processing method, device, system, equipment and storage medium
CN110944034A (en) Webpage end breakpoint resume method and device, electronic equipment and storage medium
CN115202949A (en) Chip signal monitoring device and method, computer equipment and storage medium
CN110689429B (en) Method, device and system for storing certificate transaction data
CN112099824A (en) Ground ATP system software upgrading method and device
CN111400094A (en) Method, device, equipment and medium for restoring factory settings of server system
CN116506326B (en) Sub-thread data receiving method, data monitoring method, upper computer and robot
CN116909625B (en) Command queue analysis method and device, electronic equipment and storage medium
CN116991710B (en) Automatic test method and system, electronic equipment and storage medium thereof
CN111935153B (en) CAN bus-based target message extraction method and device and storage medium
CN103761113A (en) Reliable software updating method for IPTV (Internet Protocol Television)
CN112181674A (en) Distributed transaction processing method based on RabbitMQ

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