CN111756625A - Method, device and system for transferring function to service based on central gateway, electronic equipment and storage medium - Google Patents

Method, device and system for transferring function to service based on central gateway, electronic equipment and storage medium Download PDF

Info

Publication number
CN111756625A
CN111756625A CN202010394893.8A CN202010394893A CN111756625A CN 111756625 A CN111756625 A CN 111756625A CN 202010394893 A CN202010394893 A CN 202010394893A CN 111756625 A CN111756625 A CN 111756625A
Authority
CN
China
Prior art keywords
data
shared memory
execution
controller
processing module
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.)
Granted
Application number
CN202010394893.8A
Other languages
Chinese (zh)
Other versions
CN111756625B (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.)
Zhejiang Geely Holding Group Co Ltd
Ningbo Geely Automobile Research and Development Co Ltd
Original Assignee
Zhejiang Geely Holding Group Co Ltd
Ningbo Geely Automobile Research and Development 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 Zhejiang Geely Holding Group Co Ltd, Ningbo Geely Automobile Research and Development Co Ltd filed Critical Zhejiang Geely Holding Group Co Ltd
Priority to CN202010394893.8A priority Critical patent/CN111756625B/en
Publication of CN111756625A publication Critical patent/CN111756625A/en
Application granted granted Critical
Publication of CN111756625B publication Critical patent/CN111756625B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/66Arrangements for connecting between networks having differing types of switching systems, e.g. gateways
    • 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/54Interprogram communication
    • G06F9/544Buffers; Shared memory; Pipes
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Signal Processing (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Small-Scale Networks (AREA)

Abstract

According to the method, the device, the system, the electronic equipment and the storage medium for transferring the function to the service based on the central gateway, the data forwarding center function of the central gateway is utilized, the data state information of the vehicle-mounted electronic controller can be accurately acquired in real time through the communication interface, the execution data can be sent to the vehicle-mounted electronic controller through the service interface, not only can the situation that a developer realizes a complex SOME/IP protocol be avoided, but also the data interaction with an application layer is realized by additionally arranging a function transferring service layer in a chip, and the method, the device, the system, the electronic equipment and the storage medium have rapidness and real-time performance.

Description

Method, device and system for transferring function to service based on central gateway, electronic equipment and storage medium
Technical Field
The invention relates to the field of SOA (service oriented architecture), in particular to a method, a device and a system for transferring functions to services based on a central gateway, electronic equipment and a storage medium.
Background
In recent years, with the rapid development of the ethernet communication technology of automobiles, applications such as intelligent driving, automatic diagnosis, entertainment and the like are more and more abundant, and Service-Oriented Architecture (SOA) is more and more popular. Compared with the traditional functional automobile electronic software architecture, the SOA can convert the functions of various sensors and actuators in an automobile into services so as to supply different application software with information of the sensors or controllers required by calling, and after certain calculation and logic judgment, the SOA sends instructions to the corresponding actuators or controllers, and the actuators or controllers execute corresponding actions.
At present, the method for implementing SOA is mainly based on the service-Oriented middle layer software protocol (SOME/IP) of ethernet. SOME/IP provides a set of general protocols, the vehicle-mounted controller provides the protocols to convert the functions of the vehicle-mounted controller into services and provide the services to other controllers through a network for use, and the SOME/IP is an IP-based scalable middleware for transmitting service messages and can be suitable for different operating systems. The SOME/IP divides the vehicle-mounted controller into a service end and a client end, and for one controller, when the controller provides service, the controller is the service end; it is a client when it invokes the services of the other controller. A Service is a combination of zero or more Event events, zero or more Method methods, and zero or more Field fields containing at least one Event or one Method or one Field. An Event is a unidirectional data transmission sent by the server to the client, and an Event can be sent periodically or Event-wise (aperiodically). A Method is a Method, program, function, or subroutine that may be called by a client. Fields is a combination of get Getter, set Getter, and notify Notifier, and includes at least one Getter or Notifier. SOME/IP is an intermediate layer protocol, shown in FIG. 1, located between the application layer and TCP/IP.
The method for realizing SOA by adopting SOME/IP mainly has the following defects:
(1) the SOME/IP protocol contains event type signals and periodic type signals, the protocol implementation is complex, and a controller and an application program must be required to support the protocol;
(2) SOME/IP is an open standard, only frames such as a header and the like are defined, the specific content of a protocol is customized by each host factory, and for an application program, the SOME/IP protocol which needs to be compatible with different host factories has considerable difficulty;
(3) when all application layer software simultaneously subscribe the same message, the load of the network is increased;
(4) in the existing mode, the service of the application program acquisition sensor or the controller depends on vehicle-mounted network communication, and the vehicle-mounted network communication is difficult to guarantee real-time performance.
Disclosure of Invention
The embodiment of the application provides a method, a device, a system, electronic equipment and a storage medium for transferring functions to services based on a central gateway, which can avoid a developer from realizing a complex SOME/IP protocol, and realize data interaction with an application layer by additionally arranging a function-to-service layer in a chip, and has rapidness and instantaneity.
The embodiment of the application provides a function-to-service method based on a central gateway, which is applied to the central gateway on a vehicle, wherein the central gateway comprises an application layer and a function-to-service layer, the function-to-service layer comprises a data processing module and a shared memory module, the shared memory module comprises a read shared memory and a write shared memory, and the method comprises the following steps:
if the read shared memory is detected to be stored with the updating data, the data processing module acquires the updating data;
the data processing module determines a first object in the updating data and execution data corresponding to the first object, wherein the first object comprises an actuator and/or a first controller, and the execution data comprises an execution action and an execution cycle corresponding to the execution action;
the data processing module determines a communication interface identifier corresponding to the first object;
the data processing module sends execution data to the first object by using the communication interface corresponding to the communication interface identification, so that the first object executes the execution action according to the execution cycle.
Further, the method further comprises:
the data processing module receives data acquisition feedback sent by the second object; the second object comprises a sensor and/or a second controller, the first controller is a subset of the second controller, or the first controller and the second controller do not intersect;
the data processing module determines identification information of a second object and state data of the second object in data acquisition feedback; the identification information includes a functional domain to which the second object belongs and an update period of the status data;
and the data processing module stores the state data of the second object in the write shared memory according to the function domain to which the second object belongs and the update cycle of the state data.
Further, before the data processing module receives the data acquisition feedback sent by the second object, the method further includes:
the data processing module acquires a data reading instruction issued by an application layer; the data reading instruction comprises a second object;
the data processing module determines a communication interface identifier corresponding to the second object;
and the data processing module sends a data acquisition request to the second object by using the communication interface corresponding to the communication interface identifier.
Further, functional domains include, but are not limited to, comfort domain, entertainment domain, chassis domain, power domain, and hybrid domain.
Correspondingly, an embodiment of the present application further provides a method for transferring a service to a service based on a central gateway, where the method is applied to a central gateway on a vehicle, the central gateway includes an application layer and a function transfer service layer, where the function transfer service layer includes a data processing module and a shared memory module, the shared memory module includes a read shared memory and a write shared memory, and the method includes:
the shared memory module acquires a write data instruction issued by an application layer by using a service interface;
the shared memory module analyzes the data writing instruction to obtain a first object in the data writing instruction, execution data corresponding to the first object and a functional domain to which the first object belongs; the execution data comprises an execution action and an execution cycle corresponding to the execution action;
and the shared memory module stores the execution data corresponding to the first object in the read shared memory according to the function domain to which the first object belongs.
Further, the method further comprises:
the shared memory module sends the state data of the second object in the write shared memory to the application layer by using the service interface, so that the application layer generates a write data instruction according to the state data; the state data of the second object is stored in the write shared memory by the data processing module.
Correspondingly, the embodiment of the present application further provides a device for transferring functions to services based on a central gateway, where the device includes:
the first obtaining unit is used for obtaining the update data if the read shared memory is detected to be stored with the update data;
the first determining unit is used for determining a first object in the updating data and executing data corresponding to the first object, the first object comprises an actuator and/or a first controller, and the executing data comprises an executing action and an executing cycle corresponding to the executing action;
the second determining unit is used for determining the communication interface identifier corresponding to the first object;
and the sending unit is used for sending the execution data to the first object by utilizing the communication interface identification corresponding communication interface so as to enable the first object to execute the execution action according to the execution cycle.
Correspondingly, the embodiment of the present application further provides a device for transferring functions to services based on a central gateway, where the device includes:
the second acquisition unit is used for acquiring a write data instruction issued by the application layer by using the service interface;
the analysis unit is used for analyzing the data writing command to obtain a first object in the data writing command, execution data corresponding to the first object and a functional domain to which the first object belongs; the execution data comprises an execution action and an execution cycle corresponding to the execution action;
and the storage unit is used for storing the execution data corresponding to the first object in the read shared memory according to the function domain to which the first object belongs.
Correspondingly, the embodiment of the application also provides a function-to-service system based on the central gateway, which comprises the central gateway and an on-board electronic controller;
the central gateway comprises an application layer and a function transfer service layer; the function conversion service layer comprises a data processing module and a shared memory module, and the shared memory module comprises a read shared memory and a write shared memory;
the vehicle-mounted electronic controllers are all electronic controllers directly or indirectly connected with the central gateway and comprise an actuator, a first controller, a sensor and a second controller; wherein the first controller is a subset of the second controller, or the first controller and the second controller do not intersect;
the central gateway device is used for acquiring and storing state data of the vehicle-mounted electronic controller and sending execution data to the vehicle-mounted electronic controller.
Correspondingly, an embodiment of the present application further provides an electronic device, which includes a processor and a memory, where the memory stores at least one instruction, at least one program, a code set, or a set of instructions, and the at least one instruction, the at least one program, the code set, or the set of instructions is loaded and executed by the processor to implement the above-mentioned method for transferring a function to a service based on a central gateway.
Accordingly, an embodiment of the present application further provides a computer-readable storage medium, where at least one instruction, at least one program, a code set, or a set of instructions is stored in the storage medium, and the at least one instruction, the at least one program, the code set, or the set of instructions is loaded and executed by a processor to implement the above-mentioned method for transferring a function to a service based on a central gateway.
The embodiment of the application has the following beneficial effects:
the embodiment of the application discloses a method, a device, a system, an electronic device and a storage medium for transferring functions to services based on a central gateway, wherein the method comprises the steps that if it is detected that update data are stored in a read shared memory, a data processing module obtains the update data, the data processing module determines a first object in the update data and execution data corresponding to the first object, the first object comprises an executor and/or a first controller, the execution data comprises an execution action and an execution cycle corresponding to the execution action, the data processing module determines a communication interface identifier corresponding to the first object, and the data processing module sends the execution data to the first object by using a communication interface corresponding to the communication interface identifier, so that the first object executes the execution action according to the execution cycle. The shared memory module acquires a data writing instruction issued by an application layer by using a service interface, and analyzes the data writing instruction to obtain a first object in the data writing instruction, execution data corresponding to the first object and a functional domain to which the first object belongs; the shared memory module stores the execution data corresponding to the first object in the read shared memory according to the function domain to which the first object belongs. Based on the embodiment of the application, the data forwarding center function of the central gateway is utilized, the data state information of the vehicle-mounted electronic controller can be accurately acquired in real time through the communication interface, the execution data can be sent to the vehicle-mounted electronic controller through the service interface, not only can a developer be prevented from realizing a complex SOME/IP protocol, but also the data interaction with an application layer is realized by additionally arranging a function forwarding service layer in a chip, and the method has rapidness and instantaneity.
Drawings
In order to more clearly illustrate the technical solutions and advantages of the embodiments of the present application or the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and other drawings can be obtained by those skilled in the art without creative efforts.
FIG. 1 is a schematic diagram of an SOME/IP architecture provided by an embodiment of the present application;
FIG. 2 is a schematic diagram of an application environment provided by an embodiment of the present application;
fig. 3 is a schematic flowchart of a method for transferring a function to a service based on a central gateway according to an embodiment of the present application;
FIG. 4 is a schematic diagram of a shared memory module;
fig. 5 is a schematic flowchart of a method for transferring a function to a service based on a central gateway according to an embodiment of the present application;
fig. 6 is a schematic structural diagram illustrating a one-key smoke evacuation service implemented based on a central gateway; .
Fig. 7 is a schematic structural diagram of a function-to-service apparatus based on a central gateway according to an embodiment of the present application;
fig. 8 is a schematic structural diagram of a function-to-service apparatus based on a central gateway according to an embodiment of the present application.
Detailed Description
To make the objects, technical solutions and advantages of the present application more clear, embodiments of the present application will be described in further detail below with reference to the accompanying drawings. It should be apparent that the described embodiment is only one embodiment of the present application and not all embodiments. 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 application.
An "embodiment" as referred to herein relates to a particular feature, structure, or characteristic that may be included in at least one implementation of the present application. In the description of the embodiments of the present application, it should be understood that the terms "first", "second", and the like are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implying any number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include one or more of that feature. Moreover, the terms "first," "second," and the like are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the application described herein are capable of operation in other sequences than described or illustrated herein. Furthermore, the terms "comprises," "comprising," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, apparatus, system, article, or apparatus that comprises a list of steps, modules, or elements is not necessarily limited to those steps, modules, or elements expressly listed, but may include other steps, modules, or elements not expressly listed or inherent to such process, method, apparatus, system, article, or apparatus.
Referring to fig. 2, a schematic diagram of an application environment provided by an embodiment of the present application is shown, which includes a central gateway 201 and an on-board electronic controller 203, where the central gateway includes an application layer 2011 and a function transfer service layer 2012, where the function transfer service layer 2012 includes a data processing module and a shared memory module, the shared memory module includes a read shared memory and a write shared memory, and the on-board electronic controller 203 is each electronic controller directly or indirectly connected to the central gateway 201 and includes an actuator, a first controller, a sensor and a second controller. If it is detected that update data are stored in the read shared memory, the data processing module obtains the update data, the data processing module determines a first object in the update data and execution data corresponding to the first object, the first object includes an actuator and/or a first controller, the execution data includes an execution action and an execution cycle corresponding to the execution action, the data processing module determines a communication interface identifier corresponding to the first object, and the data processing module sends the execution data to the first object by using a communication interface corresponding to the communication interface identifier, so that the first object executes the execution action according to the execution cycle. The shared memory module acquires a data writing instruction issued by an application layer by using a service interface, and analyzes the data writing instruction to obtain a first object in the data writing instruction, execution data corresponding to the first object and a functional domain to which the first object belongs; the shared memory module stores the execution data corresponding to the first object in the read shared memory according to the function domain to which the first object belongs.
A specific embodiment of a method for transferring a function to a service based on a central gateway according to the present application is described below, and fig. 3 is a schematic flowchart of a method for transferring a function to a service based on a central gateway according to the embodiment of the present application. The order of steps recited in the embodiments is only one of many possible orders of execution and does not represent the only order of execution, and in actual execution, the steps may be performed sequentially or in parallel as in the embodiments or methods shown in the figures (e.g., in the context of parallel processors or multi-threaded processing). Specifically, as shown in fig. 3, the method includes:
s301: the shared memory module acquires a write data instruction issued by the application layer by using the service interface.
In the embodiment of the application, after the central gateway is powered on and initialized, the function-to-service layer is started, that is, the data processing module and the shared memory module are controlled to be in a working mode, wherein the shared memory module acquires an instruction issued by the application layer by using the service interface, and determines the type of the instruction, and the type of the instruction may be a write data instruction or a read data instruction. In an alternative embodiment, the shared memory module determines that the instruction is a write data instruction, where the write data instruction includes a first object, execution data corresponding to the first object, and a function domain to which the first object belongs.
It should be noted that, for the application layer, the service interfaces for issuing the instructions are all unified, so that the vehicle-mounted server using the central gateway can have good compatibility, and the technology developer can be prevented from implementing a complex SOME/IP protocol.
S303: the shared memory module analyzes the data writing instruction to obtain a first object in the data writing instruction, execution data corresponding to the first object and a functional domain to which the first object belongs.
In the embodiment of the present application, the first object may include one type of on-board electronic controller, and may also include multiple types of on-board electronic controllers. For example, the first object may include an actuator, the first object may also include a first controller, and the first object may also include an actuator and a first controller. The first object obtained by sharing the memory module is specifically an on-board electronic controller capable of realizing the application layer setting function.
In this embodiment of the present application, the executing data specifically includes an executing action and an executing cycle corresponding to the executing action.
In the embodiment of the present application, the functional domain to which the first object belongs may specifically include, but is not limited to, a comfort domain, an entertainment domain, a chassis domain, a power domain, and a hybrid domain.
S305: and the shared memory module stores the execution data corresponding to the first object in the read shared memory according to the function domain to which the first object belongs.
In the embodiment of the present application, the shared memory module is a data interaction medium of the data processing module and the service interface, and the general structure can be divided into two main categories (with respect to the data processing module) of a read shared memory and a write shared memory, where the data processing module and the service interface have different permissions for reading the shared memory and writing the shared memory. For example, if the data processing module has a read-write permission for reading or writing any one of the shared memories, the service interface has a read-write permission for reading or writing the other of the shared memories, or if the data processing module has a read-write permission for reading or writing any one of the shared memories, the service interface has a read-write permission for reading or writing the other of the shared memories.
Wherein the read shared memory and the write shared memory are provided with a plurality of different functional domains, such as the comfort domain, the entertainment domain, the chassis domain, the power domain, and the hybrid domain mentioned above, and further each functional domain is further divided into a plurality of different periodic regions, such as 10ms, 50ms, 100ms, 1s, and event (non-periodic) periodic regions. Specifically, as shown in fig. 4, a schematic structural diagram of a shared memory module is provided.
S307: and if the read shared memory is detected to be stored with the updating data, the data processing module acquires the updating data.
In the embodiment of the application, the data processing module monitors the shared memory in real time, and once the data processing module detects that the update data are stored in the read shared memory, the data processing module acquires the update data in the read shared memory in real time. The update data includes a first object and execution data corresponding to the first object. Likewise, the first object may include one type of on-board electronic controller, and may also include multiple types of on-board electronic controllers. For example, the first object may include an actuator, the first object may also include a first controller, and the first object may also include an actuator and a first controller. The first object obtained by sharing the memory module is specifically an on-board electronic controller capable of realizing the application layer setting function.
S309: the data processing module determines a first object in the update data and the execution data corresponding to the first object.
In the embodiment of the application, the data processing module obtains the update data and performs analysis operation on the update data to obtain a first object in the update data and execution data corresponding to the first object.
S311: the data processing module determines a communication interface identifier corresponding to the first object;
in the embodiment of the present application, each of the first objects, i.e. each of the electronic controllers directly or indirectly connected to the central gateway, has a corresponding communication interface. In an alternative embodiment, each communication interface is associated with a corresponding electronic controller in the form of a communication interface identifier in the data processing module, and the data processing module, after determining the first object, may determine the communication interface identifier associated therewith from the first object.
In another optional implementation manner, when the shared memory module stores the execution data corresponding to the first object in the read shared memory according to the functional domain to which the first object belongs, the communication interfaces corresponding to each object are stored in the read shared memory together in the form of a communication interface identifier. The data processing module can directly determine the communication interface identifier corresponding to the first object.
S313: the data processing module sends execution data to the first object by using the communication interface corresponding to the communication interface identification, so that the first object executes the execution action according to the execution cycle.
In this embodiment, the hardware part of the communication interface may include an ethernet of the central gateway, a CAN, a LIN, a FlexRay and other vehicle-mounted communication interfaces, because the ethernet CAN provide a large communication bandwidth, the ethernet is mainly used for a backbone network to connect the central gateway and a large number of actuators and first controllers; the central gateway supports a plurality of CAN interfaces, and the CAN has wide communication application in the vehicle and CAN meet various application requirements; LIN can be used to connect some low speed actuators and controllers, FlexRay can provide the controller to the FlexRay communication. Thus, the central gateway CAN specifically provide 6-way ethernet interface, 8-way CAN interface, 10-way LIN and 2-way FlexRay.
By adopting the method for transferring the function to the service based on the central gateway, the data writing command issued by the application layer can be obtained without a uniform service interface provided by the central gateway, a complex SOME/IP protocol does not need to be realized, data interaction can be carried out in a chip by the application layer and the work transfer service layer, and the method has rapidness and real-time performance compared with network communication.
A specific embodiment of a method for transferring a function to a service based on a central gateway according to the present application is described below, and fig. 5 is a schematic flowchart of a method for transferring a function to a service based on a central gateway according to the present application, where the present specification provides the method operation steps as shown in the embodiment or the flowchart, but the method may include more or less operation steps based on conventional or non-inventive labor. The order of steps recited in the embodiments is only one of many possible orders of execution and does not represent the only order of execution, and in actual execution, the steps may be performed sequentially or in parallel as in the embodiments or methods shown in the figures (e.g., in the context of parallel processors or multi-threaded processing). Specifically, as shown in fig. 5, the method includes:
s501: the data processing module acquires a data reading instruction issued by an application layer; the read data instruction includes a second object.
In the embodiment of the application, after the central gateway is powered on and initialized, the function-to-service layer is started, that is, the data processing module and the shared memory module are controlled to be in a working mode, wherein the shared memory module acquires an instruction issued by the application layer by using the service interface, and determines the type of the instruction, and the type of the instruction may be a write data instruction or a read data instruction. In an alternative embodiment, the shared memory module determines that the command is a read data command, and the read data command includes the second object.
S503: and the data processing module determines the communication interface identifier corresponding to the second object.
In the embodiment of the present application, as the communication interface identifier corresponding to the first object is determined, each object in the second object, that is, each electronic controller directly or indirectly connected to the central gateway, also has a corresponding communication interface. In an alternative embodiment, each communication interface is associated with the corresponding electronic controller in the form of a communication interface identifier in the data processing module, and the data processing module may determine the communication interface identifier associated with the second object according to the second object after determining the second object.
S505: and the data processing module sends a data acquisition request to the second object by using the communication interface corresponding to the communication interface identifier.
In the embodiment of the present application, as mentioned above, the hardware part of the communication interface may include the ethernet of the central gateway, the on-board communication interfaces such as CAN, LIN, FlexRay and the like, because the ethernet CAN provide a large communication bandwidth, and therefore the ethernet is mainly used for the backbone network to connect the central gateway and the large number of actuators and the first controller; the central gateway supports a plurality of CAN interfaces, and the CAN has wide communication application in the vehicle and CAN meet various application requirements; LIN can be used to connect some low speed actuators and controllers, FlexRay can provide the controller to the FlexRay communication. Thus, the central gateway CAN specifically provide 6-way ethernet interface, 8-way CAN interface, 10-way LIN and 2-way FlexRay.
S507: and the data processing module receives data acquisition feedback sent by the second object.
In the embodiment of the application, the data processing module receives data acquisition feedback sent by the second object by using the communication interface, and the data feedback contains identification information corresponding to the second object in the data reading instruction and state data of the second object. The second object may include one type of on-board electronic controller, and may also include multiple types of on-board electronic controllers. For example, the second object may include a sensor, the second object may also include a second controller, and the first object may also include a sensor and a second controller. The second object obtained by the shared memory module is specifically an on-board electronic controller which can realize that the application layer sets data to be acquired.
Continuing with the description of the first controller mentioned above, it should be understood that the first controller may be a subset of the second controller, and that the first controller may be a subset of the second controller, assuming that the second controller is embodied as all of the onboard electronic controllers in the vehicle and the application layer setting function only needs to control a portion of the onboard electronic controllers. Of course, the first controller and the second controller may not have an intersection, and it is assumed that the function set by the application layer needs to control part of the on-board electronic controllers, and the function set by the application layer needs to collect data is completely different from the function set by the application layer. For example, the function set by the application layer needs to control the operation of the windshield water sprayer, and in this case, the information data of the vehicle-mounted temperature sensor does not need to be acquired.
In this embodiment, in a specific implementation where an optional data processing module receives data acquisition feedback sent by a second object, the data processing module does not need to send a data acquisition request to the second object, but sets, in an initialization setting, an update period of state data of the second object according to identification information of the second object, that is, the update period of the state data of the second object mentioned below, and automatically sends the state data to the data processing module at regular time, so as to update the state data in the read shared memory corresponding to the second object.
S509: the data processing module determines identification information of the second object and status data of the second object in the data acquisition feedback.
In the embodiment of the application, the data processing module receives the data acquisition feedback sent by the second object, and analyzes the data acquisition feedback to obtain the identification information of the second object and the state data of the second object in the data acquisition feedback. Wherein the identification information of the second object may include a function domain to which the second object belongs and an update period of the state data. The state data of the second object may specifically be an operating state of the sensor and/or the second controller, or may be information data acquired by the sensor and/or the second controller. For example, the rainfall sensor acquires information data of "rain outdoors".
As a specific example, if the data processing module determines that the second object in the data acquisition feedback includes a vehicle-mounted music switch and a vehicle-mounted air conditioner switch, where the identification information corresponding to the vehicle-mounted music switch indicates that the functional domain is an entertainment domain, the update cycle is an event, and the corresponding state data indicates that the vehicle-mounted music switch is in an off state. The identification information corresponding to the vehicle-mounted air-conditioning switch is that the belonging functional domain is a comfortable domain, the updating period is an event, and the corresponding state data is that the vehicle-mounted air-conditioning switch is in a closed state.
S511: and the data processing module stores the state data of the second object in the write shared memory according to the function domain to which the second object belongs and the update cycle of the state data.
In this embodiment of the application, the data processing module may store the state data of the second object in the write shared memory provided in fig. 4 according to the function domain to which the second object belongs and the update cycle of the state data.
The description is continued on the basis of the specific examples enumerated hereinabove. The data processing module is used for writing the closing state of the vehicle-mounted music switch into a shared memory of which the cycle area is an event area in the entertainment area according to the fact that the identification information corresponding to the vehicle-mounted music switch belongs to the entertainment area, the updating period is an event, the corresponding state data is that the vehicle-mounted music switch is in the closing state. Similarly, the data processing module writes the off state of the vehicle-mounted air conditioner switch into the shared memory of which the cycle area in the comfortable area is the event area according to the fact that the identification information corresponding to the vehicle-mounted air conditioner switch belongs to the comfortable area, the updating period is the event, the corresponding state data is that the vehicle-mounted air conditioner switch is in the off state.
S513: the shared memory module sends the state data of the second object in the write shared memory to the application layer by using the service interface, so that the application layer generates a write data instruction according to the state data.
In this embodiment, the state data of the second object is stored in the write shared memory by the data processing module.
The description is continued on the basis of the specific examples enumerated hereinabove. The shared memory module sends the state data of the second object in the shared memory to the application layer by using the service interface, namely, the off state of the vehicle-mounted music switch and the off state of the vehicle-mounted air conditioner switch are fed back to the application layer, if a user has a requirement for opening the vehicle-mounted music switch, the vehicle-mounted music switch button can be pressed on the multimedia control interface, and then the application layer correspondingly generates a data writing instruction of opening the music switch. If the user also has a requirement for opening the vehicle-mounted air conditioner switch, the vehicle-mounted air conditioner switch button can be pressed on the multimedia control interface, and then the application layer correspondingly generates a data writing instruction for opening the air conditioner.
The function-to-service method based on the central gateway is described below based on a specific application scenario. Fig. 6 is a schematic structural diagram of implementing one-key smoke evacuation service based on a central gateway. If the vehicle is provided with a one-key smoke exhaust application program, when a driver or a passenger presses a one-key smoke exhaust key on the vehicle-mounted multimedia, the function transfer service layer in the central gateway acquires the one-key smoke exhaust signal by using the communication interface and uploads the one-key smoke exhaust signal to the application layer. The application layer issues a data reading instruction to a data processing module in the function transfer service layer, a second object in the data reading instruction comprises a rainfall sensor, a skylight controller and a vehicle-mounted air conditioner, the data processing module determines a communication interface identifier corresponding to the rainfall sensor, a communication interface identifier corresponding to the skylight controller and a communication interface identifier corresponding to the vehicle-mounted air conditioner, a data acquisition request is sent to the rainfall sensor by using a communication interface corresponding to the communication interface identifier of the rainfall sensor, a data acquisition request is sent to the skylight controller by using a communication interface corresponding to the communication interface identifier of the skylight controller, and a data acquisition request is sent to the vehicle-mounted air conditioner controller by using a communication interface corresponding to the communication interface identifier of the vehicle-mounted air conditioner. Assuming that the data processing module can receive data acquisition feedback sent by the rainfall sensor, the skylight controller and the vehicle-mounted air conditioner controller, and determine that the functional domain to which the rainfall sensor belongs is a mixed domain, the state data is information data of "no rain outdoors", the update cycle of the state data is 50ms, the functional domain to which the skylight controller belongs is determined to be the mixed domain, the state data is information data of "skylight closed", the update cycle of the state data is an event, the functional domain to which the vehicle-mounted air conditioner belongs is determined to be the mixed domain, the state data is information data of "the vehicle-mounted air conditioner is in an internal circulation mode", the update cycle of the state data is the event, then the data processing module stores the state data of the rainfall sensor and the no rain outdoors "in the read shared memory as the mixed domain, the update cycle is 50ms, the state data of the skylight controller and the" skylight closed "is stored in the read shared memory as the mixed domain, and in the memory with the update period as the event, storing the state data of the vehicle-mounted air conditioner controller and the state data of the vehicle-mounted air conditioner in the internal circulation mode into a memory with a function domain as a mixed domain and an update period as the event in the read shared memory.
The shared memory module sends the state data of the rainfall sensor and the skylight controller in the write-sharing memory to the application layer by using the service interface, so that the application layer generates a corresponding write-data instruction according to the state data. In an optional embodiment, the application is that a data writing instruction of "open a skylight" and "switch an internal circulation mode of the vehicle-mounted air conditioner controller to an external circulation mode" is generated according to state data of the rainfall sensor, the skylight controller and the vehicle-mounted air conditioner controller, and is stored in a write shared memory of the shared memory module, when the data processing module detects that new update data are stored in the read shared memory, the update data are obtained, a pass interface identifier corresponding to the skylight controller and a communication interface identifier corresponding to the vehicle-mounted air conditioner controller are determined, an execution instruction containing execution data of "open a skylight" is sent to the skylight controller by using a communication interface corresponding to the communication interface identifier of the skylight controller, so as to control the skylight controller to open the skylight according to the execution instruction, and meanwhile, the data processing module also sends the execution data containing execution data of "execute the skylight" to the vehicle-mounted air conditioner controller by using a communication interface corresponding to the communication interface identifier of the vehicle-mounted air conditioner controller And switching the internal circulation mode of the vehicle-mounted air conditioner controller to the external circulation mode' according to the execution instruction, so as to control the vehicle-mounted air conditioner controller to switch the internal circulation mode of the vehicle-mounted air conditioner controller to the external circulation mode according to the execution instruction.
Fig. 7 is a schematic structural diagram of a central gateway-based function-to-service apparatus provided in an embodiment of the present application, and as shown in fig. 7, the apparatus includes:
the first obtaining unit 701 is configured to obtain update data if it is detected that the read shared memory stores the update data;
the first determining unit 703 is configured to determine a first object in the update data and execution data corresponding to the first object, where the first object includes an actuator and/or a first controller, and the execution data includes an execution action and an execution cycle corresponding to the execution action;
the second determining unit 705 is configured to determine a communication interface identifier corresponding to the first object;
and the sending unit is used for sending the execution data to the first object by utilizing the communication interface identification corresponding communication interface so as to enable the first object to execute the execution action according to the execution cycle.
The device and method embodiments in the embodiments of the present application are based on the same application concept.
Correspondingly, an embodiment of the present application further provides a device for transferring functions to services based on a central gateway, and fig. 8 is a schematic structural diagram of the device for transferring functions to services based on a central gateway, as shown in fig. 8, the device includes:
the device includes:
the second obtaining unit 801 is configured to obtain, by using the service interface, a write data instruction issued by the application layer;
the analyzing unit 803 is configured to analyze the write data instruction to obtain a first object in the write data instruction, execution data corresponding to the first object, and a functional domain to which the first object belongs; the execution data comprises an execution action and an execution cycle corresponding to the execution action;
the storage unit 805 is configured to store, in the read shared memory, execution data corresponding to the first object according to the functional domain to which the first object belongs.
The device and method embodiments in the embodiments of the present application are based on the same application concept.
Correspondingly, the embodiment of the application also provides a function-to-service system based on the central gateway, which comprises the central gateway and an on-board electronic controller;
the central gateway comprises an application layer and a function transfer service layer; the function conversion service layer comprises a data processing module and a shared memory module, and the shared memory module comprises a read shared memory and a write shared memory;
the vehicle-mounted electronic controllers are all electronic controllers directly or indirectly connected with the central gateway and comprise an actuator, a first controller, a sensor and a second controller; wherein the first controller is a subset of the second controller, or the first controller and the second controller do not intersect;
the central gateway device is used for acquiring and storing state data of the vehicle-mounted electronic controller and sending execution data to the vehicle-mounted electronic controller.
The system and method embodiments in the embodiments of the present application are based on the same application concept.
The present invention further provides an electronic device, which may be disposed in a server to store at least one instruction, at least one program, a code set, or a set of instructions related to implementing a central gateway based feature-to-service method in the method embodiments, where the at least one instruction, the at least one program, the code set, or the set of instructions are loaded from the memory and executed to implement the central gateway based feature-to-service method described above.
The present application further provides a storage medium, which can be disposed in a server to store at least one instruction, at least one program, a code set, or a set of instructions related to implementing a central gateway based feature-to-service method in the method embodiments, where the at least one instruction, the at least one program, the code set, or the set of instructions are loaded and executed by the processor to implement the central gateway based feature-to-service method.
Optionally, in this embodiment, the storage medium may be located in at least one network server of a plurality of network servers of a computer network. Optionally, in this embodiment, the storage medium may include, but is not limited to, a storage medium including: various media that can store program codes, such as a usb disk, a Read-only Memory (ROM), a removable hard disk, a magnetic disk, or an optical disk.
As can be seen from the above embodiments of the method, the apparatus, the system, the electronic device or the storage medium for transferring a function to a service based on a central gateway provided by the present application, the method includes that if it is detected that update data is stored in a read shared memory, a data processing module obtains the update data, the data processing module determines a first object in the update data and execution data corresponding to the first object, the first object includes an executor and/or a first controller, the execution data includes an execution action and an execution cycle corresponding to the execution action, the data processing module determines a communication interface identifier corresponding to the first object, and the data processing module sends the execution data to the first object by using a communication interface corresponding to the communication interface identifier, so that the first object executes the execution action according to the execution cycle. The shared memory module acquires a data writing instruction issued by an application layer by using a service interface, and analyzes the data writing instruction to obtain a first object in the data writing instruction, execution data corresponding to the first object and a functional domain to which the first object belongs; the shared memory module stores the execution data corresponding to the first object in the read shared memory according to the function domain to which the first object belongs. Based on the embodiment of the application, the data forwarding center function of the central gateway is utilized, the data state information of the vehicle-mounted electronic controller can be accurately acquired in real time through the communication interface, the execution data can be sent to the vehicle-mounted electronic controller through the service interface, not only can a developer be prevented from realizing a complex SOME/IP protocol, but also the data interaction with an application layer is realized by additionally arranging a function forwarding service layer in a chip, and the method has rapidness and instantaneity.
It should be noted that: the foregoing sequence of the embodiments of the present application is for description only and does not represent the superiority and inferiority of the embodiments, and the specific embodiments are described in the specification, and other embodiments are also within the scope of the appended claims. In some cases, the actions or steps recited in the claims can be performed in the order of execution in different embodiments and achieve desirable results. In addition, the processes depicted in the accompanying figures do not necessarily require the particular order shown or connected to enable the desired results to be achieved, and in some embodiments, multitasking and parallel processing may also be possible or may be advantageous.
All the embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments may be referred to each other, and each embodiment is described with emphasis on differences from other embodiments. In particular, for the embodiments of the apparatus and system, since they are based on embodiments similar to the method embodiments, the description is relatively simple, and for the relevant points, reference may be made to some descriptions of the method embodiments.
While the foregoing is directed to the preferred embodiment of the present invention, it will be understood by those skilled in the art that various changes and modifications may be made without departing from the spirit and scope of the invention.

Claims (11)

1. A function-to-service method based on a central gateway is characterized in that the method is applied to the central gateway on a vehicle, the central gateway comprises an application layer and a function-to-service layer, the function-to-service layer comprises a data processing module and a shared memory module, the shared memory module comprises a read shared memory and a write shared memory, and the method comprises the following steps:
if the read shared memory is detected to be stored with the updating data, the data processing module acquires the updating data;
the data processing module determines a first object in the update data and execution data corresponding to the first object, wherein the first object comprises an executor and/or a first controller, and the execution data comprises an execution action and an execution cycle corresponding to the execution action;
the data processing module determines a communication interface identifier corresponding to the first object;
the data processing module sends the execution data to the first object by using the communication interface corresponding to the communication interface identification, so that the first object executes the execution action according to the execution cycle.
2. The method of claim 1, further comprising:
the data processing module receives data acquisition feedback sent by a second object; the second object comprises a sensor and/or a second controller, the first controller is a subset of the second controller, or the first controller and the second controller do not intersect;
the data processing module determines identification information of the second object and state data of the second object in the data acquisition feedback; the identification information includes a functional domain to which the second object belongs and an update cycle of the state data;
and the data processing module stores the state data of the second object in the write shared memory according to the function domain to which the second object belongs and the update cycle of the state data.
3. The method of claim 2, wherein before the data processing module receives the data acquisition feedback sent by the second object, further comprising:
the data processing module acquires a data reading instruction issued by the application layer; the read data instruction contains the second object;
the data processing module determines a communication interface identifier corresponding to the second object;
and the data processing module sends a data acquisition request to the second object by using the communication interface corresponding to the communication interface identifier.
4. The method of claim 2, wherein the functional domains include, but are not limited to, comfort domain, entertainment domain, chassis domain, power domain, and hybrid domain.
5. A function-to-service method based on a central gateway is characterized in that the method is applied to the central gateway on a vehicle, the central gateway comprises an application layer and a function-to-service layer, the function-to-service layer comprises a data processing module and a shared memory module, the shared memory module comprises a read shared memory and a write shared memory, and the method comprises the following steps:
the shared memory module acquires a write data instruction issued by the application layer by using a service interface;
the shared memory module analyzes the data writing instruction to obtain a first object in the data writing instruction, execution data corresponding to the first object and a functional domain to which the first object belongs; the execution data comprises an execution action and an execution cycle corresponding to the execution action;
and the shared memory module stores the execution data corresponding to the first object in the read shared memory according to the function domain to which the first object belongs.
6. The method of claim 5, further comprising:
the shared memory module sends the state data of the second object in the write shared memory to the application layer by using the service interface, so that the application layer generates the write data instruction according to the state data; the state data of the second object is stored in the write shared memory by the data processing module.
7. A function switching service device based on a central gateway is characterized by comprising:
a first obtaining unit, configured to obtain update data if it is detected that the read shared memory stores the update data;
a first determining unit, configured to determine a first object in the update data and execution data corresponding to the first object, where the first object includes an actuator and/or a first controller, and the execution data includes an execution action and an execution cycle corresponding to the execution action;
a second determining unit, configured to determine a communication interface identifier corresponding to the first object;
a sending unit, configured to send the execution data to the first object by using the communication interface corresponding to the communication interface identifier, so that the first object executes the execution action according to the execution cycle.
8. A function switching service device based on a central gateway is characterized by comprising:
the second obtaining unit is used for obtaining the write data command issued by the application layer by using a service interface;
the analysis unit is used for analyzing the write data instruction to obtain a first object in the write data instruction, execution data corresponding to the first object and a functional domain to which the first object belongs; the execution data comprises an execution action and an execution cycle corresponding to the execution action;
and the storage unit is used for storing the execution data corresponding to the first object in the read shared memory according to the function domain to which the first object belongs.
9. A function-to-service system based on a central gateway is characterized by comprising the central gateway and a vehicle-mounted electronic controller;
the central gateway comprises an application layer and a function transfer service layer; the function conversion service layer comprises a data processing module and a shared memory module, wherein the shared memory module comprises a read shared memory and a write shared memory;
the vehicle-mounted electronic controllers are all electronic controllers directly or indirectly connected with the central gateway and comprise an actuator, a first controller, a sensor and a second controller; wherein the first controller is a subset of the second controller, or the first controller and the second controller are disjoint;
the central gateway device is used for acquiring and storing state data of the vehicle-mounted electronic controller and sending execution data to the vehicle-mounted electronic controller.
10. An electronic device, comprising a processor and a memory, wherein the memory stores at least one instruction, at least one program, a set of codes, or a set of instructions, and the at least one instruction, the at least one program, the set of codes, or the set of instructions is loaded and executed by the processor to implement the central gateway based functionality transfer method according to any one of claims 1-4 or claims 5-6.
11. A computer-readable storage medium, having stored therein at least one instruction, at least one program, a set of codes, or a set of instructions, which is loaded and executed by a processor to implement the central gateway based functionality transfer method according to any one of claims 1-4 or claims 5-6.
CN202010394893.8A 2020-05-11 2020-05-11 Function transfer service method, device and system based on central gateway, electronic equipment and storage medium Active CN111756625B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010394893.8A CN111756625B (en) 2020-05-11 2020-05-11 Function transfer service method, device and system based on central gateway, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010394893.8A CN111756625B (en) 2020-05-11 2020-05-11 Function transfer service method, device and system based on central gateway, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111756625A true CN111756625A (en) 2020-10-09
CN111756625B CN111756625B (en) 2023-05-23

Family

ID=72673783

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010394893.8A Active CN111756625B (en) 2020-05-11 2020-05-11 Function transfer service method, device and system based on central gateway, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111756625B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113335018A (en) * 2021-06-11 2021-09-03 华东理工大学 Vehicle-mounted air conditioner service calling system based on SOME/IP
CN113733856A (en) * 2021-10-28 2021-12-03 南昌智能新能源汽车研究院 Vehicle-mounted air conditioner internal and external circulation SOA system based on multi-sensor data fusion
CN114200873A (en) * 2022-02-17 2022-03-18 北京清研宏达信息科技有限公司 Modularized vehicle-mounted intelligent control software system based on SOA (service oriented architecture) and control method
CN115914429A (en) * 2022-10-31 2023-04-04 重庆长安汽车股份有限公司 Communication protocol adaptation method, device, electronic equipment, vehicle and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1828527A (en) * 2005-02-28 2006-09-06 微软公司 Platform for data services across disparate application frameworks
CN109995861A (en) * 2019-03-29 2019-07-09 上海势航网络科技有限公司 Onboard system is using the relay communication method and system with vehicle-mounted peripheral components
CN110497920A (en) * 2019-08-29 2019-11-26 华人运通(江苏)技术有限公司 Signal processing method, apparatus and system
CN110535740A (en) * 2019-08-29 2019-12-03 华人运通(江苏)技术有限公司 Signal processing method, device, storage medium and terminal

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1828527A (en) * 2005-02-28 2006-09-06 微软公司 Platform for data services across disparate application frameworks
CN109995861A (en) * 2019-03-29 2019-07-09 上海势航网络科技有限公司 Onboard system is using the relay communication method and system with vehicle-mounted peripheral components
CN110497920A (en) * 2019-08-29 2019-11-26 华人运通(江苏)技术有限公司 Signal processing method, apparatus and system
CN110535740A (en) * 2019-08-29 2019-12-03 华人运通(江苏)技术有限公司 Signal processing method, device, storage medium and terminal

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113335018A (en) * 2021-06-11 2021-09-03 华东理工大学 Vehicle-mounted air conditioner service calling system based on SOME/IP
CN113335018B (en) * 2021-06-11 2022-12-06 华东理工大学 Vehicle-mounted air conditioner service calling system based on SOME/IP
CN113733856A (en) * 2021-10-28 2021-12-03 南昌智能新能源汽车研究院 Vehicle-mounted air conditioner internal and external circulation SOA system based on multi-sensor data fusion
CN113733856B (en) * 2021-10-28 2023-02-24 南昌智能新能源汽车研究院 Vehicle-mounted air conditioner internal and external circulation SOA system based on multi-sensor data fusion
CN114200873A (en) * 2022-02-17 2022-03-18 北京清研宏达信息科技有限公司 Modularized vehicle-mounted intelligent control software system based on SOA (service oriented architecture) and control method
CN114200873B (en) * 2022-02-17 2022-05-13 北京清研宏达信息科技有限公司 Modularized vehicle-mounted intelligent control software system based on SOA architecture and control method
CN115914429A (en) * 2022-10-31 2023-04-04 重庆长安汽车股份有限公司 Communication protocol adaptation method, device, electronic equipment, vehicle and storage medium
CN115914429B (en) * 2022-10-31 2024-04-26 重庆长安汽车股份有限公司 Communication protocol adaptation method, device, electronic equipment, vehicle and storage medium

Also Published As

Publication number Publication date
CN111756625B (en) 2023-05-23

Similar Documents

Publication Publication Date Title
CN111756625A (en) Method, device and system for transferring function to service based on central gateway, electronic equipment and storage medium
US20220391273A1 (en) System, method and computer program product for sharing information in a distributed framework
CN114205386B (en) Service architecture-oriented vehicle-mounted network communication method
CN111080258B (en) Group unmanned system cooperative task management subsystem based on role state machine
US11709620B2 (en) Methods and systems for memory management in a publish and subscribe system
CN108199942A (en) Vehicle diagnosis method, device, equipment, system and diagnosis connection equipment
WO2022061710A1 (en) Method and apparatus for controlling vehicle service, vehicle, device, and storage medium
CN114465940A (en) Vehicle-mounted test system, method and storage medium
US8996248B2 (en) Virtual sensor network system and method for convergence of heterogeneous sensors
CN113191652A (en) Vehicle-mounted information interaction system based on Ethernet
Kenjić et al. Connectivity challenges in automotive solutions
CN117075576A (en) Vehicle intelligent cabin testing method, cloud server, vehicle-mounted terminal and storage medium
CN113329042A (en) Message processing method and system, Internet of vehicles system, server and electronic equipment
CN112083938A (en) Vehicle and method for managing user setting menu thereof
CN114297109B (en) Data processing method and device based on subscription and release modes, electronic equipment and storage medium
CN113335018B (en) Vehicle-mounted air conditioner service calling system based on SOME/IP
Ballesteros et al. SOAcom: Designing Service communication in adaptive automotive networks
CN114168257A (en) Parallel port redirection method, device, system and storage medium
Trifunović et al. Data Exchange Interfaces in Automotive SOA
CN116782277B (en) Distributed deployment system for vehicle-mounted C-V2X
CN117240838B (en) Cloud native CAN (controller area network) debugging system
WO2024026592A1 (en) Data storage method and related apparatus
CN107766264A (en) Data transfer control method, mobile terminal and computer-readable recording medium
WO2002088965A1 (en) System and method for preloading a bus controller with command schedule
Kimm et al. Implementation of networked robot control system over controller area network

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