WO2021107179A1 - Autosar 기반 응용 소프트웨어의 설정 코드 자동 생성 방법 및 장치 - Google Patents

Autosar 기반 응용 소프트웨어의 설정 코드 자동 생성 방법 및 장치 Download PDF

Info

Publication number
WO2021107179A1
WO2021107179A1 PCT/KR2019/016442 KR2019016442W WO2021107179A1 WO 2021107179 A1 WO2021107179 A1 WO 2021107179A1 KR 2019016442 W KR2019016442 W KR 2019016442W WO 2021107179 A1 WO2021107179 A1 WO 2021107179A1
Authority
WO
WIPO (PCT)
Prior art keywords
application software
autosar
generating
service
setting code
Prior art date
Application number
PCT/KR2019/016442
Other languages
English (en)
French (fr)
Inventor
서용진
Original Assignee
주식회사 알티스트
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 주식회사 알티스트 filed Critical 주식회사 알티스트
Publication of WO2021107179A1 publication Critical patent/WO2021107179A1/ko

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/33Intelligent editors
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design

Definitions

  • the present invention relates to an open automobile standard software architecture technology, and is a research result of "development of high-reliability and adaptive electric field SW platform technology for intelligent vehicle service” carried out with support from the Ministry of Science and ICT.
  • AUTOSAR Software based on the open automotive standard software architecture (AUTomotive Open System Architecture: AUTOSAR) is software that is installed and operated in an electronic/electric device in a vehicle, and is characterized by having a distributed and simultaneous development environment. Therefore, when developing AUTOSAR-based systems, it is very important to maintain consistent requirements and designs throughout the system. To this end, AUTOSAR maintains a consistent design by providing ARXML (AUTOSAR XML), an AUROSAR model in XML format.
  • ARXML AUTOSAR XML
  • AUROSAR model in XML format.
  • ARXML not only has a schema of about 140,000 lines, but also has a vast document format that contains design information from various perspectives.
  • the elements of ARXML have complex dependencies on each other, so software developers must understand the overall structure of AUTOSAR to deal with them.
  • ARXML elements directly related to application software there are many ARXML elements directly or indirectly required to operate application software.
  • ARXML elements there are also elements that require information that software developers cannot write. This situation increases the cost of developing AUTOSAR-based software and causes a problem of lowering productivity.
  • An object of the present invention is to provide a technique for automatically generating configuration code elements necessary for the operation of AUTOSAR-based application software.
  • the method for automatically generating a setting code is performed in a computing device having one or more processors and a memory for storing one or more programs executed by the one or more processors, and AUTOSAR (AUTomotive Open A method for automatically generating a setting code of application software based on System Architecture), the method comprising: generating a source code for the application software based on input design information of the application software; and generating an EXECUTABLE element that is one of ARXML (AUTOSAR XML) elements based on the design information of the application software and the source code.
  • AUTOSAR AUTomotive Open A method for automatically generating a setting code of application software based on System Architecture
  • the design information of the application software includes a service interface (SERVICE-INTERFACE) element and a software component type (SW-COMPONENT-TYPE) element, and the software component type element includes a port prototype ( It may include a PROVIDED-PORT-PROTOTYPE) element and a REQUIRED-PORT-PROTOTYPE element.
  • SEQUICE-INTERFACE service interface
  • SW-COMPONENT-TYPE software component type
  • the software component type element includes a port prototype ( It may include a PROVIDED-PORT-PROTOTYPE) element and a REQUIRED-PORT-PROTOTYPE element.
  • the generating of the executable element may include generating one or more EXECUTABLE elements by tying the software component type elements into an execution unit.
  • the generating of the executable element may include: deriving a list of executable files from the source code through whether an API (Application Program Interface) of AUTOSAR's execution management module is used; and generating an executable element by estimating a corresponding execution unit according to the list of the executable files.
  • API Application Program Interface
  • the method for automatically generating the setting code may further include generating a PROCESS element, which is one of the ARXML elements, based on the design information of the application software and the executable element.
  • the application dependency among the dependency information of the process element is a process element related to a software component type having a provision port prototype (PROVIDED-PORT-PROTOTYPE) element is a required port prototype (REQUIRED-PORT-) PROTOTYPE) element can be configured to run before the process element associated with the software component type.
  • provision port prototype PROVIDED-PORT-PROTOTYPE
  • REQUIRED-PORT- REQUIRED-PORT-
  • the generating of the process element may include: generating a mode-declaration group prototype (MODE-DECLARATION-GROUP-PROTOTYPE) element, which is one of ARXML elements including platform status information, based on the AUTOSAR manual; and setting a state value of the platform with reference to the mode decoration group prototype element for machine dependency among the dependency information of the process element.
  • a mode-declaration group prototype MODE-DECLARATION-GROUP-PROTOTYPE
  • the method for automatically generating the setting code may further include generating a service interface deployment (SERVICE-INTERFACE-DEPLOYMENT) element, which is one of the ARXML elements, from the service interface element among the design information of the application software.
  • a service interface deployment SELDICE-INTERFACE-DEPLOYMENT
  • the method for automatically generating the setting code may further include generating a service instance element (SERVICE-INSTANCE) which is one of the ARXML elements from the service interface deployment element.
  • SESVICE-INSTANCE service instance element
  • the generating of the service instance element may include: generating a machine design (MACHINE-DESIGN) element, which is one of the ARXML elements, based on the previously created attribute information of the virtual machine; and creating the service instance element based on a port and an IP address set by the machine design element in a communication protocol by the service interface deployment element.
  • a machine design (MACHINE-DESIGN) element, which is one of the ARXML elements, based on the previously created attribute information of the virtual machine
  • creating the service instance element based on a port and an IP address set by the machine design element in a communication protocol by the service interface deployment element.
  • the generating of the service instance element may include: creating an interactive provision service instance and a requested service instance based on a port prototype element of a software component element type related to the process element; and assigning an identifier to each of the provided service instance and the requested service instance, wherein the assigning of the identifier may provide the same identifier between the interacting provided service instance and the requested service instance. have.
  • a method for automatically generating a setting code according to another embodiment of the present invention is performed in a computing device having one or more processors and a memory for storing one or more programs executed by the one or more processors, and AUTOSAR (AUTomotive Open A method for automatically generating a setting code of an application software based on System Architecture), the method comprising: receiving design information of the application software including a service interface (SERVICE-INTERFACE) element and a software component type (SW-COMPONENT-TYPE) element; and generating a SERVICE-INTERFACE-DEPLOYMENT element, which is one of ARXML elements, from the service interface element among the design information of the application software.
  • SESVICE-INTERFACE service interface
  • SW-COMPONENT-TYPE software component type
  • a computing device includes one or more processors; Memory; and one or more programs, wherein the one or more programs are stored in the memory, configured to be executed by the one or more processors, and a computing device for automatically generating a setting code of an AUTomotive Open System Architecture (AUTOSAR) based application software.
  • the one or more programs may include: an instruction for generating a source code for the application software based on input design information of the application software; and an instruction for generating an EXECUTABLE element, which is one of ARXML (AUTOSAR XML) elements, based on the design information of the application software and the source code.
  • the application software developer by automatically generating the ARXML elements necessary to operate the application software based on the AUTOSAR manual and design information of the application software, the application software developer does not have a deep understanding of AUTOSAR software based on AUTOSAR. can help to facilitate the development of In addition, it is possible to improve the productivity of application software development by not performing unnecessary setting work to check the operation of the developed application software.
  • FIG. 1 is a diagram showing the configuration of an apparatus for automatically generating setting codes of AUTOSAR (AUTomotive Open System Architecture) based application software according to an embodiment of the present invention
  • FIG. 2 is a flowchart for explaining a method for automatically generating a setting code of AUTOSAR (AUTomotive Open System Architecture) based application software in an embodiment of the present invention
  • FIG. 3 is a block diagram illustrating and describing a computing environment including a computing device suitable for use in example embodiments.
  • FIG. 1 is a diagram showing the configuration of an apparatus for automatically generating setting codes of AUTOSAR (AUTomotive Open System Architecture) based application software according to an embodiment of the present invention.
  • AUTOSAR AUTomotive Open System Architecture
  • the automatic setting code generation apparatus 100 includes a source code generation module 102 , an operation-related generation module 104 , a communication-related generation module 106 , and a machine-related generation module 108 .
  • the apparatus 100 for automatically generating a setting code may be a device for automatically generating a setting code element (eg, ARXML element, etc.) required for the operation of the AUTOSAR-based application software.
  • the source code generation module 102 may receive design information of the application software and generate a source code (eg, a skeleton code, etc.) for the application software.
  • a source code eg, a skeleton code, etc.
  • the source code generation module 102 generates a service interface (SERVICE-INTERFACE) element and a software component type (SW-COMPONENT-TYPE) element, which are ARXML (AUTOSAR XML) elements corresponding to design information of application software. It is possible to generate source code for application software by receiving input.
  • SEQUICE-INTERFACE service interface
  • SW-COMPONENT-TYPE software component type
  • the service interface (SERVICE-INTERFACE) element is an element for describing interaction (interaction) information occurring inside and outside the application software. That is, the service interface element may be an element for describing a communication method between components that are unit elements of application software. In this case, the interaction information of the service interface element may be divided into EVENT, METHOD, and FIELD elements according to the type and method.
  • SW-COMPONENT-TYPE is an element for the structural design of the application software, and may include interaction information inside and outside the application software through the service interface element.
  • the software component type element may be an element for realizing a function of the application software.
  • the interaction information between the application software is expressed through the port prototype (PORT-PROTOTYPE) element, and depending on the input/output direction, the provided port prototype (PROVIDED-PORT-PROTOTYPE) element and the required port prototype (REQUIRED-PORT-) PROTOTYPE) element.
  • the port prototype element corresponds to mapping information between the service interface element and the software component type element, and corresponds to a matching element connecting the service interface element and the software component type element.
  • the provision port prototype element may be a port element that provides a service
  • the request port prototype element may be a port element that uses a service. This means that the specific software component type element provides or uses the service specified in the specific service interface element in the application software.
  • the operation-related generation module 104 may generate setting information (ie, setting code elements) related to the operation of the application software based on the design information of the application software and the source code generated from the design information of the application software.
  • the operation-related generation module 104 may generate an EXECUTABLE element and a PROCESS element based on the design information and the source code of the application software. That is, the operation-related generation module 104 may generate an EXECUTABLE element and a PROCESS element among the ARXML elements.
  • the operation-related generation module 104 may include an executable generation unit 104a and a process generation unit 104b.
  • the executable generator 104a may generate one or more EXECUTABLE elements by weaving software component type elements into an execution unit.
  • the executable element may consist of information related to an executable file of application software.
  • the executable file corresponding to the execution unit of the application software in AUTOSAR is executed by the Execution Management Module provided for execution management of the application software, and then uses the API (Application Program Interface) of the execution management module. It reports its status (eg, start running, running, finished running, etc.) That is, the software developer can identify the execution unit intended by the developer through the API of the execution management module.
  • the API Application Program Interface
  • the executable generation unit 104a derives a list of executable files through whether the API of the execution management module is used in the source code, and generates an executable element by estimating a corresponding execution unit according to the derived list of executable files.
  • the executable generating unit 104a estimates the range of the corresponding execution unit based on the sequence of functions called from the start to the end of the executable file from the list of executable files, and through this, the executable element can create
  • the executable element may be configured as a reference value of a single software component type element related to an execution unit. Therefore, in order to create an executable element, a software component type element bound to an execution unit must be configured as one software component type element.
  • the software component type element may have a complex structure through a COMPOSITE-SW-COMPONENT-TYPE element, and the executable element generating unit 104a utilizes this to create a single software component for the executable element. You can create types.
  • the process generating unit 104b may generate a PROCESS element from the EXECUTABLE element generated by the executable generating unit 104a.
  • the process (PROCESS) element is an element for creating the execution method and restrictions for a single executable file.
  • the process generator 104b may generate one process element for each executable element.
  • Dependency information can be divided into application dependency, machine dependency, and function group dependency.
  • the dependency is specified by the execution state of each target, which means that the application software can operate when the execution state of the target reaches the specified state.
  • the machine dependency and the functional group dependency among the dependency information are not significant. Accordingly, the machine dependency may use a preset fixed value, and the functional group dependency may not be used.
  • the machine dependency is information corresponding to the state of the platform, which can be set by referring to a mode-declaration group prototype (MODE-DECLARATION-GROUP-PROTOTYPE) element, which will be described later.
  • MODE-DECLARATION-GROUP-PROTOTYPE mode-declaration group prototype
  • the process generator 104b may configure an application dependency based on an interaction relationship between data (eg, a relationship between data provision and data use).
  • the process creation unit 104b is a software component having a PROVIDED-PORT-PROTOTYPE element and a process element associated with a software component having a REQUIRED-PORT-PROTOTYPE element. It can be configured to run before process elements related to component types.
  • the process generating unit 104b corresponds to the process element related to the software component type having the request port prototype element only when the application software corresponding to the process element related to the software component type having the provision port prototype element is running. It can be configured so that application software can be executed.
  • the communication-related generation module 106 may generate configuration information (ie, configuration code elements) related to communication (ie, interaction of applications) based on design information of application software.
  • Communication-related creation module 106 creates a service interface deployment (SERVICE-INTERFACE-DEPLOYMENT) element for specifying a communication protocol in which communication is made and a service instance (SERVICE-INSTANCE) element for specifying a communication channel in which communication is made. can do. That is, the communication-related generation module 106 may generate a service interface deployment (SERVICE-INTERFACE-DEPLOYMENT) element and a service-instance (SERVICE-INSTANCE) element among the ARXML elements.
  • the communication-related generation module 106 may include a service interface deployment generation unit 106a and a service instance generation unit 106b.
  • the service interface deployment generation unit 106a may generate one or more service interface deployment elements (SERVICE-INTERFACE-DEPLOYMENT) from a service interface (SERVICE-INTERFACE) element.
  • the service interface deployment element may consist of any communication protocol supported by AUTOSAR. That is, the service interface deployment element is an element that describes which communication protocol to use for communication in the application software.
  • the service interface deployment element may be configured with the SOME/IP protocol or the DDS protocol.
  • the service interface deployment element may assign identifiers to EVENT, METHOD, and FIELD elements in the service interface element, respectively.
  • the service instance creation unit 106b may generate a service instance element (SERVICE-INSTANCE) from the service interface deployment element.
  • the service instance element is an element that describes which port (eg, Ethernet port, etc.) and IP address the application software will communicate through.
  • the service instance generator 106b may generate a service instance element with reference to a machine design (MACHINE-DESIGN) element, which will be described later.
  • the service instance element may be divided into a provided service instance (PROVIDED-SERVICE-INSTANCE) and a requested service instance (REQUIRED-SERVICE-INSTANCE) according to the interaction direction between application software.
  • the service instance generator 106b may generate a provided service instance or a requested service instance based on a port prototype element of a software component element type related to a process element.
  • the service instance creation unit 106b may assign identifiers (arbitrary values with guaranteed uniqueness) to the provided service instance and the requested service instance.
  • the identifier of the provided service instance may mean an identifier for itself.
  • the identifier of the requested service instance may mean the identifier of a counterpart (eg, a provision service instance) receiving data.
  • the service instance creation unit 106b may recognize a mutual communication target by assigning the same identifier between the provided service instance and the requested service instance that interact with each other.
  • the machine-related generation module 108 may generate a MACHINE element corresponding to the platform setting of AUTOSAR.
  • the machine (MACHINE) element can be composed of a mode decoration group prototype (MODE-DECLARATION-GROUP-PROTOTYPE) to express the state of the platform and a machine design (MACHINE-DESIGN) to express the network settings of the platform. . That is, the machine-related generation module 108 may generate a mode decoration group prototype element and a machine design element among the ARXML elements.
  • the machine related generation module 108 may include a mode decoration group generation unit 108a and a machine design generation unit 108b.
  • the mode decoration group generation unit 108a may be configured such that the mode decoration group prototype (MODE-DECLARATION-GROUP-PROTOTYPE) includes the minimum information for confirming the operation of the application software.
  • the mode decoration group generation unit 108a is configured to include the platform status information (eg, OFF, Startup, Shutdown, and Restart) based on the AUTOSAR manual to include the mode decoration group prototype. You can create elements.
  • the machine design generator 108b may generate a machine design element based on attribute information of a pre-generated virtual machine (VIRTUAL MACHINE) (virtual environment of the platform).
  • the machine design generator 108b may generate a machine design element by extracting port information and IP information from attribute information of the virtual machine.
  • a module may mean a functional and structural combination of hardware for carrying out the technical idea of the present invention and software for driving the hardware.
  • the "module” may mean a logical unit of a predetermined code and a hardware resource for executing the predetermined code, and does not necessarily mean physically connected code or a single type of hardware.
  • FIG. 2 is a flowchart illustrating a method for automatically generating a setting code of an AUTOSAR (AUTomotive Open System Architecture) based application software according to an embodiment of the present invention.
  • the method is described by dividing the method into a plurality of steps, but at least some of the steps are performed in a reversed order, are performed together in combination with other steps, are omitted, are performed in sub-steps, or are not shown. One or more steps may be added and performed.
  • the apparatus 100 for automatically generating a setting code generates a source code for the application software based on the input design information of the application software ( S 101 ).
  • the apparatus 100 for automatically generating a setting code receives an ARXML (AUTOSAR XML) element, which is a service interface (SERVICE-INTERFACE) element and a software component type (SW-COMPONENT-TYPE) element, corresponding to the design information of the application software as input to the application software You can create source code for ARXML (AUTOSAR XML) element, which is a service interface (SERVICE-INTERFACE) element and a software component type (SW-COMPONENT-TYPE) element, corresponding to the design information of the application software as input to the application software You can create source code for
  • the automatic setting code generation device 100 generates a mode declaration group prototype element (MODE-DECLARATION-GROUP-PROTOTYPE), which is one of the ARXML elements, to include the state information of the AUTOSAR platform based on the AUTOSAR manual. (S103).
  • the status information of the AUTOSAR platform may include OFF, Startup, Shutdown, and Restart.
  • the apparatus 100 for automatically generating a setting code generates a machine design (MACHINE-DESIGN) element, which is one of the ARXML elements, based on the previously generated attribute information of the virtual machine ( S105 ).
  • the apparatus 100 for automatically generating a setting code may generate a machine design element by extracting port information and IP information from attribute information of a virtual machine.
  • the apparatus 100 for automatically generating the setting code generates an EXECUTABLE element, which is one of the ARXML elements, based on the design information of the application software and the generated source code (S107).
  • the setting code automatic generation device 100 derives a list of executable files through whether or not the API of the execution management module is used in the source code, and estimates the execution unit according to the derived list of executable files to execute You can create a table element.
  • the apparatus 100 for automatically generating the setting code generates a PROCESS element, which is one of the ARXML elements, based on the design information of the application software and the EXECUTABLE element (S 109).
  • the apparatus 100 for automatically generating a setting code may generate one process element for each executable element.
  • the apparatus 100 for automatically generating the setting code may set the state value of the AUTOSAR platform by referring to the declination group prototype element for the machine dependency mode when generating the process element.
  • the apparatus 100 for automatically generating the setting code may configure application dependencies when generating process elements based on an interaction relationship between data.
  • the automatic setting code generation apparatus 100 generates a service interface deployment (SERVICE-INTERFACE-DEPLOYMENT) element, which is one of the ARXML elements, based on the design information of the application software (S 111).
  • a service interface deployment SEVICE-INTERFACE-DEPLOYMENT
  • the apparatus 100 for automatically generating a setting code may generate one or more service-interface deployment (SERVICE-INTERFACE-DEPLOYMENT) elements from a service-interface (SERVICE-INTERFACE) element among design information of application software.
  • SERPEL service-interface deployment
  • the automatic setting code generation apparatus 100 generates a service instance element (SERVICE-INSTANCE) which is one of the ARXML elements based on the service interface deployment element and the machine design element (S113).
  • the service instance element may include information on which port and IP address to communicate through among ports and IP addresses set by the machine design element in the communication protocol set by the service interface deployment element.
  • FIG. 3 is a block diagram illustrating and describing a computing environment 10 including a computing device suitable for use in example embodiments.
  • each component may have different functions and capabilities other than those described below, and may include additional components in addition to those described below.
  • the illustrated computing environment 10 includes a computing device 12 .
  • the computing device 12 may be the device 100 for automatically generating a setting code of an AUTomotive Open System Architecture (AUTOSAR)-based application software according to an embodiment of the present invention.
  • AUTOSAR AUTomotive Open System Architecture
  • Computing device 12 includes at least one processor 14 , computer readable storage medium 16 , and communication bus 18 .
  • the processor 14 may cause the computing device 12 to operate in accordance with the exemplary embodiments discussed above.
  • the processor 14 may execute one or more programs stored in the computer-readable storage medium 16 .
  • the one or more programs may include one or more computer-executable instructions that, when executed by the processor 14, configure the computing device 12 to perform operations in accordance with the exemplary embodiment. can be
  • Computer-readable storage medium 16 is configured to store computer-executable instructions or program code, program data, and/or other suitable form of information.
  • the program 20 stored in the computer readable storage medium 16 includes a set of instructions executable by the processor 14 .
  • computer-readable storage medium 16 includes memory (volatile memory, such as random access memory, non-volatile memory, or a suitable combination thereof), one or more magnetic disk storage devices, optical disk storage devices, flash It may be memory devices, other forms of storage medium accessed by computing device 12 and capable of storing desired information, or a suitable combination thereof.
  • Communication bus 18 interconnects various other components of computing device 12 , including processor 14 and computer readable storage medium 16 .
  • Computing device 12 may also include one or more input/output interfaces 22 and one or more network communication interfaces 26 that provide interfaces for one or more input/output devices 24 .
  • the input/output interface 22 and the network communication interface 26 are coupled to the communication bus 18 .
  • Input/output device 24 may be coupled to other components of computing device 12 via input/output interface 22 .
  • Exemplary input/output device 24 may include a pointing device (such as a mouse or trackpad), a keyboard, a touch input device (such as a touchpad or touchscreen), a voice or sound input device, various types of sensor devices, and/or imaging devices. input devices, and/or output devices such as display devices, printers, speakers and/or network cards.
  • the exemplary input/output device 24 may be included in the computing device 12 as a component constituting the computing device 12 , and may be connected to the computing device 12 as a separate device distinct from the computing device 12 . may be

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

AUTOSAR 기반 응용 소프트웨어의 설정 코드 자동 생성 방법 및 장치가 개시된다. 개시되는 일 실시예에 따른 설정 코드 자동 생성 방법은, 하나 이상의 프로세서들, 및 하나 이상의 프로세서들에 의해 실행되는 하나 이상의 프로그램들을 저장하는 메모리를 구비한 컴퓨팅 장치에서 수행되고, AUTOSAR(AUTomotive Open System Architecture) 기반 응용 소프트웨어의 설정 코드 자동 생성을 위한 방법으로서, 입력되는 응용 소프트웨어의 설계 정보를 기반으로 응용 소프트웨어에 대한 소스코드를 생성하는 단계 및 응용 소프트웨어의 설계 정보 및 소스코드를 기반으로 ARXML(AUTOSAR XML) 요소 중 하나인 익스큐터블(EXECUTABLE) 요소를 생성하는 단계를 포함한다.

Description

AUTOSAR 기반 응용 소프트웨어의 설정 코드 자동 생성 방법 및 장치
본 발명은 개방형 자동차 표준 소프트웨어 아키텍쳐 기술에 관한 것으로, 과학기술정보통신부의 재원으로 지원을 받아 수행된 "지능형 차량서비스를 위한 고신뢰·적응형 전장SW플랫폼 기술 개발"의 연구결과이다.
개방형 자동차 표준 소프트웨어 아키텍쳐(AUTomotive Open System Architecture : AUTOSAR) 기반의 소프트웨어는 차량 내 전자/전기 장치에 탑재되어 동작하는 소프트웨어로, 분산되고 동시적인 개발 환경을 갖는 것이 특징이다. 그로 인해, AUTOSAR 기반의 시스템을 개발할 때에는 시스템 전반적으로 일관된 요구 사항 및 설계를 유지하는 것이 매우 중요하다. 이를 위해, AUTOSAR는 XML 형태의 AUROSAR 모델인 ARXML(AUTOSAR XML)을 제공하여 일관된 형태의 설계를 유지하도록 한다.
그러나, ARXML은 약 14만줄의 스키마를 가질 뿐만 아니라 다양한 관점의 설계 정보를 내포하는 방대한 문서 양식을 갖는다. 또한, ARXML의 요소는 서로 복잡한 의존 관계를 갖고 있어 소프트웨어 개발자가 이를 다루기 위해서는 AUTOSAR의 전반적인 구조를 파악하고 있어야 한다. 게다가, 응용 소프트웨어와 직접적으로 연관된 ARXML 요소는 많지 않으나, 응용 소프트웨어를 동작시키기 위해 직접 또는 간접적으로 필요한 ARXML 요소는 매우 많다. 이때 ARXML 요소 중에는 소프트웨어 개발자가 작성할 수 없는 정보를 요구하는 요소도 준재한다. 이러한 상황은 AUTOSAR 기반의 소프트웨어 개발 비용을 증가시키고 생산성을 떨어뜨리는 문제를 야기하게 된다.
본 발명은 AUTOSAR 기반 응용 소프트웨어의 동작에 필요한 설정 코드요소를 자동으로 생성하기 위한 기법을 제공하는 것을 목적으로 한다.
한편, 본 발명에서 이루고자 하는 기술적 과제들은 이상에서 언급한 기술적 과제들로 제한되지 않으며, 언급하지 않은 또 다른 기술적 과제들은 아래의 기재로부터 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에게 명확하게 이해될 수 있을 것이다.
본 발명의 일 실시예에 따른 설정 코드 자동 생성 방법은, 하나 이상의 프로세서들, 및 상기 하나 이상의 프로세서들에 의해 실행되는 하나 이상의 프로그램들을 저장하는 메모리를 구비한 컴퓨팅 장치에서 수행되고, AUTOSAR(AUTomotive Open System Architecture) 기반 응용 소프트웨어의 설정 코드 자동 생성을 위한 방법으로서, 입력되는 응용 소프트웨어의 설계 정보를 기반으로 상기 응용 소프트웨어에 대한 소스코드를 생성하는 단계; 및 상기 응용 소프트웨어의 설계 정보 및 상기 소스코드를 기반으로 ARXML(AUTOSAR XML) 요소 중 하나인 익스큐터블(EXECUTABLE) 요소를 생성하는 단계를 포함한다.
상기 응용 소프트웨어의 설계 정보는, 서비스 인터페이스(SERVICE-INTERFACE) 요소 및 소프트웨어 컴포넌트 타입(SW-COMPONENT-TYPE) 요소를 포함하고, 상기 소프트웨어 컴포넌트 타입 요소는, 데이터의 입출력 방향에 따라 제공 포트 프로토타입(PROVIDED-PORT-PROTOTYPE) 요소 및 요구 포트 프로토타입(REQUIRED-PORT-PROTOTYPE) 요소를 포함할 수 있다.
상기 익스큐터블 요소를 생성하는 단계는, 상기 소프트웨어 컴포넌트 타입 요소들을 실행 단위로 엮어 하나 이상의 익스큐터블(EXECUTABLE) 요소를 생성할 수 있다.
상기 익스큐터블 요소를 생성하는 단계는, 상기 소스코드에서 AUTOSAR의 실행 관리 모듈의 API(Application Program Interface) 사용 여부를 통해 실행 파일의 목록을 도출하는 단계; 및 상기 실행 파일의 목록에 따라 해당 실행 단위를 추정하여 익스큐터블 요소를 생성하는 단계를 포함할 수 있다.
상기 설정 코드 자동 생성 방법은, 상기 응용 소프트웨어의 설계 정보 및 상기 익스큐터블 요소를 기반으로 ARXML 요소 중 하나인 프로세스(PROCESS) 요소를 생성하는 단계를 더 포함할 수 있다.
상기 프로세스 요소를 생성하는 단계는, 상기 프로세스 요소의 의존성 정보 중 응용 의존성은 제공 포트 프로토타입(PROVIDED-PORT-PROTOTYPE) 요소를 갖는 소프트웨어 컴포넌트 타입과 관련된 프로세스 요소가 요구 포트 프로토타입(REQUIRED-PORT-PROTOTYPE) 요소를 갖는 소프트웨어 컴포넌트 타입과 관련된 프로세스 요소보다 먼저 실행되도록 구성할 수 있다.
상기 프로세스 요소를 생성하는 단계는, AUTOSAR 매뉴얼을 기반으로 플랫폼의 상태 정보를 포함하는 ARXML 요소 중 하나인 모드 데클러레이션 그룹 프로토타입(MODE-DECLARATION-GROUP-PROTOTYPE) 요소를 생성하는 단계; 및 상기 프로세스 요소의 의존성 정보 중 머신 의존성은 상기 모드 데클러레이션 그룹 프로토타입 요소를 참조하여 상기 플랫폼의 상태 값을 설정하는 단계를 포함할 수 있다.
상기 설정 코드 자동 생성 방법은, 상기 응용 소프트웨어의 설계 정보 중 상기 서비스 인터페이스 요소로부터 ARXML 요소 중 하나인 서비스 인터페이스 디플로이먼트(SERVICE-INTERFACE-DEPLOYMENT) 요소를 생성하는 단계를 더 포함할 수 있다.
상기 설정 코드 자동 생성 방법은, 상기 서비스 인터페이스 디플로이먼트 요소로부터 ARXML 요소 중 하나인 서비스 인스턴스 요소(SERVICE-INSTANCE)를 생성하는 단계를 더 포함할 수 있다.
상기 서비스 인스턴스 요소를 생성하는 단계는, 기 생성된 가상 머신의 속성 정보에 기반하여 ARXML 요소 중 하나인 머신 디자인(MACHINE-DESIGN) 요소를 생성하는 단계; 및 상기 서비스 인터페이스 디플로이먼트 요소에 의한 통신 프로토콜에서 상기 머신 디자인 요소에 의해 설정된 포트 및 IP 주소를 기반으로 상기 서비스 인스턴스 요소를 생성하는 단계를 포함할 수 있다.
상기 서비스 인스턴스 요소를 생성하는 단계는, 프로세스 요소와 관련된 소프트웨어 컴포넌트 요소 타입의 포트 프로타입 요소를 기반으로 상호 작용하는 제공 서비스 인스턴스 및 요구 서비스 인스턴스를 생성하는 단계; 및 상기 제공 서비스 인스턴스 및 상기 요구 서비스 인스턴스에 대해 각각 식별자를 부여하는 단계를 포함하고, 상기 식별자를 부여하는 단계는, 상기 상호 작용하는 상기 제공 서비스 인스턴스와 상기 요구 서비스 인스턴스 간에 동일한 식별자를 부여할 수 있다.
본 발명의 다른 실시예에 따른 설정 코드 자동 생성 방법은, 하나 이상의 프로세서들, 및 상기 하나 이상의 프로세서들에 의해 실행되는 하나 이상의 프로그램들을 저장하는 메모리를 구비한 컴퓨팅 장치에서 수행되고, AUTOSAR(AUTomotive Open System Architecture) 기반 응용 소프트웨어의 설정 코드 자동 생성을 위한 방법으로서, 서비스 인터페이스(SERVICE-INTERFACE) 요소 및 소프트웨어 컴포넌트 타입(SW-COMPONENT-TYPE) 요소를 포함하는 상기 응용 소프트웨어의 설계 정보를 입력 받는 단계; 및 상기 응용 소프트웨어의 설계 정보 중 상기 서비스 인터페이스 요소로부터 ARXML 요소 중 하나인 서비스 인터페이스 디플로이먼트(SERVICE-INTERFACE-DEPLOYMENT) 요소를 생성하는 단계를 포함한다.
본 발명의 일 실시예에 따른 컴퓨팅 장치는, 하나 이상의 프로세서들; 메모리; 및 하나 이상의 프로그램들을 포함하고, 상기 하나 이상의 프로그램들은 상기 메모리에 저장되고, 상기 하나 이상의 프로세서들에 의해 실행되도록 구성되고, AUTOSAR(AUTomotive Open System Architecture) 기반 응용 소프트웨어의 설정 코드 자동 생성을 위한 컴퓨팅 장치로서, 상기 하나 이상의 프로그램들은, 입력되는 응용 소프트웨어의 설계 정보를 기반으로 상기 응용 소프트웨어에 대한 소스코드를 생성하기 위한 명령; 및 상기 응용 소프트웨어의 설계 정보 및 상기 소스코드를 기반으로 ARXML(AUTOSAR XML) 요소 중 하나인 익스큐터블(EXECUTABLE) 요소를 생성하기 위한 명령을 포함한다.
본 발명의 실시예에 따르면, AUTOSAR 매뉴얼 및 응용 소프트웨어의 설계 정보를 기반으로 응용 소프트웨어를 동작시키기 위해 필요한 ARXML 요소를 자동으로 생성하도록 함으로써, 응용 소프트웨어 개발자로 하여금 AUTOSAR에 대한 깊은 이해가 없어도 AUTOSAR 기반 소프트웨어를 용이하게 개발할 수 있도록 도와 줄 수 있게 된다. 또한, 개발한 응용 소프트웨어의 동작을 확인하기 위해 불필요한 설정 작업을 수행하지 않도록 함으로써, 응용 소프트웨어 개발의 생산성을 향상시킬 수 있게 된다.
한편, 본 발명에서 얻을 수 있는 효과는 이상에서 언급한 효과들로 제한되지 않으며, 언급하지 않은 또 다른 효과들은 아래의 기재로부터 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에게 명확하게 이해될 수 있을 것이다.
도 1은 본 발명의 일 실시예에 따른 AUTOSAR(AUTomotive Open System Architecture) 기반 응용 소프트웨어의 설정 코드 자동 생성 장치의 구성을 나타낸 도면이고,
도 2는 본 발명의 일 실시예에 AUTOSAR(AUTomotive Open System Architecture) 기반 응용 소프트웨어의 설정 코드 자동 생성 방법을 설명하기 위한 흐름도이며,
도 3은 예시적인 실시예들에서 사용되기에 적합한 컴퓨팅 장치를 포함하는 컴퓨팅 환경을 예시하여 설명하기 위한 블록도이다.
이하, 본 발명의 실시 예를 첨부된 도면들을 참조하여 더욱 상세하게 설명한다. 본 발명의 실시 예는 여러 가지 형태로 변형할 수 있으며, 본 발명의 범위가 아래의 실시 예들로 한정되는 것으로 해석되어서는 안 된다. 본 실시 예는 당업계에서 평균적인 지식을 가진 자에게 본 발명을 더욱 완전하게 설명하기 위해 제공되는 것이다. 따라서 도면에서의 요소의 형상은 보다 명확한 설명을 강조하기 위해 과장되었다.
본 발명이 해결하고자 하는 과제의 해결 방안을 명확하게 하기 위한 발명의 구성을 본 발명의 바람직한 실시 예에 근거하여 첨부 도면을 참조하여 상세히 설명하되, 도면의 구성요소들에 참조번호를 부여함에 있어서 동일 구성요소에 대해서는 비록 다른 도면상에 있더라도 동일 참조번호를 부여하였으며 당해 도면에 대한 설명 시 필요한 경우 다른 도면의 구성요소를 인용할 수 있음을 미리 밝혀둔다.
도 1은 본 발명의 일 실시예에 따른 AUTOSAR(AUTomotive Open System Architecture) 기반 응용 소프트웨어의 설정 코드 자동 생성 장치의 구성을 나타낸 도면이다.
도 1을 참조하면, 설정 코드 자동 생성 장치(100)는 소스코드 생성 모듈(102), 동작 관련 생성 모듈(104), 통신 관련 생성 모듈(106), 및 머신 관련 생성 모듈(108)을 포함할 수 있다. 여기서, 설정 코드 자동 생성 장치(100)는 AUTOSAR 기반 응용 소프트웨어의 동작에 필요한 설정 코드 요소(예를 들어, ARXML 요소 등)를 자동으로 생성하기 위한 장치일 수 있다.
소스코드 생성 모듈(102)은 응용 소프트웨어의 설계 정보를 입력 받아 응용 소프트웨어에 대한 소스코드(예를 들어, 스켈레톤 코드 등)를 생성할 수 있다.
예시적인 실시예에서, 소스코드 생성 모듈(102)은 응용 소프트웨어의 설계 정보에 해당되는 ARXML(AUTOSAR XML) 요소인 서비스 인터페이스(SERVICE-INTERFACE) 요소와 소프트웨어 컴포넌트 타입(SW-COMPONENT-TYPE) 요소를 입력 받아 응용 소프트웨어에 대한 소스코드를 생성할 수 있다.
여기서, 서비스 인터페이스(SERVICE-INTERFACE) 요소는 응용 소프트웨어의 내외에서 발생하는 상호 작용(인터랙션) 정보를 기술하기 위한 요소이다. 즉, 서비스 인터페이스 요소는 응용 소프트웨어의 단위 요소인 컴포넌트 사이의 통신 방법을 기술하기 위한 요소일 수 있다. 이때, 서비스 인터페이스 요소의 상호 작용 정보는 그 종류 및 방법에 따라 EVENT, METHOD, FIELD 요소로 구분될 수 있다.
또한, 소프트웨어 컴포넌트 타입(SW-COMPONENT-TYPE) 요소는 응용 소프트웨어의 구조적 설계를 위한 요소로, 서비스 인터페이스 요소를 통해 응용 소프트웨어 내외의 상호 작용 정보를 포함할 수 있다. 소프트웨어 컴포넌트 타입 요소는 응용 소프트웨어의 기능 실현을 위한 요소일 수 있다.
여기서, 응용 소프트웨어 사이의 상호 작용 정보는 포트 프로토타입(PORT-PROTOTYPE) 요소를 통해 표현되며, 입출력 방향에 따라 제공 포트 프로토타입(PROVIDED-PORT-PROTOTYPE) 요소와 요구 포트 프로토타입(REQUIRED-PORT-PROTOTYPE) 요소로 구분된다.
포트 프로토타입 요소는 서비스 인터페이스 요소와 소프트웨어 컴포넌트 타입 요소 사이의 매핑 정보에 해당하는 것으로, 서비스 인터페이스 요소와 소프트웨어 컴포넌트 타입 요소를 연결하는 매칭 요소에 해당한다. 제공 포트 프로토타입 요소는 서비스를 제공하는 포트 요소이고, 요구 포트 프로토타입 요소는 서비스를 사용하는 포트 요소일 수 있다. 이는 특정 소프트웨어 컴포넌트 타입 요소는 응용 소프트웨어에서 특정 서비스 인터페이스 요소에 명시된 서비스를 제공 또는 사용함을 의미한다.
동작 관련 생성 모듈(104)은 응용 소프트웨어의 설계 정보 및 응용 소프트웨어의 설계 정보로부터 생성한 소스코드를 기반으로 응용 소프트웨어의 동작과 관련된 설정 정보(즉, 설정 코드 요소)를 생성할 수 있다.
예시적인 실시예에서, 동작 관련 생성 모듈(104)은 응용 소프트웨어의 설계 정보 및 소스코드를 기반으로 익스큐터블(EXECUTABLE) 요소와 프로세스(PROCESS) 요소를 생성할 수 있다. 즉, 동작 관련 생성 모듈(104)은 ARXML 요소 중 익스큐터블(EXECUTABLE) 요소와 프로세스(PROCESS) 요소를 생성할 수 있다.
동작 관련 생성 모듈(104)은 익스큐터블 생성부(104a) 및 프로세스 생성부(104b)를 포함할 수 있다. 익스큐터블 생성부(104a)는 소프트웨어 컴포넌트 타입 요소들을 실행 단위로 엮어 하나 이상의 익스큐터블(EXECUTABLE) 요소를 생성할 수 있다. 익스큐터블 요소는 응용 소프트웨어의 실행 파일과 관련된 정보로 구성될 수 있다.
구체적으로, AUTOSAR에서 응용 소프트웨어의 실행 단위에 해당되는 실행 파일은 응용 소프트웨어의 실행 관리를 위해 제공되는 실행 관리 모듈(Execution Management Module)에 의해 실행된 후, 실행 관리 모듈의 API(Application Program Interface)를 통해 자신의 상태(예를 들어, 실행 시작, 실행 중, 실행 완료 등)를 보고한다. 즉, 소프트웨어 개발자는 실행 관리 모듈의 API를 통해 개발자가 의도한 실행 단위를 파악할 수 있다.
익스큐터블 생성부(104a)는 소스코드에서 실행 관리 모듈의 API 사용 여부를 통해 실행 파일의 목록을 도출하고, 도출된 실행 파일의 목록에 따라 해당 실행 단위를 추정하여 익스큐터블 요소를 생성할 수 있다. 예를 들어, 익스큐터블 생성부(104a)는 실행 파일의 목록에서 실행 파일의 시작부터 종료까지 불러진(called) 함수들의 시퀀스를 기반으로 해당 실행 단위의 범위를 추정하고 이를 통해 익스큐터블 요소를 생성할 수 있다.
이때, 익스큐터블 요소는 실행 단위와 관련된 단일 소프트웨어 컴포넌트 타입 요소의 참조 값으로 구성될 수 있다. 그러므로, 익스큐터블 요소를 생성하기 위해서는 실행 단위로 엮인 소프트웨어 컴포넌트 타입 요소를 하나의 소프트웨어 컴포넌트 타입 요소로 구성하여야 한다. 소프트웨어 컴포넌트 타입 요소는 복합적 소프트웨어 컴포넌트 타입(COMPOSITE-SW-COMPONENT-TYPE) 요소를 통해 복합적 구조를 가질 수 있으며, 익스큐터블 요소 생성부(104a)는 이를 활용하여 익스큐터블 요소를 위한 단일 소프트웨어 컴포넌트 타입을 생성할 수 있다.
프로세스 생성부(104b)는 익스큐터블 생성부(104a)에 의해 생성된 익스큐터블(EXECUTABLE) 요소로부터 프로세스(PROCESS) 요소를 생성할 수 있다. 프로세스(PROCESS) 요소는 단일 실행 파일에 대한 실행 방법 및 제약 사항 등을 작성하기 위한 요소이다. 프로세스 생성부(104b)는 익스큐터블 요소마다 하나의 프로세스 요소를 생성할 수 있다.
한편, 프로세스 요소를 구성하는데 중요한 정보는 의존성 정보이다. 의존성 정보는 응용 의존성, 머신 의존성, 및 기능 그룹 의존성으로 구분될 수 있다. 의존성은 각 대상의 실행 상태로 명시되는데 이는 대상의 실행 상태가 명시된 상태에 도달하였을 때 응용 소프트웨어가 동작할 수 있음을 의미한다.
개시되는 실시예에서는, 전체 시스템(또는 플랫폼)의 동작을 위한 것이 아니고 응용 소프트웨어 단위의 동작을 위한 설정 코드를 생성하는 것이기 때문에, 의존성 정보 중 머신 의존성 및 기능 그룹 의존성은 큰 의미가 없다. 이에, 머신 의존성은 기 설정된 고정된 값을 사용하고, 기능 그룹 의존성은 사용하지 않을 수 있다.
여기서, 머신 의존성은 플랫폼의 상태에 해당되는 정보로서 이는 후술할 모드 데클러레이션 그룹 프로토타입(MODE-DECLARATION-GROUP-PROTOTYPE) 요소를 참조하여 설정할 수 있다.
다만, 프로세스 생성부(104b)는 프로세스 요소 생성 시 응용 의존성은 데이터의 상호 작용 관계(예를 들어, 데이터 제공 및 데이터 사용의 관계)를 기반으로 구성할 수 있다. 예시적인 실시예에서, 프로세스 생성부(104b)는 제공 포트 프로토타입(PROVIDED-PORT-PROTOTYPE) 요소를 갖는 소프트웨어 컴포넌트 타입과 관련된 프로세스 요소가 요구 포트 프로토타입(REQUIRED-PORT-PROTOTYPE) 요소를 갖는 소프트웨어 컴포넌트 타입과 관련된 프로세스 요소보다 먼저 실행되도록 구성할 수 있다.
이에 따라, 프로세스 생성부(104b)는 제공 포트 프로토타입 요소를 갖는 소프트웨어 컴포넌트 타입과 관련된 프로세스 요소에 해당되는 응용 소프트웨어가 실행 중인 경우에만 요구 포트 프로토타입 요소를 갖는 소프트웨어 컴포넌트 타입과 관련된 프로세스 요소에 해당되는 응용 소프트웨어가 실행될 수 있도록 구성할 수 있다.
통신 관련 생성 모듈(106)은 응용 소프트웨어의 설계 정보를 기반으로 통신(즉, 응용의 상호 작용)과 관련된 설정 정보(즉, 설정 코드 요소)를 생성할 수 있다. 통신 관련 생성 모듈(106)은 통신이 이루어지는 통신 프로토콜을 명시하기 위한 서비스 인터페이스 디플로이먼트(SERVICE-INTERFACE-DEPLOYMENT) 요소 및 통신이 이루어지는 통신 채널을 명시하기 위한 서비스 인스턴스(SERVICE -INSTANCE) 요소를 생성할 수 있다. 즉, 통신 관련 생성 모듈(106)은 ARXML 요소 중 서비스 인터페이스 디플로이먼트(SERVICE-INTERFACE-DEPLOYMENT) 요소 및 서비스 인스턴스(SERVICE-INSTANCE) 요소를 생성할 수 있다.
통신 관련 생성 모듈(106)은 서비스 인터페이스 디플로이먼트 생성부(106a) 및 서비스 인스턴스 생성부(106b)를 포함할 수 있다.
서비스 인터페이스 디플로이먼트 생성부(106a)는 서비스 인터페이스(SERVICE-INTERFACE) 요소로부터 하나 이상의 서비스 인터페이스 디플로이먼트(SERVICE-INTERFACE-DEPLOYMENT) 요소를 생성할 수 있다. 서비스 인터페이스 디플로이먼트 요소는 AUTOSAR에서 지원 가능한 임의의 통신 프로토콜로 구성될 수 있다. 즉, 서비스 인터페이스 디플로이먼트 요소는 응용 소프트웨어에서 어떤 통신 프로토콜을 이용하여 통신 할 것인지를 기술하는 요소이다.
예시적인 실시예에서, 서비스 인터페이스 디플로이먼트 요소는 SOME/IP 프로토콜 또는 DDS 프로토콜로 구성될 수 있다. 서비스 인터페이스 디플로이먼트 요소는 서비스 인터페이스 요소에서 EVENT, METHOD, 및 FIELD 요소에 대해 각각 식별자를 부여할 수 있다.
서비스 인스턴스 생성부(106b)는 서비스 인터페이스 디플로이먼트 요소로부터 서비스 인스턴스 요소(SERVICE-INSTANCE)를 생성할 수 있다. 서비스 인스턴스 요소는 응용 소프트웨어가 어떤 포트(예를 들어, 이더넷 포트 등) 및 IP 주소를 통해서 통신할 것인지를 기술하는 요소이다. 서비스 인스턴스 생성부(106b)는 후술하는 머신 디자인(MACHINE-DESIGN) 요소를 참조하여 서비스 인스턴스 요소를 생성할 수 있다.
서비스 인스턴스 요소는 응용 소프트웨어 간의 상호 작용 방향에 따라 제공 서비스 인스턴스(PROVIDED-SERVICE-INSTANCE)와 요구 서비스 인스턴스(REQUIRED-SERVICE-INSTANCE)로 구분될 수 있다.
서비스 인스턴스 생성부(106b)는 프로세스 요소와 관련된 소프트웨어 컴포넌트 요소 타입의 포트 프로토타입 요소를 기반으로 제공 서비스 인스턴스 또는 요구 서비스 인스턴스를 생성할 수 있다. 서비스 인스턴스 생성부(106b)는 제공 서비스 인스턴스 및 요구 서비스 인스턴스에 대해 식별자(고유성이 보장되는 임의의 값)를 부여할 수 있다.
여기서, 제공 서비스 인스턴스의 식별자는 자기 자신에 대한 식별자를 의미할 수 있다. 그리고, 요구 서비스 인스턴스의 식별자는 데이터를 받아오는 상대방(예를 들어, 제공 서비스 인스턴스)의 식별자를 의미할 수 있다. 서비스 인스턴스 생성부(106b)는 서로 상호 작용하는 제공 서비스 인스턴스 및 요구 서비스 인스턴스 간에 동일한 식별자를 부여하여 상호 간 통신 대상을 인지하도록 할 수 있다.
머신 관련 생성 모듈(108)은 AUTOSAR의 플랫폼 설정에 해당되는 머신(MACHINE) 요소를 생성할 수 있다. 머신(MACHINE) 요소는 플랫폼의 상태를 표현하기 위한 모드 데클러레이션 그룹 프로토타입(MODE-DECLARATION-GROUP-PROTOTYPE)과 플랫폼의 네트워크 설정을 표현하기 위한 머신 디자인(MACHINE-DESIGN)으로 구성될 수 있다. 즉, 머신 관련 생성 모듈(108)은 ARXML 요소 중 모드 데클러레이션 그룹 프로토타입 요소와 머신 디자인 요소를 생성할 수 있다.
머신 관련 생성 모듈(108)은 모드 데클러레이션 그룹 생성부(108a) 및 머신 디자인 생성부(108b)를 포함할 수 있다.
모드 데클러레이션 그룹 생성부(108a)는 모드 데클러레이션 그룹 프로토타입(MODE-DECLARATION-GROUP-PROTOTYPE)이 응용 소프트웨어의 동작을 확인할 수 있는 최소한의 정보를 포함하도록 구성할 수 있다. 예시적인 실시예에서, 모드 데클러레이션 그룹 생성부(108a)는 AUTOSAR 매뉴얼을 기반으로 플랫폼의 상태 정보(예를 들어, OFF, Startup, Shutdown, 및 Restart)가 포함되도록 모드 데클러레이션 그룹 프로토타입 요소를 생성할 수 있다.
머신 디자인 생성부(108b)는 기 생성된 가상 머신(VIRTUAL MACHINE)(플랫폼의 가상 환경)의 속성 정보에 기반하여 머신 디자인 요소를 생성할 수 있다. 머신 디자인 생성부(108b)는 가상 머신의 속성 정보에서 포트 정보 및 IP 정보를 추출하여 머신 디자인 요소를 생성할 수 있다.
본 명세서에서 모듈이라 함은, 본 발명의 기술적 사상을 수행하기 위한 하드웨어 및 상기 하드웨어를 구동하기 위한 소프트웨어의 기능적, 구조적 결합을 의미할 수 있다. 예컨대, 상기 "모듈"은 소정의 코드와 상기 소정의 코드가 수행되기 위한 하드웨어 리소스의 논리적인 단위를 의미할 수 있으며, 반드시 물리적으로 연결된 코드를 의미하거나, 한 종류의 하드웨어를 의미하는 것은 아니다.
개시되는 실시예에 의하면, AUTOSAR 매뉴얼 및 응용 소프트웨어의 설계 정보를 기반으로 응용 소프트웨어를 동작시키기 위해 필요한 ARXML 요소를 자동으로 생성하도록 함으로써, 응용 소프트웨어 개발자로 하여금 AUTOSAR에 대한 깊은 이해가 없어도 AUTOSAR 기반 소프트웨어를 용이하게 개발할 수 있도록 도와 줄 수 있게 된다. 또한, 개발한 응용 소프트웨어의 동작을 확인하기 위해 불필요한 설정 작업을 수행하지 않도록 함으로써, 응용 소프트웨어 개발의 생산성을 향상시킬 수 있게 된다.
도 2는 본 발명의 일 실시예에 AUTOSAR(AUTomotive Open System Architecture) 기반 응용 소프트웨어의 설정 코드 자동 생성 방법을 설명하기 위한 흐름도이다. 도시된 흐름도에서는 상기 방법을 복수 개의 단계로 나누어 기재하였으나, 적어도 일부의 단계들은 순서를 바꾸어 수행되거나, 다른 단계와 결합되어 함께 수행되거나, 생략되거나, 세부 단계들로 나뉘어 수행되거나, 또는 도시되지 않은 하나 이상의 단계가 부가되어 수행될 수 있다.
도 2를 참조하면, 설정 코드 자동 생성 장치(100)는 입력되는 응용 소프트웨어의 설계 정보를 기반으로 응용 소프트웨어에 대한 소스코드를 생성한다(S 101).
설정 코드 자동 생성 장치(100)는 응용 소프트웨어의 설계 정보에 해당되는 ARXML(AUTOSAR XML) 요소인 서비스 인터페이스(SERVICE-INTERFACE) 요소와 소프트웨어 컴포넌트 타입(SW-COMPONENT-TYPE) 요소를 입력 받아 응용 소프트웨어에 대한 소스코드를 생성할 수 있다.
다음으로, 설정 코드 자동 생성 장치(100)는 AUTOSAR 매뉴얼을 기반으로 AUTOSAR 플랫폼의 상태 정보가 포함되도록 ARXML 요소 중 하나인 모드 데클러레이션 그룹 프로토타입 요소(MODE-DECLARATION-GROUP-PROTOTYPE)를 생성한다(S 103). 예시적인 실시예에서, AUTOSAR 플랫폼의 상태 정보는 OFF, Startup, Shutdown, 및 Restart 등이 포함될 수 있다.
다음으로, 설정 코드 자동 생성 장치(100)는 기 생성된 가상 머신의 속성 정보에 기반하여 ARXML 요소 중 하나인 머신 디자인(MACHINE-DESIGN) 요소를 생성한다(S 105). 설정 코드 자동 생성 장치(100)는 가상 머신의 속성 정보에서 포트 정보 및 IP 정보를 추출하여 머신 디자인 요소를 생성할 수 있다.
다음으로, 설정 코드 자동 생성 장치(100)는 응용 소프트웨어의 설계 정보 및 상기 생성한 소스코드를 기반으로 ARXML 요소 중 하나인 익스큐터블(EXECUTABLE) 요소를 생성한다(S 107).
설정 코드 자동 생성 장치(100)는 소스코드에서 실행 관리 모듈(Execution Management Module)의 API 사용 여부를 통해 실행 파일의 목록을 도출하고, 도출된 실행 파일의 목록에 따라 해당 실행 단위를 추정하여 익스큐터블 요소를 생성할 수 있다.
다음으로, 설정 코드 자동 생성 장치(100)는 응용 소프트웨어의 설계 정보 및 익스큐터블(EXECUTABLE) 요소를 기반으로 ARXML 요소 중 하나인 프로세스(PROCESS) 요소를 생성한다(S 109).
설정 코드 자동 생성 장치(100)는 익스큐터블 요소마다 하나의 프로세스 요소를 생성할 수 있다. 설정 코드 자동 생성 장치(100)는 프로세스 요소 생성 시 머신 의존성은 모드 데클러레이션 그룹 프로토타입 요소를 참조하여 AUTOSAR 플랫폼의 상태 값을 설정할 수 있다. 또한, 설정 코드 자동 생성 장치(100)는 프로세스 요소 생성 시 응용 의존성은 데이터의 상호 작용 관계를 기반으로 구성할 수 있다.
다음으로, 설정 코드 자동 생성 장치(100)는 응용 소프트웨어의 설계 정보를 기반으로 ARXML 요소 중 하나인 서비스 인터페이스 디플로이먼트(SERVICE-INTERFACE-DEPLOYMENT) 요소를 생성한다(S 111).
설정 코드 자동 생성 장치(100)는 응용 소프트웨어의 설계 정보 중 서비스 인터페이스(SERVICE-INTERFACE) 요소로부터 하나 이상의 서비스 인터페이스 디플로이먼트(SERVICE-INTERFACE-DEPLOYMENT) 요소를 생성할 수 있다.
다음으로, 설정 코드 자동 생성 장치(100)는 서비스 인터페이스 디플로이먼트 요소 및 머신 디자인 요소를 기반으로 ARXML 요소 중 하나인 서비스 인스턴스 요소(SERVICE-INSTANCE)를 생성한다(S 113). 서비스 인스턴스 요소는 서비스 인터페이스 디플로이먼트 요소에 의해 설정된 통신 프로토콜에서 머신 디자인 요소에 의해 설정된 포트 및 IP 주소들 중에서 어떤 포트 및 IP 주소를 통해 통신할 것인지에 대한 정보를 포함할 수 있다.
도 3은 예시적인 실시예들에서 사용되기에 적합한 컴퓨팅 장치를 포함하는 컴퓨팅 환경(10)을 예시하여 설명하기 위한 블록도이다. 도시된 실시예에서, 각 컴포넌트들은 이하에 기술된 것 이외에 상이한 기능 및 능력을 가질 수 있고, 이하에 기술된 것 이외에도 추가적인 컴포넌트를 포함할 수 있다.
도시된 컴퓨팅 환경(10)은 컴퓨팅 장치(12)를 포함한다. 일 실시예에서, 컴퓨팅 장치(12)는 본 발명의 실시예에 따른 AUTOSAR(AUTomotive Open System Architecture) 기반 응용 소프트웨어의 설정 코드 자동 생성 장치(100)일 수 있다.
컴퓨팅 장치(12)는 적어도 하나의 프로세서(14), 컴퓨터 판독 가능 저장 매체(16) 및 통신 버스(18)를 포함한다. 프로세서(14)는 컴퓨팅 장치(12)로 하여금 앞서 언급된 예시적인 실시예에 따라 동작하도록 할 수 있다. 예컨대, 프로세서(14)는 컴퓨터 판독 가능 저장 매체(16)에 저장된 하나 이상의 프로그램들을 실행할 수 있다. 상기 하나 이상의 프로그램들은 하나 이상의 컴퓨터 실행 가능 명령어를 포함할 수 있으며, 상기 컴퓨터 실행 가능 명령어는 프로세서(14)에 의해 실행되는 경우 컴퓨팅 장치(12)로 하여금 예시적인 실시예에 따른 동작들을 수행하도록 구성될 수 있다.
컴퓨터 판독 가능 저장 매체(16)는 컴퓨터 실행 가능 명령어 내지 프로그램 코드, 프로그램 데이터 및/또는 다른 적합한 형태의 정보를 저장하도록 구성된다. 컴퓨터 판독 가능 저장 매체(16)에 저장된 프로그램(20)은 프로세서(14)에 의해 실행 가능한 명령어의 집합을 포함한다. 일 실시예에서, 컴퓨터 판독 가능 저장 매체(16)는 메모리(랜덤 액세스 메모리와 같은 휘발성 메모리, 비휘발성 메모리, 또는 이들의 적절한 조합), 하나 이상의 자기 디스크 저장 디바이스들, 광학 디스크 저장 디바이스들, 플래시 메모리 디바이스들, 그 밖에 컴퓨팅 장치(12)에 의해 액세스되고 원하는 정보를 저장할 수 있는 다른 형태의 저장 매체, 또는 이들의 적합한 조합일 수 있다.
통신 버스(18)는 프로세서(14), 컴퓨터 판독 가능 저장 매체(16)를 포함하여 컴퓨팅 장치(12)의 다른 다양한 컴포넌트들을 상호 연결한다.
컴퓨팅 장치(12)는 또한 하나 이상의 입출력 장치(24)를 위한 인터페이스를 제공하는 하나 이상의 입출력 인터페이스(22) 및 하나 이상의 네트워크 통신 인터페이스(26)를 포함할 수 있다. 입출력 인터페이스(22) 및 네트워크 통신 인터페이스(26)는 통신 버스(18)에 연결된다. 입출력 장치(24)는 입출력 인터페이스(22)를 통해 컴퓨팅 장치(12)의 다른 컴포넌트들에 연결될 수 있다. 예시적인 입출력 장치(24)는 포인팅 장치(마우스 또는 트랙패드 등), 키보드, 터치 입력 장치(터치패드 또는 터치스크린 등), 음성 또는 소리 입력 장치, 다양한 종류의 센서 장치 및/또는 촬영 장치와 같은 입력 장치, 및/또는 디스플레이 장치, 프린터, 스피커 및/또는 네트워크 카드와 같은 출력 장치를 포함할 수 있다. 예시적인 입출력 장치(24)는 컴퓨팅 장치(12)를 구성하는 일 컴포넌트로서 컴퓨팅 장치(12)의 내부에 포함될 수도 있고, 컴퓨팅 장치(12)와는 구별되는 별개의 장치로 컴퓨팅 장치(12)와 연결될 수도 있다.
이상의 상세한 설명은 본 발명을 예시하는 것이다. 또한 전술한 내용은 본 발명의 바람직한 실시 형태를 나타내어 설명하는 것이며, 본 발명은 다양한 다른 조합, 변경 및 환경에서 사용할 수 있다. 즉 본 명세서에 개시된 발명의 개념의 범위, 저술한 개시 내용과 균등한 범위 및/또는 당업계의 기술 또는 지식의 범위내에서 변경 또는 수정이 가능하다. 저술한 실시예는 본 발명의 기술적 사상을 구현하기 위한 최선의 상태를 설명하는 것이며, 본 발명의 구체적인 적용 분야 및 용도에서 요구되는 다양한 변경도 가능하다. 따라서 이상의 발명의 상세한 설명은 개시된 실시 상태로 본 발명을 제한하려는 의도가 아니다. 또한 첨부된 청구범위는 다른 실시 상태도 포함하는 것으로 해석되어야 한다.

Claims (13)

  1. 하나 이상의 프로세서들, 및
    상기 하나 이상의 프로세서들에 의해 실행되는 하나 이상의 프로그램들을 저장하는 메모리를 구비한 컴퓨팅 장치에서 수행되고, AUTOSAR(AUTomotive Open System Architecture) 기반 응용 소프트웨어의 설정 코드 자동 생성을 위한 방법으로서,
    입력되는 응용 소프트웨어의 설계 정보를 기반으로 상기 응용 소프트웨어에 대한 소스코드를 생성하는 단계; 및
    상기 응용 소프트웨어의 설계 정보 및 상기 소스코드를 기반으로 ARXML(AUTOSAR XML) 요소 중 하나인 익스큐터블(EXECUTABLE) 요소를 생성하는 단계를 포함하는, AUTOSAR 기반 응용 소프트웨어의 설정 코드 자동 생성 방법.
  2. 청구항 1에 있어서,
    상기 응용 소프트웨어의 설계 정보는, 서비스 인터페이스(SERVICE-INTERFACE) 요소 및 소프트웨어 컴포넌트 타입(SW-COMPONENT-TYPE) 요소를 포함하고,
    상기 소프트웨어 컴포넌트 타입 요소는, 데이터의 입출력 방향에 따라 제공 포트 프로토타입(PROVIDED-PORT-PROTOTYPE) 요소 및 요구 포트 프로토타입(REQUIRED-PORT-PROTOTYPE) 요소를 포함하는, AUTOSAR 기반 응용 소프트웨어의 설정 코드 자동 생성 방법.
  3. 청구항 2에 있어서,
    상기 익스큐터블 요소를 생성하는 단계는,
    상기 소프트웨어 컴포넌트 타입 요소들을 실행 단위로 엮어 하나 이상의 익스큐터블(EXECUTABLE) 요소를 생성하는, AUTOSAR 기반 응용 소프트웨어의 설정 코드 자동 생성 방법.
  4. 청구항 3에 있어서,
    상기 익스큐터블 요소를 생성하는 단계는,
    상기 소스코드에서 AUTOSAR의 실행 관리 모듈의 API(Application Program Interface) 사용 여부를 통해 실행 파일의 목록을 도출하는 단계; 및
    상기 실행 파일의 목록에 따라 해당 실행 단위를 추정하여 익스큐터블 요소를 생성하는 단계를 포함하는, AUTOSAR 기반 응용 소프트웨어의 설정 코드 자동 생성 방법.
  5. 청구항 2에 있어서,
    상기 설정 코드 자동 생성 방법은,
    상기 응용 소프트웨어의 설계 정보 및 상기 익스큐터블 요소를 기반으로 ARXML 요소 중 하나인 프로세스(PROCESS) 요소를 생성하는 단계를 더 포함하는, AUTOSAR 기반 응용 소프트웨어의 설정 코드 자동 생성 방법.
  6. 청구항 5에 있어서,
    상기 프로세스 요소를 생성하는 단계는,
    상기 프로세스 요소의 의존성 정보 중 응용 의존성은 제공 포트 프로토타입(PROVIDED-PORT-PROTOTYPE) 요소를 갖는 소프트웨어 컴포넌트 타입과 관련된 프로세스 요소가 요구 포트 프로토타입(REQUIRED-PORT-PROTOTYPE) 요소를 갖는 소프트웨어 컴포넌트 타입과 관련된 프로세스 요소보다 먼저 실행되도록 구성하는, AUTOSAR 기반 응용 소프트웨어의 설정 코드 자동 생성 방법.
  7. 청구항 5에 있어서,
    상기 프로세스 요소를 생성하는 단계는,
    AUTOSAR 매뉴얼을 기반으로 플랫폼의 상태 정보를 포함하는 ARXML 요소 중 하나인 모드 데클러레이션 그룹 프로토타입(MODE-DECLARATION-GROUP-PROTOTYPE) 요소를 생성하는 단계; 및
    상기 프로세스 요소의 의존성 정보 중 머신 의존성은 상기 모드 데클러레이션 그룹 프로토타입 요소를 참조하여 상기 플랫폼의 상태 값을 설정하는 단계를 포함하는, AUTOSAR 기반 응용 소프트웨어의 설정 코드 자동 생성 방법.
  8. 청구항 2에 있어서,
    상기 설정 코드 자동 생성 방법은,
    상기 응용 소프트웨어의 설계 정보 중 상기 서비스 인터페이스 요소로부터 ARXML 요소 중 하나인 서비스 인터페이스 디플로이먼트(SERVICE-INTERFACE-DEPLOYMENT) 요소를 생성하는 단계를 더 포함하는, AUTOSAR 기반 응용 소프트웨어의 설정 코드 자동 생성 방법.
  9. 청구항 8에 있어서,
    상기 설정 코드 자동 생성 방법은,
    상기 서비스 인터페이스 디플로이먼트 요소로부터 ARXML 요소 중 하나인 서비스 인스턴스 요소(SERVICE-INSTANCE)를 생성하는 단계를 더 포함하는, AUTOSAR 기반 응용 소프트웨어의 설정 코드 자동 생성 방법.
  10. 청구항 9에 있어서,
    상기 서비스 인스턴스 요소를 생성하는 단계는,
    기 생성된 가상 머신의 속성 정보에 기반하여 ARXML 요소 중 하나인 머신 디자인(MACHINE-DESIGN) 요소를 생성하는 단계; 및
    상기 서비스 인터페이스 디플로이먼트 요소에 의한 통신 프로토콜에서 상기 머신 디자인 요소에 의해 설정된 포트 및 IP 주소를 기반으로 상기 서비스 인스턴스 요소를 생성하는 단계를 포함하는, AUTOSAR 기반 응용 소프트웨어의 설정 코드 자동 생성 방법.
  11. 청구항 9에 있어서,
    상기 서비스 인스턴스 요소를 생성하는 단계는,
    프로세스 요소와 관련된 소프트웨어 컴포넌트 요소 타입의 포트 프로타입 요소를 기반으로 상호 작용하는 제공 서비스 인스턴스 및 요구 서비스 인스턴스를 생성하는 단계; 및
    상기 제공 서비스 인스턴스 및 상기 요구 서비스 인스턴스에 대해 각각 식별자를 부여하는 단계를 포함하고,
    상기 식별자를 부여하는 단계는, 상기 상호 작용하는 상기 제공 서비스 인스턴스와 상기 요구 서비스 인스턴스 간에 동일한 식별자를 부여하는, AUTOSAR 기반 응용 소프트웨어의 설정 코드 자동 생성 방법.
  12. 하나 이상의 프로세서들, 및
    상기 하나 이상의 프로세서들에 의해 실행되는 하나 이상의 프로그램들을 저장하는 메모리를 구비한 컴퓨팅 장치에서 수행되고, AUTOSAR(AUTomotive Open System Architecture) 기반 응용 소프트웨어의 설정 코드 자동 생성을 위한 방법으로서,
    서비스 인터페이스(SERVICE-INTERFACE) 요소 및 소프트웨어 컴포넌트 타입(SW-COMPONENT-TYPE) 요소를 포함하는 상기 응용 소프트웨어의 설계 정보를 입력 받는 단계; 및
    상기 응용 소프트웨어의 설계 정보 중 상기 서비스 인터페이스 요소로부터 ARXML 요소 중 하나인 서비스 인터페이스 디플로이먼트(SERVICE-INTERFACE-DEPLOYMENT) 요소를 생성하는 단계를 포함하는, AUTOSAR 기반 응용 소프트웨어의 설정 코드 자동 생성 방법.
  13. 하나 이상의 프로세서들;
    메모리; 및
    하나 이상의 프로그램들을 포함하고,
    상기 하나 이상의 프로그램들은 상기 메모리에 저장되고, 상기 하나 이상의 프로세서들에 의해 실행되도록 구성되고, AUTOSAR(AUTomotive Open System Architecture) 기반 응용 소프트웨어의 설정 코드 자동 생성을 위한 컴퓨팅 장치로서,
    상기 하나 이상의 프로그램들은,
    입력되는 응용 소프트웨어의 설계 정보를 기반으로 상기 응용 소프트웨어에 대한 소스코드를 생성하기 위한 명령; 및
    상기 응용 소프트웨어의 설계 정보 및 상기 소스코드를 기반으로 ARXML(AUTOSAR XML) 요소 중 하나인 익스큐터블(EXECUTABLE) 요소를 생성하기 위한 명령을 포함하는, 컴퓨팅 장치.
PCT/KR2019/016442 2019-11-27 2019-11-27 Autosar 기반 응용 소프트웨어의 설정 코드 자동 생성 방법 및 장치 WO2021107179A1 (ko)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020190153875A KR102283736B1 (ko) 2019-11-27 2019-11-27 Autosar 기반 응용 소프트웨어의 설정 코드 자동 생성 방법 및 장치
KR10-2019-0153875 2019-11-27

Publications (1)

Publication Number Publication Date
WO2021107179A1 true WO2021107179A1 (ko) 2021-06-03

Family

ID=76130611

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2019/016442 WO2021107179A1 (ko) 2019-11-27 2019-11-27 Autosar 기반 응용 소프트웨어의 설정 코드 자동 생성 방법 및 장치

Country Status (2)

Country Link
KR (1) KR102283736B1 (ko)
WO (1) WO2021107179A1 (ko)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115037787A (zh) * 2022-06-09 2022-09-09 上海禾骋科技有限公司 一种测试汽车网络通信的方法、系统和装置
CN115242830A (zh) * 2022-06-17 2022-10-25 潍柴动力股份有限公司 车辆数据处理方法、车辆及数据处理系统
WO2023065218A1 (zh) * 2021-10-21 2023-04-27 华为技术有限公司 一种映射关系生成方法、装置和存储介质
CN116431119A (zh) * 2023-06-12 2023-07-14 上海鉴智其迹科技有限公司 软件组件端口创建方法、装置、电子设备及存储介质
WO2023201558A1 (zh) * 2022-04-20 2023-10-26 华为技术有限公司 一种映射关系生成方法、装置和存储介质

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102630359B1 (ko) * 2021-12-02 2024-01-29 주식회사 알티스트 차량용 플랫폼을 위한 arinc 기반 운영체제 적용 방법

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130073063A1 (en) * 2011-09-19 2013-03-21 Dspace Gmbh Exchange of files and meta-information between system design tools and behavior modeling tools and/or simulators for the creation of ecu software
US20130211810A1 (en) * 2010-09-17 2013-08-15 International Business Machines Corporation Coupling architectural and implementation/behavioral models of a computer-based system
KR20150020924A (ko) * 2013-08-19 2015-02-27 인포뱅크 주식회사 서버 장치 및 그의 오토사 관련 서비스 제공 방법
JP2018036972A (ja) * 2016-09-01 2018-03-08 ポップコーンサー コー リミテッド ファイルフォーマット変換装置及びその変換方法
US20190258460A1 (en) * 2018-02-22 2019-08-22 Dspace Digital Signal Processing And Control Engineering Gmbh Method and system for generating a software component

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102414206B1 (ko) * 2015-02-09 2022-06-28 현대모비스 주식회사 오토사 표준 응용 소프트웨어 컴포넌트

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130211810A1 (en) * 2010-09-17 2013-08-15 International Business Machines Corporation Coupling architectural and implementation/behavioral models of a computer-based system
US20130073063A1 (en) * 2011-09-19 2013-03-21 Dspace Gmbh Exchange of files and meta-information between system design tools and behavior modeling tools and/or simulators for the creation of ecu software
KR20150020924A (ko) * 2013-08-19 2015-02-27 인포뱅크 주식회사 서버 장치 및 그의 오토사 관련 서비스 제공 방법
JP2018036972A (ja) * 2016-09-01 2018-03-08 ポップコーンサー コー リミテッド ファイルフォーマット変換装置及びその変換方法
US20190258460A1 (en) * 2018-02-22 2019-08-22 Dspace Digital Signal Processing And Control Engineering Gmbh Method and system for generating a software component

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023065218A1 (zh) * 2021-10-21 2023-04-27 华为技术有限公司 一种映射关系生成方法、装置和存储介质
WO2023201558A1 (zh) * 2022-04-20 2023-10-26 华为技术有限公司 一种映射关系生成方法、装置和存储介质
CN115037787A (zh) * 2022-06-09 2022-09-09 上海禾骋科技有限公司 一种测试汽车网络通信的方法、系统和装置
CN115242830A (zh) * 2022-06-17 2022-10-25 潍柴动力股份有限公司 车辆数据处理方法、车辆及数据处理系统
CN115242830B (zh) * 2022-06-17 2023-11-17 潍柴动力股份有限公司 车辆数据处理方法、车辆及数据处理系统
CN116431119A (zh) * 2023-06-12 2023-07-14 上海鉴智其迹科技有限公司 软件组件端口创建方法、装置、电子设备及存储介质
CN116431119B (zh) * 2023-06-12 2023-08-29 上海鉴智其迹科技有限公司 软件组件端口创建方法、装置、电子设备及存储介质

Also Published As

Publication number Publication date
KR20210065300A (ko) 2021-06-04
KR102283736B1 (ko) 2021-07-30

Similar Documents

Publication Publication Date Title
WO2021107179A1 (ko) Autosar 기반 응용 소프트웨어의 설정 코드 자동 생성 방법 및 장치
US11403148B2 (en) Virtual electronic control units in autosar
US8726298B1 (en) Cloud-based instrument driver system
US9747240B2 (en) Dynamic connection of PCIe devices and functions to an array of hosts
CN112242920B (zh) 一种云平台部署方法、装置及节点
US11799743B2 (en) Node addition in cloud networks
CN113419815A (zh) 一种预启动运行环境装机的方法、系统、设备及介质
WO2017049437A1 (zh) 一种在手机桌面上实现3d动效交互的方法及装置
WO2011132807A1 (ko) 로봇 시스템 제어 방법 및 그 장치
CN111813459A (zh) 一种加速器加载方法、系统和加速器加载装置
WO2009116748A2 (ko) 예약된 컴포넌트 컨테이너 기반 소프트웨어 개발 방법 및 장치
WO2013180359A1 (ko) 가상머신 초기 설정 자동화 방법 및 가상머신 초기 설정 자동화 서비스 제공 방법
CN113127134A (zh) 容器集群、基于容器集群的多租户部署方法及电子设备
WO2012015083A1 (ko) Rtos 기반의 안드로이드 어플리케이션 실행 장치
CN113381928B (zh) 网关请求链的管理方法、装置、电子设备及计算机介质
CN115150268A (zh) Kubernetes集群的网络配置方法、装置、及电子设备
WO2024117342A1 (ko) 가상머신 시스템 및 이를 이용한 가상머신 프로비저닝 방법
KR102187384B1 (ko) 클라우드 인프라 기반의 컨테이너 가상os 통합 표준화 시스템
WO2023101094A1 (ko) 차량용 플랫폼을 위한 arinc 기반 운영체제 적용 방법
WO2012118268A2 (ko) 멀티 버추얼 머신을 이용한 멀티 쓰레드 처리시스템 및 그 방법
CN113703339A (zh) 一种自动驾驶仿真方法、装置、设备及存储介质
WO2016076583A1 (ko) 주석기반의 의사코드를 이용한 프로그램 변환 방법 및 그 방법을 구현하기 위한 프로그램이 기록된 컴퓨터 판독 가능한 기록매체
WO2023127997A1 (ko) 차량용 플랫폼을 위한 arinc 기반 운영체제 헬스 모니터링 설정 코드 자동 생성 장치 및 방법
US20240176642A1 (en) Virtual machine system and virtual machine provisioning method using the same
WO2023120830A1 (ko) 확장된 컨테이너 인프라 기반 nfv 인프라 시스템

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 19954265

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19954265

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 19954265

Country of ref document: EP

Kind code of ref document: A1

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 13.12.2022)

122 Ep: pct application non-entry in european phase

Ref document number: 19954265

Country of ref document: EP

Kind code of ref document: A1