(19)
(11)EP 3 699 797 A1

(12)EUROPEAN PATENT APPLICATION
published in accordance with Art. 153(4) EPC

(43)Date of publication:
26.08.2020 Bulletin 2020/35

(21)Application number: 18868645.5

(22)Date of filing:  09.05.2018
(51)International Patent Classification (IPC): 
G06F 21/57(2013.01)
(86)International application number:
PCT/CN2018/086114
(87)International publication number:
WO 2019/076035 (25.04.2019 Gazette  2019/17)
(84)Designated Contracting States:
AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR
Designated Extension States:
BA ME
Designated Validation States:
KH MA MD TN

(30)Priority: 18.10.2017 CN 201710972563

(71)Applicant: CRSC Research & Design Institute Group Co., Ltd.
Beijing 100070 (CN)

(72)Inventors:
  • WANG, Yimin
    Beijing 100070 (CN)
  • WANG, Hailong
    Beijing 100070 (CN)
  • LIU, Zhen
    Beijing 100070 (CN)
  • ZUO, Lin
    Beijing 100070 (CN)
  • GUO, Weiwei
    Beijing 100070 (CN)
  • HUANG, Yaqian
    Beijing 100070 (CN)
  • YE, Feng
    Beijing 100070 (CN)
  • LIU, Xiaodong
    Beijing 100070 (CN)

(74)Representative: Huang, Liwei 
Cäcilienstraße 12
40597 Düsseldorf
40597 Düsseldorf (DE)

  


(54)DATA PROCESSING METHOD AND DEVICE, AND COMPUTER APPARATUS


(57) A data processing method is disclosed, the data processing method comprising: receiving data from an internal communication process and performing a logic computation operation on the data, wherein, the logic computation operation includes a data synchronization comparison operation; returning the data subjected to the logic computation operation to the internal communication process; transmitting maintenance data generated during the logic computation operation to a maintenance communication process. By the present disclosure, it is possible to improve safety of a vital computer system. A data processing apparatus and a computer device are further provided.




Description


[0001] The present application claims priority of Chinese Patent Application No. 201710972563.0 filed on October 18, 2017, the disclosure of which is incorporated herein by reference in its entirety as part of the present application.

TECHNICAL FIELD



[0002] The present disclosure relates to a field of communication, and more particularly, to a data processing method, an apparatus, and a computer device.

BACKGROUND



[0003] A vital computer system consists of a vital computer and a non-vital computer; the vital computer deploys safety-related services, and the non-vital computer deploys non-safety-related services. In an existing vital computer system, a double 2-vote-2 vital computer architecture is mostly used, with double-set redundancy design, and both systems assuming safety functions.

[0004] With development of a railway signal technology, volume of business carried by a terrestrial signal system logic computation unit has become increasingly large and complex; a logic computation software platform needs to provide sufficient computing performance and data throughput capacity, which leads to extremely high requirements on various items of performance of the software platform; a current vital computer platform can no longer meet such requirements, and thus cannot guarantee safety of the vital computer system.

SUMMARY



[0005] In view of this, an objective of the present disclosure is to provide a data processing method, an apparatus, and a computer device, so as to solve at least one of problems as mentioned above.

[0006] According to one aspect of the present disclosure, a data processing method is provided, the method comprising: receiving data from an internal communication process and performing a logic computation operation on the data, wherein, the logic computation operation includes a data synchronization comparison operation; returning the data subjected to the logic computation operation to the internal communication process; transmitting maintenance data generated during the logic computation operation to a maintenance communication process.

[0007] Specifically, the performing a logic computation operation on the data, includes: performing intra-system and inter-system synchronization comparison operations on the data; encapsulating the data subjected to the synchronization comparison operation; and transmitting the encapsulated data on a predetermined channel.

[0008] Before receiving data from an internal communication process, the above-described method further comprises: receiving, by the internal communication process, intra-system, inter-system and extra-system data; parsing the intra-system, inter-system and extra-system data received by frames and layers; and transmitting the data parsed by frames and layers on the predetermined channel.

[0009] After returning the data subjected to the logic computation operation to the internal communication process, the above-described method further comprises: performing, by the internal communication process, protocol encapsulation on the data according to an output data instruction and then transmitting the same.

[0010] According to another aspect of the present disclosure, a data processing apparatus is provided, the apparatus comprising: an internal communication unit, a logic computation unit, a logic computation data transmission unit, and a maintenance data transmission unit, wherein, the logic computation unit is configured to receive data from an internal communication process, and perform a logic computation operation on the data, wherein the logic computation operation including data synchronization comparison operation; the logic computation data transmission unit is configured to return the data subjected to the logic computation operation to the internal communication process; and the maintenance data transmission unit is configured to transmit maintenance data generated during the logic computation operation to a maintenance communication process.

[0011] Specifically, the above-described logic computation unit includes: a synchronization comparison module, configured to perform intra-system and inter-system synchronization comparison operations on the data; a data encapsulation module, configured to encapsulate the data subjected to the synchronization comparison operation; and a first encapsulated data transmission module, configured to transmit the encapsulated data on a predetermined channel.

[0012] The above-described internal communication unit includes: a data receiving module, configured to receive intra-system, inter-system and extra-system data; a data parsing module, configured to parse the intra-system, inter-system and extra-system data received by frames and layers; and a parsed data transmission module, configured to transmit the data parsed by frames and layers on the predetermined channel.

[0013] Further, the above-described internal communication unit further includes: a second encapsulated data transmission module, configured to perform protocol encapsulation on the data according to an output data instruction and then transmit the same.

[0014] According to a further aspect of the present disclosure, a computer device is provided, comprising: a memory, a processor, and a computer program stored on the memory and operable on the processor, the processor implementing the above-described method when executing the computer program.

[0015] According to still another aspect of the present disclosure, there is provided a computer readable storage medium, the computer readable storage medium storing the computer program executing the above-described method.

[0016] By the technical solution provided by the present disclosure, it is possible to improve safety of the vital computer system.

BRIEF DESCRIPTION OF THE DRAWINGS



[0017] Embodiments of the present disclosure are described with reference to accompanying drawings below, so that the above-described and other objectives, features and advantages of the present disclosure will be more apparent, in the drawings:

FIG 1 is a structural diagram of a vital computer system;

FIG. 2 is a flow chart of a data processing method according to an embodiment of the present disclosure;

FIG. 3 is a working schematic diagram of a plurality of processes based on a VxWorks operating system according to an embodiment of the present disclosure;

FIG. 4 is a working schematic diagram of a logic computation thread according to an embodiment of the present disclosure;

FIG. 5 is a working flow chart of a logic computation thread according to an embodiment of the present disclosure;

FIG. 6 is a working schematic diagram of a communication data receiving thread according to an embodiment of the present disclosure;

FIG. 7 is a working flow chart of the communication data receiving thread according to the embodiment of the present disclosure;

FIG. 8 is a working schematic diagram of an output data thread according to an embodiment of the present disclosure;

FIG. 9 is a working flow chart of the output data thread according to the embodiment of the present disclosure;

FIG. 10 is a structural block diagram of a data processing apparatus according to an embodiment of the present disclosure;

FIG. 11 is a structural block diagram of an internal communication unit 101 according to an embodiment of the present disclosure;

FIG. 12 is a structural block diagram of a logic computation unit 102 according to an embodiment of the present disclosure.


DETAILED DESCRIPTION



[0018] Hereinafter, the present disclosure is described based embodiments; however, the present disclosure is not limited to these embodiments only.

[0019] With increase of volume of business carried by a terrestrial signal system logic computation unit, requirements on various items of performance of a vital computer safety platform is also raised, a current safety platform can no longer meet such requirements, and therefore, an embodiment of the present disclosure provide a data processing solution, to meet a present situation of relatively high requirements on various items of performance of the current safety platform, so as to ensure safety of a vital computer system.

[0020] FIG. 1 is a structural diagram of the vital computer system; and as shown in FIG. 1, the system comprises: a I-series system, a II-series system, and a maintenance machine; each system includes a 2-vote-2 vital computer and a multiplex Ethernet interface, an external signal system communicates with the I-series system and the II-series system via redundant Ethernet, respectively, and the I-series system and the II-series system communicate with the maintenance machine via the multiplex Ethernet.

[0021] Based on the system shown in FIG. 1, an embodiment of the present disclosure provides a data processing method. FIG. 2 is a flow chart of the data processing method, and as shown in FIG. 2, the method comprises:

Step 201: receiving data from an internal communication process and performing a logic computation operation on the data, wherein, the logic computation operation includes a data synchronization comparison operation;

Step 202: returning the data subjected to the logic computation operation to the internal communication process;

Step 203: transmitting maintenance data generated during the logic computation operation to a maintenance communication process.



[0022] By performing logic computation operation on the data of internal communication process and then returning to the internal communication process, the safety data may be maintained synchronous, and by transmitting the maintenance data in the logic computation operation to the maintenance communication process, the system may be monitored through the maintenance data, so as to improve safety of the vital computer system.

[0023] Specifically, the performing a logic computation operation on the data, includes: performing intra-system and inter-system synchronization comparison operations on the data; encapsulating the data subjected to the synchronization comparison operation; and transmitting the encapsulated data on a predetermined channel. By performing the synchronization comparison operation on the data, data can be synchronized, so as to ensure that the two series of systems may be in a same working state.

[0024] Before step 201, the internal communication process may further receive intra-system, inter-system and extra-system data, parse the intra-system, inter-system and extra-system data received by frames and layers, and transmit the data parsed by frames and layers on the predetermined channel. By transmitting the data on the predetermined channel, it is possible to further ensure safety of the data.

[0025] After the data subjected to the logic computation operation is returned to the internal communication process, the internal communication process performs protocol encapsulation on the data according to an output data instruction and then transmits the same.

[0026] When the output data instruction is conducting to output external data to the system, a split operation is performed on the data to be output, the split data is subjected to protocol encapsulation, and transmitted external to the system according to an intranet data sub-contracting protocol.

[0027] When the output data instruction is conducting to transmit synchronous data or backup data to another system, the data to be transmitted is subjected to safety protocol encapsulation, and transmitted to a corresponding system according to the intranet data sub-contracting protocol.

[0028] When the output data instruction is conducting to transmit stored data, the data to be transmitted is acquired from the stored data cache, and transmitted to a predetermined storage device according to a data sub-contracting protocol.

[0029] In order to further understand the embodiment of the present disclosure, the embodiment of the present disclosure is described in detail below based on the system shown in FIG. 1.

[0030] In an actual operation, the vital computer system shown in FIG. 1 may use a VxWorks operating system, the vital computer system provides a set of data safety business function framework for application software, the application software is based on the vital computer system framework, and is capable of implementing data safety comparison and redundant processing, which can meet high safety requirements of the system, and high availability required by a signal system.

[0031] A bottom layer of the vital computer system framework is an operating system interface adaptation layer; with the VxWorks operating system and its board support package (BSP) as underlying support, and by calling application programming interface (API) and BSP custom interface function of the operating system, it is possible to implement task scheduling, socket programming, interrupt management, and hardware-related driver functions. At a same time, the system framework shields the application software from the operating system's API, so that the application software can implement independence and portability of the operating system.

[0032] A task framework layer performs multitask partitioning on a system process, according to a timing requirement of the application software. A triggering condition for each task is singularized, and is coupled with other tasks through data only, which avoids control coupling or timing coupling.

[0033] FIG. 3 is a working schematic diagram of a plurality of processes based on a VxWorks operating system; as shown in FIG. 3, two-way communication is performed between the internal communication process and the logic computation process, one-way communication is performed between the logic computation process and the maintenance communication process, no direct communication is performed between the internal communication process and the maintenance communication process, and such a structure can improve safety of the vital computer. Hereinafter, the three processes are described in detail below in conjunction with FIG. 3.

(1) Logic computation process



[0034] The input data is received from the internal communication process, the logic computation operation for all the input data is accomplished, and the generated output data is transmitted to the internal communication process. At a same time, according to requirements of specific applications, intermediate computation process data, system state data, and alarm data are transmitted to the maintenance communication process in a form of maintenance data.

[0035] Within a synchronization cycle, the logic computation thread needs to accomplish intra-system and inter-system data synchronization comparison, time synchronization and real-time adjustment of a control mode within the present cycle. FIG. 4 shows an operation completed by a logic computation thread within one cycle; as shown in FIG. 4, the operation executed by the logic computation thread includes:

Data communication, for encapsulating, transmitting and parsing internal synchronization data, and performing channel identification;

Intra-system data synchronization comparison operation, for performing cyclic data intra-system synchronization comparison by data item setting and data item synchronization comparison;

Inter-system data synchronization comparison operation, for performing cyclic data inter-system synchronization comparison by data item setting and data item synchronization comparison;

Time synchronization operation, for performing cyclic intra-system and inter-system CPU module time synchronization and local timestamp refresh according to timestamp adjustment;

Control mode management, for performing adjustment strategy and refreshing of a dual-system control mode by adjusting control mode in real time;

Fault processing, for executing fault identification and processing of each synchronization cycle by setting/clearing a fault.



[0036] FIG. 5 is a flow chart of the logic computation thread; and as shown in FIG. 5, the logic computation thread includes:

Step 501: transmitting inter-system data;

Step 502: transmitting inter-CPU data;

Step 503: receiving and parsing the inter-system data;

Step 504: receiving and parsing the inter-CPU data;

Step 505: synchronizing and comparing the inter-system data;

Step 506: comparing the inter-system data;

Step 507: adjusting the timestamp;

Step 508: refreshing the control mode;

Step 509: arranging IO data;

Step 510: judging whether or not an application cycle is reached, if yes, executing step 511; otherwise, the application cycle being not reached and ending the process;

Step 511: triggering an application management task.


(2) Internal communication process



[0037] All inter-system communication of the vital computer is in a mode of Ethernet, which mainly accomplishes a copying function of communication data, the internal communication process maintains multiple socket links, internal interface is the logic computation process, and the external interface may be divided into two threads, which are respectively a communication data receiving thread and an output data thread, and corresponding physical interfaces include three categories below:

CPU on an opposite side of the present system, as a port for transmitting the intra-system data;

CPU3, and Ethernet expansion board, for transmitting external communication data;

CPU on a same side of an opposite system, for transmitting the inter-system data.



[0038] Hereinafter, the communication data receiving thread and the output data thread are respectively described in detail.

○1 Communication data receiving thread



[0039] The communication data receiving thread mainly accomplishes functions of internal data network monitoring and data receiving. In an actual operation, the communication data receiving thread includes two tasks: a high-priority task and a low-priority task, wherein, the high-priority task monitors and receives synchronization channel data, and the low-priority task monitors and receives external communication channel and inter-system big data quantity channel data. When there is data on a network port, the socket interface is called to receive the data, and accomplish parsing and grouping of the data packet.

[0040] FIG. 6 is a schematic diagram of operation of the communication data receiving thread; and as shown in FIG. 6, the communication data receiving thread includes:

[0041] Data communication, for accomplishing network monitoring, data receiving, data parsing by frames and layers and channel identifying;

[0042] Fault processing, for executing fault identification of the present task by setting/clearing a fault.

[0043] FIG. 7 is a flow chart of the communication data receiving thread; and as shown in FIG. 7, the communication data receiving thread includes:

Step 701: initializing monitoring socket fd (a socket file descriptor);

Step 702: monitoring the network port;

Step 703: judging whether or not there is data in the network port, if yes, executing step 704, and if there is no data till timeout, ending the flow;

Step 704: receiving UDP data;

Step 705: parsing FrameLayer;

Step 706: writing data in a safety layer data field.


○2 Output data thread



[0044] The output data thread waits for a data output event:

When an output external communication data event is received, data to be output is subjected to parity split according to CPU ID, and the split data is subjected to protocol encapsulation, and transmitted to an external communication device according to the intranet data sub-contracting protocol;

When the inter-system synchronization data event or a main system backup data transmission event are received, the inter-system synchronization data is subjected to safety protocol encapsulation, and transmitted to other systems according to the intranet data sub-contracting protocol;

When the storage data transmission event is received, data to be transmitted is acquired from a storage data cache and is transmitted to a storage device according to the data subcontracting protocol.



[0045] FIG. 8 is an operation schematic diagram of the output data thread; and as shown in FIG. 8, the output data thread includes:

Data communication, for executing data splitting, protocol encapsulating and data transmitting;

Data storage, for acquiring storage data to execute data storage;

Fault processing, for executing fault identification and processing of the present task by setting/clearing a fault.



[0046] FIG. 9 is a flow chart of the output data thread; and as shown in FIG. 9 , the output data thread includes:

Executing step 901, when it is the outward communication data output event;

Step 901: splitting the data, then executing step 902;

Executing step 902: when it is the event of transmitting the synchronization data to other systems;

Step 902: performing safety protocol encapsulation on the data, and then executing step 903;

Step 903: transmitting the data by frames, and then ending the flow;

Executing step 904, when it is a storage data transmission event;

Step 904: generating a storage data packet;

Step 905: executing storage data transmission, and then ending the flow.


(3) Maintenance communication process



[0047] The maintenance communication process is a one-way data forwarding channel, and is mainly responsible for forwarding the maintenance data generated by a logic processing process to a maintenance machine. Here, the maintenance data is mainly intermediate computation process data, system state data, and alarm data, etc., generated during operation of the logic computation process, and is transmitted to the maintenance communication process by the logic computation process, so as to facilitate subsequent examination, and ensure safety of the system.

[0048] The data processing method according to the embodiment of the present disclosure may implement safety redundancy management of the system data, provide safe and reliable data and communication channels for the application software, and implement monitoring and redundancy switching processing of the system state.

[0049] Based on a similar inventive concept, an embodiment of the present disclosure further provides a data processing apparatus, which may implement the above-described method.

[0050] FIG. 10 is a structural block diagram of a data processing apparatus according to the embodiment of the present disclosure; and as shown in FIG. 10, the apparatus comprises: an internal communication unit 101, a logic computation unit 102, a logic computation data transmission unit 103 and a maintenance data transmission unit 104, wherein:

The logic computation unit 102, configured to receive data from an internal communication process and perform a logic computation operation on the data, wherein, the logic computation operation includes a data synchronization comparison operation;

The logic computation data transmission unit 103, configured to return the data subjected to the logic computation operation to the internal communication process;

The maintenance data transmission unit 104, configured to transmit maintenance data generated during the logic computation operation to a maintenance communication process.



[0051] By performing the logic computation operation on the data of the internal communication process and then returning to the internal communication process, the safety data may be maintained synchronous, and by transmitting the maintenance data in the logic computation operation to the maintenance communication process, it is possible to implement monitoring on the system through the maintenance data, so as to ensure safety of the vital computer system.

[0052] Specifically, as shown in FIG. 11, the internal communication unit 101 includes:

A data receiving module 1011, configured to receive intra-system, inter-system and extra-system data;

A data parsing module 1012, configured to parse the data received by the data receiving module 1011 by frames and layers;

A parsed data transmission module 1013, configured to transmit the data parsed by frames and layers to the logic computation unit 102 on a predetermined channel.



[0053] As shown in FIG. 12, the logic computation unit 102 includes:

A synchronization comparison module 1021, configured to perform intra-system and inter-system synchronization comparison operation on the received data;

A data encapsulation module 1022, configured to encapsulate the data subjected to the synchronization comparison operation;

A first encapsulated data transmission module 1023, configured to transmit the encapsulated data on the predetermined channel.



[0054] The internal communication unit 101 further includes: a second encapsulated data transmission module (not shown in the diagram), configured to perform protocol encapsulation on the data according to an output data instruction and then transmit the same. Specifically, after the logic computation data transmission unit 103 returns the data subjected to the logic computation operation to the internal communication process, the second encapsulated data transmission module may perform protocol encapsulation on the data according to the specific output data instruction and then transmit the same.

[0055] Since a principle for the apparatus to solve the problem is similar to that of the data processing method, for implementation of the apparatus, implementation of the data processing method may be referred to, and repeated parts will not be described.

[0056] An embodiment of the present disclosure further provides a computer device, comprising: a memory, a processor, and a computer program stored on the memory and operable on the processor; and when the processor executes the computer program, the above-described method is implemented.

[0057] An embodiment of the present disclosure further provides a computer readable storage medium, the computer readable storage medium storing the computer program executing the above-described method.

[0058] In summary, by the embodiments of the present disclosure, data safety redundancy management may be implemented, to provide the application software with safe and reliable data and communication channels, and implement state monitoring and redundancy switching processing on the system. Specifically, the vital computer system according to the embodiments of the present disclosure may implement functions below:

(1) Safety critical data 2-vote-2 function



[0059] The system is capable of performing intra-system double-machine cross comparison on input and output data of the application software, executing safety processing when a comparison result show that they are inconsistent, performing double-machine interactive comparison on system operation state information, confirming that the two intra-system machines are in a same working state in real time; and at a same time, is capable of implementing process data cross comparison function of the application software, implementing real-time monitoring of the application software, and confirming that the double-machine application software keeps operating synchronously.

(2) Data dual-system redundancy processing function



[0060] The system is capable of implementing dual-system synchronization working management, executing consistency processing on the dual-system input and output data by dual-system data exchange; performing real-time interaction of the dual-system operation state, implementing a failover system function; and is also capable of providing process data inter-system interaction function of the application software.

(3) External safety communication function



[0061] The intra-system and the inter-system vital computer implements IO data communication of the external communication device via the internal Ethernet communication network. The internal network is isolated from the external network, and ensures data safety by using a dedicated communication protocol.

(4) Application software call interface management function



[0062] The system is capable of encapsulating underlying functions, providing call interfaces for operation software, and implementing execution of logical functions and data transmission.

(5) System state real-time management function



[0063] The system is capable of monitoring execution state of the operating software, finding abnormalities in real time, and executing safety processing.

(6) System self-diagnosis and maintenance management



[0064] The system is capable of self-checking cyclically, promptly alarming when a fault is found, and executing fault safety processing.

[0065] Obviously, those skilled in the art should understand that, respective modules or respective steps according to the present disclosure as described above may be implemented by a general-purpose computer system, which can be centralized on a single computer, or distributed on a network formed by a plurality of computing apparatuses; alternatively, they can be implemented with computer apparatus executable program codes, so that they can be stored in a storage apparatus to be executed by a computing apparatus, or they can be implemented by respectively fabricating them into respective integrated circuit modules, or fabricating a plurality of modules or steps among them into a single integrated circuit module. Thus, the present disclosure is not limited to any specific combination of hardware and software.

[0066] The above are only preferred embodiments of the present disclosure, but are not used for limiting the present disclosure; for those skilled in the art, various alternations and modifications may be made to the present disclosure. Any modification, equivalent replacement, and improvement, etc., made within spirit and principles of the present disclosure shall be included in the protection scope of the present disclosure.


Claims

1. A data processing method, wherein, the method comprises:

receiving data from an internal communication process and performing a logic computation operation on the data, wherein, the logic computation operation includes a data synchronization comparison operation;

returning the data subjected to the logic computation operation to the internal communication process;

transmitting maintenance data generated during the logic computation operation to a maintenance communication process.


 
2. The method according to claim 1, wherein, the performing a logic computation operation on the data, includes:

performing intra-system and inter-system synchronization comparison operations on the data;

encapsulating the data subjected to the synchronization comparison operation;

transmitting the encapsulated data on a predetermined channel.


 
3. The method according to claim 1 or 2, wherein, before receiving data from an internal communication process, the method further comprises:

the internal communication process receiving intra-system, inter-system and extra-system data;

parsing the intra-system, inter-system and extra-system data received by frames and layers;

transmitting the data parsed by frames and layers on the predetermined channel.


 
4. The method according to any one of claims 1 to 3, wherein, after returning the data subjected to the logic computation operation to the internal communication process, the method further comprises:
performing protocol encapsulation on the data according to an output data instruction and then transmitting the same by the internal communication process.
 
5. A data processing apparatus, the apparatus comprising: an internal communication unit, a logic computation unit, a logic computation data transmission unit, and a maintenance data transmission unit, wherein,
the logic computation unit is configured to receive data from an internal communication process, and perform a logic computation operation on the data, wherein the logic computation operation including a data synchronization comparison operation;
the logic computation data transmission unit is configured to return the data subjected to the logic computation operation to the internal communication process;
the maintenance data transmission unit is configured to transmit maintenance data generated during the logic computation operation to a maintenance communication process.
 
6. The apparatus according to claim 5, wherein, the logic computation unit includes:

a synchronization comparison module, configured to perform intra-system and inter-system synchronization comparison operations on the data;

a data encapsulation module, configured to encapsulate the data subjected to the synchronization comparison operation;

a first encapsulated data transmission module, configured to transmit the encapsulated data on a predetermined channel.


 
7. The apparatus according to claim 5 or 6, wherein, the internal communication unit includes:

a data receiving module, configured to receive intra-system, inter-system and extra-system data;

a data parsing module, configured to parse the intra-system, inter-system and extra-system data received by frames and layers;

a parsed data transmission module, configured to transmit the data parsed by frames and layers on the predetermined channel.


 
8. The apparatus according to any one of claims 5 to 7, wherein, the internal communication unit further includes:
a second encapsulated data transmission module, configured to perform protocol encapsulation on the data according to an output data instruction and then transmit the same.
 
9. A computer device, comprising: a memory, a processor, and a computer program stored on the memory and operable on the processor, wherein, the processor implements the method according to any one of claims 1 to 4, when executing the computer program.
 
10. A computer readable storage medium, wherein, the computer readable storage medium stores the computer program executing the method according to any one of claims 1 to 4.
 




Drawing




























Search report













Cited references

REFERENCES CITED IN THE DESCRIPTION



This list of references cited by the applicant is for the reader's convenience only. It does not form part of the European patent document. Even though great care has been taken in compiling the references, errors or omissions cannot be excluded and the EPO disclaims all liability in this regard.

Patent documents cited in the description