KR20210085551A - Adaptive autosar system with vendor-specific communication function and source code generation method thereof - Google Patents

Adaptive autosar system with vendor-specific communication function and source code generation method thereof Download PDF

Info

Publication number
KR20210085551A
KR20210085551A KR1020190178681A KR20190178681A KR20210085551A KR 20210085551 A KR20210085551 A KR 20210085551A KR 1020190178681 A KR1020190178681 A KR 1020190178681A KR 20190178681 A KR20190178681 A KR 20190178681A KR 20210085551 A KR20210085551 A KR 20210085551A
Authority
KR
South Korea
Prior art keywords
service
vendor
information
source code
unit
Prior art date
Application number
KR1020190178681A
Other languages
Korean (ko)
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 현대오트론 주식회사
Priority to KR1020190178681A priority Critical patent/KR20210085551A/en
Publication of KR20210085551A publication Critical patent/KR20210085551A/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • H04L67/16
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/51Discovery or management thereof, e.g. service location protocol [SLP] or web services

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

According to a preferred embodiment of the present invention, an adaptive autosar system with a vendor-specific communication function includes: a communication manager unit for receiving service information of a service providing module and storing the service information; and a service search unit which requests the service information from the communication manager unit, obtains a service interface for the service providing module using the service information according to a result of a request, and generates a source code based on the obtained service interface. Therefore, security can be improved by exposing only service functions to service consumers.

Description

벤더 특화 통신 기능을 구비하는 어댑티브 오토사 시스템 및 그것의 소스 코드 생성 방법{ADAPTIVE AUTOSAR SYSTEM WITH VENDOR-SPECIFIC COMMUNICATION FUNCTION AND SOURCE CODE GENERATION METHOD THEREOF}ADAPTIVE AUTOSAR SYSTEM WITH VENDOR-SPECIFIC COMMUNICATION FUNCTION AND SOURCE CODE GENERATION METHOD THEREOF

본 발명은 오토사 시스템에 관한 것으로, 일례로 벤더 특화 통신 기능을 구비하는 어댑티브 오토사 시스템 및 그것의 소스 코드 생성 방법에 관한 것이다.The present invention relates to an Otto company system, for example, an adaptive Otosa system having a vendor-specific communication function, and a method for generating a source code thereof.

차량 통신분야는 CAN(Controller Area Network) 통신이 폭넓게 쓰이고 있으며, 현재도 광범위하게 사용되고 있다. 하지만 차량의 통신량이 증가함에 따라, CAN 통신의 데이터 전송량과 속도에 따른 제약 사항이 대두되고 있다. CAN-FD와 같은 데이터량을 증가시킨 프로토콜이 있지만, 차량 Ethernet 통신으로 빠르게 대체되고 있다.In the vehicle communication field, CAN (Controller Area Network) communication is widely used, and is still widely used today. However, as the communication volume of the vehicle increases, restrictions according to the data transmission amount and speed of CAN communication are emerging. There are protocols that increase the amount of data, such as CAN-FD, but they are rapidly being replaced by vehicle Ethernet communication.

오토사 플랫폼(AUTOSAR Platform)은 자동차 플랫폼 분야의 국제표준 사양을 의미한다. 단일 프로세서의 MCU(Micro Control Unit) 기반 리얼 타임(Real Time)을 강조한 클래식 오토사(Classic AUTOSAR)와 AP(Application Processor) 기반의 고성능 칩을 기반으로 한 어댑티브 오토사(Adaptive AUTOSAR)로 구분된다.The AUTOSAR Platform refers to the international standard specification in the field of automotive platforms. It is divided into Classic AUTOSAR, which emphasizes real time based on MCU (Micro Control Unit) of a single processor, and Adaptive AUTOSAR, which is based on high-performance chips based on AP (Application Processor).

어댑티브 오토사의 통신 매니저(Communication Manager)는 서비스 제공자(Service Provider)와 서비스 소비자(Service consumer) 사이의 SOA(Service Oriented architecture)에 적합하도록 설계된 통신 모듈이며, 실제 데이터 교환이 일어나는 부분은 교체가 가능해서 SOME/IP(Scalable Service Oriented Middleware over IP(Internet Protocol))나 DDS(Data Distribution Servie)가 사용되고 있다.Adaptive Auto's Communication Manager is a communication module designed to be suitable for SOA (Service Oriented architecture) between a service provider and a service consumer, and the part where the actual data exchange takes place is replaceable. SOME/IP (Scalable Service Oriented Middleware over IP (Internet Protocol)) or DDS (Data Distribution Service) is used.

어댑티브 오토사 환경에서 서비스 정보의 경우, 보통 소프트웨어 이미지를 만드는데 사용되고 있다.In the case of service information in the Adaptive Autosar environment, it is usually used to create software images.

그런데, 서비스 정보(인터페이스)를 제공하는 제어기가 있다고 해도, 별도의 소스 코드나 설정툴이 없다면, 서비스 소비자가 서비스 제공자에서 제공하는 서비스 정보를 이용하여 응용프로그램을 제작할 수 없는 문제가 있다.However, even if there is a controller that provides service information (interface), if there is no separate source code or setting tool, there is a problem in that the service consumer cannot create an application program using the service information provided by the service provider.

대한민국 등록특허 제10-1541792호Republic of Korea Patent No. 10-1541792

이에 본 발명은 상기한 사정을 감안하여 안출된 것으로, 별도의 소스 코드가 없는 제어기에서도 서비스 제공자에 접근이 가능한 어플리케이션을 서비스 소비자가 제작 가능하게 하는 벤더 특화 통신 기능을 구비하는 어댑티브 오토사 시스템 및 그것의 소스 코드 생성 방법을 제공하는 것을 목적으로 한다.Accordingly, the present invention has been devised in consideration of the above circumstances, and an Adaptive Autosar system having a vendor-specific communication function that enables a service consumer to produce an application that can access a service provider even in a controller without a separate source code, and the same Its purpose is to provide a method for generating source code of

상기 목적을 달성하기 위한 본 발명의 바람직한 실시예에 따른 벤더 특화 통신 기능을 구비하는 어댑티브 오토사 시스템은, 서비스 제공 모듈의 서비스 정보를 수신하고 상기 서비스 정보를 저장하는 통신 매니저부; 및 상기 서비스 정보를 상기 통신 매니저부에 요청하고, 요청 결과에 따라 상기 서비스 정보를 이용하여 상기 서비스 제공 모듈에 대한 서비스 인터페이스를 획득하고, 획득된 서비스 인터페이스를 기반으로 소스 코드를 생성하는 서비스 검색부;를 포함한다.According to a preferred embodiment of the present invention for achieving the above object, there is provided an adaptive auto company system having a vendor-specific communication function, comprising: a communication manager unit for receiving service information of a service providing module and storing the service information; and a service search unit that requests the service information from the communication manager unit, obtains a service interface for the service providing module by using the service information according to a request result, and generates a source code based on the obtained service interface. includes ;

상기 소스 코드를 이용하여 상기 서비스 제공 모듈에 접근 가능하게 하는 응용프로그램을 제작하는 서비스 소비 모듈을 더 포함할 수 있다.It may further include a service consumption module for producing an application program that allows access to the service providing module by using the source code.

상기 서비스 정보를 요청한 대상이 기 등록되어 접근 허가된 프로그램인지를 판단하는 접근 권한 매니저부를 더 포함할 수 있다.It may further include an access right manager for determining whether the target requesting the service information is a pre-registered and access-permitted program.

상기 통신 매니저부는, 어플리케이션 사이의 통신을 위한 SOME/IP 통신부; 데이터 기반 통신을 위한 DDS 통신부; 및 상기 서비스 제공 모듈에서 제공하는 상기 서비스 정보의 통신을 위한 벤더 특화 통신부;를 포함할 수 있다.The communication manager unit, SOME/IP communication unit for communication between applications; DDS communication unit for data-based communication; and a vendor-specific communication unit for communication of the service information provided by the service providing module.

상기 벤더 특화 통신부는, 상기 서비스 정보를 송수신하는 통신부; 및 상기 서비스 정보를 저장하는 서비스 관리부;를 포함할 수 있다.The vendor-specific communication unit may include: a communication unit transmitting and receiving the service information; and a service management unit configured to store the service information.

상기 서비스 정보는, 서비스 버전 정보와 서비스 인터페이스 정보를 포함할 수 있다.The service information may include service version information and service interface information.

상기 서비스 관리부는, SOME/IP 통신과, DDS 통신을 위한 정보를 저장할 수 있다.The service manager may store information for SOME/IP communication and DDS communication.

상기 서비스 검색부는 상기 서비스 관리부에 저장된 모든 서비스에 대한 정보를 요청할 수 있다.The service search unit may request information on all services stored in the service management unit.

상기 서비스 검색부는 상기 SOME/IP 통신과 상기 DDS 통신을 위한 소스 코드를 생성할 수 있다.The service search unit may generate source codes for the SOME/IP communication and the DDS communication.

상기 목적을 달성하기 위한 본 발명의 바람직한 실시예에 따른 벤더 특화 통신 기능을 구비하는 어댑티브 오토사 시스템의 소스 코드 생성 방법은, 서비스 검색부가 서비스 관리부에 서비스 정보를 요청하는 서비스 정보 요청 단계; 및 상기 서비스 검색부가 요청 결과에 따라 상기 서비스 정보를 수신하는 경우, 상기 서비스 정보의 서비스 인터페이스를 기반으로 소스 코드를 생성하는 소스 코드 생성 단계;를 포함한다.According to a preferred embodiment of the present invention for achieving the above object, there is provided a method for generating a source code of an adaptive auto company system having a vendor-specific communication function, comprising: a service information request step of a service search unit requesting service information from a service management unit; and a source code generation step of generating a source code based on a service interface of the service information when the service search unit receives the service information according to a request result.

서비스 제공 모듈이 벤더 특화 통신부에 서비스 등록을 요청하는 서비스 등록 요청 단계; 및 상기 벤더 특화 통신부가 상기 서비스 제공 모듈의 서비스 정보를 상기 서비스 관리부에 등록하는 서비스 등록 단계;를 더 포함할 수 있다.a service registration request step in which the service providing module requests service registration to the vendor-specific communication unit; and a service registration step in which the vendor-specific communication unit registers the service information of the service providing module to the service management unit.

접근 권한 매니저부가 상기 서비스 정보를 요청한 요청 대상이 기 등록되어 접근 허가된 프로그램인지를 판단하는 접근 권한 확인 단계를 더 포함할 수 있다.The access right manager may further include an access right checking step of determining whether the request target for requesting the service information is a program that has been previously registered and has been granted access.

서비스 소비 모듈이 상기 소스 코드를 이용하여 상기 서비스 제공 모듈에 접근 가능한 응용프로그램을 개발하는 응용프로그램 개발 단계를 더 포함할 수 있다.The service consumption module may further include an application program development step of using the source code to develop an application program accessible to the service providing module.

본 발명의 바람직한 실시예에 따른 벤더 특화 통신 기능을 구비하는 어댑티브 오토사 시스템 및 그것의 소스 코드 생성 방법에 의하면, 플랫폼 제공자가 어플리케이션 개발자에게 소스 코드를 직접 공급하지 않아도, 플랫폼이 제공하는 서비스를 서비스 소비자가 이용 가능하게 함으로써 응용프로그램 개발자의 플랫폼에 대한 접근성을 향상시키는 효과가 있다.According to an adaptive Otto company system having a vendor-specific communication function and a source code generation method thereof according to a preferred embodiment of the present invention, the service provided by the platform is provided without the platform provider directly supplying the source code to the application developer. By making it available to consumers, it has the effect of improving access to the platform for application developers.

또한, 제공하는 서비스 기능만 서비스 소비자에게 노출함으로써 보안을 향상시킬 수 있는 효과가 있다.In addition, there is an effect of improving security by exposing only provided service functions to service consumers.

도 1은 본 발명의 바람직한 실시예에 따른 벤더 특화 통신 기능을 구비하는 어댑티브 오토사 시스템의 블록도이다.
도 2는 본 발명의 바람직한 실시예에 따른 벤더 특화 통신 기능을 구비하는 어댑티브 오토사 시스템의 소스 코드 생성 방법을 보여주는 도면이다.
도 3은 본 발명의 바람직한 실시예에 따른 벤더 특화 통신 기능을 구비하는 어댑티브 오토사 시스템의 소스 코드 생성 방법의 순서도이다.
1 is a block diagram of an Adaptive Autosar system having a vendor-specific communication function according to a preferred embodiment of the present invention.
FIG. 2 is a diagram illustrating a method of generating a source code of an adaptive auto company system having a vendor-specific communication function according to a preferred embodiment of the present invention.
3 is a flowchart of a method for generating a source code of an adaptive auto company system having a vendor-specific communication function according to a preferred embodiment of the present invention.

이하, 본 발명의 바람직한 실시예를 첨부된 도면들을 참조하여 상세히 설명한다. 우선 각 도면의 구성 요소들에 참조 부호를 부가함에 있어서, 동일한 구성 요소들에 대해서는 비록 다른 도면상에 표시되더라도 가능한 한 동일한 부호를 가지도록 하고 있음에 유의해야 한다. 또한, 이하에서 본 발명의 바람직한 실시예를 설명할 것이나, 본 발명의 기술적 사상은 이에 한정하거나 제한되지 않고 당업자에 의해 변형되어 다양하게 실시될 수 있음은 물론이다.Hereinafter, preferred embodiments of the present invention will be described in detail with reference to the accompanying drawings. First, in adding reference numerals to the components of each drawing, it should be noted that the same components are given the same reference numerals as much as possible even though they are indicated on different drawings. In addition, preferred embodiments of the present invention will be described below, but the technical spirit of the present invention is not limited thereto and may be variously implemented by those skilled in the art without being limited thereto.

도 1은 본 발명의 바람직한 실시예에 따른 벤더 특화 통신 기능을 구비하는 어댑티브 오토사 시스템의 블록도이다.1 is a block diagram of an adaptive auto company system having a vendor-specific communication function according to a preferred embodiment of the present invention.

도 1을 참고하면, 본 발명의 바람직한 실시예에 따른 벤더 특화 통신 기능을 구비하는 어댑티브 오토사 시스템(100)은, 통신 매니저부(110), 서비스 검색부(120), 접근 권한 매니저부(130), 및 서비스 제공 모듈(140)을 포함한다.Referring to FIG. 1 , an adaptive Otto company system 100 having a vendor-specific communication function according to a preferred embodiment of the present invention includes a communication manager 110 , a service search unit 120 , and an access right manager 130 . ), and a service providing module 140 .

어댑티브 오토사 시스템(100)은 차량 제어기에 구비되어 서비스 인터페이스용 소스 코드를 생성할 수 있다, 일 실시예에 있어서, 차량 제어기는, ADAS(Advanced Driver Assistance System) 통합 제어기를 포함할 수 있다.The adaptive Autossa system 100 may be provided in a vehicle controller to generate source code for a service interface. In an embodiment, the vehicle controller may include an Advanced Driver Assistance System (ADAS) integrated controller.

통신 매니저부(110)는, 서비스 제공 모듈(140) 및 서비스 소비 모듈과(200)의 통신을 위해, SOME/IP 통신부(111), DDS 통신부(113), 및 벤더 특화 통신부(115)를 포함할 수 있다.The communication manager unit 110 includes a SOME/IP communication unit 111 , a DDS communication unit 113 , and a vendor-specific communication unit 115 for communication with the service providing module 140 and the service consumption module 200 . can do.

SOME/IP 통신부(111)는, Scalable service-Oriented Middleware over IP를 말하며, 차량 어플리케이션의 용도에 따라 차량의 스마트 센서와 스마트 액츄에이터를 제어하는데 이용될 수 있다.The SOME/IP communication unit 111 refers to a scalable service-Oriented Middleware over IP, and may be used to control a smart sensor and a smart actuator of a vehicle according to the purpose of a vehicle application.

DDS 통신부(113)는, 데이터 중심 통신 미들웨어로서 Data Distribution Service를 말한다. DDS 통신부(113)는, 네트워크에 존재하는 통신 객체들을 자동으로 검색하고 데이터의 연관성에 따라 선택적으로 통신 객체와의 연결을 수행할 수 있다.The DDS communication unit 113 refers to Data Distribution Service as data-centric communication middleware. The DDS communication unit 113 may automatically search for communication objects existing in the network and selectively connect with the communication objects according to data correlation.

벤더 특화 통신부(115)는, 서비스 제공 모듈(140)로부터 생성되는 서비스 정보를 송수신하기 위한 통신부(115a)와 서비스 정보를 저장하기 위한 서비스 관리부(115b)를 포함한다.The vendor-specific communication unit 115 includes a communication unit 115a for transmitting and receiving service information generated from the service providing module 140 and a service management unit 115b for storing the service information.

서비스 관리부(115b)는 서비스 소비 모듈(200)에서 서비스 제공 모듈(140)이 존재하는지를 판단하는 데 이용될 수 있다. 또한, 서비스 관리부(115b)는, 서비스 검색부(120)가 서비스 제공 모듈(140)에 대한 서비스 인터페이스를 획득하는데 이용되고, 서비스 소비 모듈(200)을 위한 소스코드를 생성하는데 이용될 수 있다.The service management unit 115b may be used in the service consumption module 200 to determine whether the service provision module 140 exists. Also, the service management unit 115b may be used for the service search unit 120 to obtain a service interface for the service providing module 140 , and may be used to generate a source code for the service consumption module 200 .

서비스 검색부(120)는, 서비스 관리부(115b)의 서비스 정보를 이용하여 서비스 제공 모듈(140)에 대한 서비스 인터페이스를 획득할 수 있다.The service search unit 120 may obtain a service interface for the service providing module 140 by using the service information of the service management unit 115b.

서비스 검색부(120)는 서비스 인터페이스를 기반으로 서비스 소비 모듈(200)을 위한 소스 코드를 생성할 수 있다.The service search unit 120 may generate a source code for the service consumption module 200 based on the service interface.

서비스 검색부(120)는 서비스 관리부(115b)에서 서비스 정보를 획득할 때 보안을 위해 접근 권한 매니저부(130)로부터 별도의 접근 권한을 획득할 수 있다.The service search unit 120 may obtain a separate access right from the access right manager 130 for security when acquiring service information from the service management unit 115b.

접근 권한 매니저부(130)는 IAM(Identity and Access Management)일 수 있다. 접근 권한 매니저부(130)는 서비스 검색부(120)의 요청이 있는 경우, 서비스 검색부(120)가 서비스 관리부(115b)에 접근 가능하도록 하는 접근 권한을 서비스 검색부(120)에 제공할 수 있다.The access right manager 130 may be Identity and Access Management (IAM). When there is a request from the service search unit 120 , the access authority manager 130 may provide the service search unit 120 with an access authority that allows the service search unit 120 to access the service management unit 115b. have.

서비스 제공 모듈(140)은 복수가 구비될 수 있다. 서비스 제공 모듈(140)은 서비스 정보를 생성할 수 있다. 서비스 제공 모듈(140)은 벤더 특화 통신부(115)와의 통신을 통해 서비스 정보를 전송할 수 있다.A plurality of service providing modules 140 may be provided. The service providing module 140 may generate service information. The service providing module 140 may transmit service information through communication with the vendor-specific communication unit 115 .

서비스 소비 모듈(200)은, 벤더 특화 통신부(115)와의 통신을 통해 서비스 정보를 이용할 수 있다. 서비스 소비 모듈(200)은, 서비스 정보를 이용하여 서비스 제공 모듈(140)이 존재하는지를 판단할 수 있다. 서비스 소비 모듈(200)은, 서비스 검색부(120)로부터 소스 코드를 전달받고 소스 코드를 이용하여 서비스 정보에 접근할 수 있다.The service consumption module 200 may use service information through communication with the vendor-specific communication unit 115 . The service consumption module 200 may determine whether the service providing module 140 exists by using the service information. The service consumption module 200 may receive the source code from the service search unit 120 and access service information using the source code.

도 2는 본 발명의 바람직한 실시예에 따른 벤더 특화 통신 기능을 구비하는 어댑티브 오토사 시스템의 소스 코드 생성 방법을 보여주는 도면이다.FIG. 2 is a diagram illustrating a method of generating a source code of an adaptive auto company system having a vendor-specific communication function according to a preferred embodiment of the present invention.

도 2를 참고하면, 서비스 제공 모듈(140)은 N개(N은 2이상의 정수)로 구성될 수 있다. 서비스 제공 모듈(140)은 자신이 제공할 서비스의 버전, 및 인터페이스 등에 대한 복수의 서비스 정보(서비스 정보#1, 서비스 정보 #N)를 벤더 특화 통신부(115)의 서비스 관리부(115b)에 저장할 수 있다.Referring to FIG. 2 , the service providing module 140 may be composed of N (N is an integer greater than or equal to 2). The service providing module 140 may store a plurality of service information (service information #1, service information #N) on the version and interface of the service to be provided by the service management unit 115b of the vendor-specific communication unit 115 . have.

서비스 정보#1와 서비스 정보#N는 서비스 소비 모듈(200)에서 서비스 제공 모듈(140)을 확인하는데 이용될 수 있다.The service information #1 and service information #N may be used to identify the service providing module 140 in the service consumption module 200 .

서비스 관리부(115b)는 서비스의 버전 정보와 벤더 특화 통신부(115)에 대한 인터페이스 정보뿐만 아니라 SOME/IP 통신부(111)와 DDS 통신부(113)를 위한 정보도 저장하고 관리할 수 있다.The service management unit 115b may store and manage information for the SOME/IP communication unit 111 and the DDS communication unit 113 as well as the service version information and the interface information for the vendor-specific communication unit 115 .

서비스 검색부(120)는 서비스 이용자가 아니지만 벤더 특화 통신부(115)로부터 서비스 정보(서비스 정보#1, 서비스 정보 #N)를 획득할 수 있다. 서비스 검색부(120)는 서비스 정보를 획득하기 전에 접근 권한 매니저부(130)로부터 서비스 정보에 대한 접근 권한을 부여받을 수 있다. 이를 통해 서비스 정보의 보안이 확보될 수 있다.The service search unit 120 is not a service user, but may obtain service information (service information #1, service information #N) from the vendor-specific communication unit 115 . The service search unit 120 may be granted access to service information from the access right manager 130 before acquiring the service information. Through this, the security of service information can be secured.

서비스 검색부(120)는 벤더 특화 통신부(115)로부터 서비스 정보를 획득하는 경우, 서비스 제공 모듈(140)과의 인터페이스에 대한 소스 코드를 생성할 수 있다. 소스 코드는 별도의 응용프로그램이 서비스 제공 모듈(140)에 접근할 수 있도록 한다. 이를 통해 응용프로그램 개발자는 별도의 정보가 없어도 소스 코드를 이용하여 원하는 서비스에 접근하는 응용프로그램을 개발할 수 있다.When service information is obtained from the vendor-specific communication unit 115 , the service search unit 120 may generate a source code for an interface with the service providing module 140 . The source code allows a separate application program to access the service providing module 140 . Through this, an application developer can develop an application program that accesses a desired service by using the source code without additional information.

한편, 서비스 검색부(120)는 서비스 관리부(115b)에 저장된 모든 서비스에 대한 정보를 요청할 수 있다. 서비스 검색부(120)는 SOME/IP 통신과 DDS 통신을 위한 소스 코드도 생성할 수 있다.Meanwhile, the service search unit 120 may request information on all services stored in the service management unit 115b. The service search unit 120 may also generate source codes for SOME/IP communication and DDS communication.

도 3은 본 발명의 바람직한 실시예에 따른 벤더 특화 통신 기능을 구비하는 어댑티브 오토사 시스템의 소스 코드 생성 방법의 순서도이다.3 is a flowchart of a method for generating a source code of an adaptive auto company system having a vendor-specific communication function according to a preferred embodiment of the present invention.

도 1 내지 도 3을 참고하면, 본 발명의 바람직한 실시예에 따른 벤더 특화 통신 기능을 구비하는 어댑티브 오토사 시스템의 소스 코드 생성 방법은, 서비스 등록 요청 단계(S310), 서비스 등록 단계(S320), 서비스 정보 요청 단계(S330), 접근 권한 확인 단계(S340), 서비스 정보 획득 단계(S350), 소스 코드 생성 단계(S360), 및 응용프로그램 개발 단계(S370)를 포함할 수 있다.1 to 3, the method for generating the source code of the adaptive auto company system having a vendor-specific communication function according to a preferred embodiment of the present invention includes a service registration request step (S310), a service registration step (S320), It may include a service information request step (S330), an access right check step (S340), a service information acquisition step (S350), a source code generation step (S360), and an application program development step (S370).

서비스 등록 요청 단계(S310)에서, 서비스 제공 모듈(140)은 통신 매니저부(110)에 서비스 등록을 요청한다. 여기서, 서비스 소비 모듈(200) 또는 서비스 검색부(120)는 서비스 등록된 서비스 제공 모듈(140)을 이용할 수 있다.In the service registration request step ( S310 ), the service providing module 140 requests service registration from the communication manager unit 110 . Here, the service consumption module 200 or the service search unit 120 may use the registered service providing module 140 .

서비스 등록 단계(S320)에서, 통신 매니저부(110)의 벤더 특화 통신부(115)는 서비스 제공 모듈(140)로부터 서비스 등록 요청된 서비스 정보를 서비스 관리부(115b)에 등록한다.In the service registration step ( S320 ), the vendor-specific communication unit 115 of the communication manager unit 110 registers service information requested for service registration from the service providing module 140 to the service management unit 115b.

서비스 정보 요청 단계(S330)에서, 서비스 검색부(120)는 벤더 특화 통신부(115)의 서비스 관리부(115b)에 서비스 정보를 요청한다. 여기서, 서비스 정보 요청은, 특정한 서비스 인터페이스에 대한 소스 코드를 획득하기 위함이다. 서비스 검색부(120)는 벤더 특화 통신부(115)의 서비스 관리부(115b)에 등록된 특정 서비스 정보 또는 모든 서비스 정보를 요청할 수 있다.In the service information request step S330 , the service search unit 120 requests service information from the service management unit 115b of the vendor-specific communication unit 115 . Here, the service information request is to obtain a source code for a specific service interface. The service search unit 120 may request specific service information or all service information registered in the service management unit 115b of the vendor-specific communication unit 115 .

접근 권한 확인 단계(S340)에서, 접근 권한 매니저부(130)는 서비스 정보의 요청 대상이 기 등록되어 접근 허가된 프로그램인지를 판단한다. 여기서, 접근 권한 매니저부(130)는 접근 허가된 프로그램이 아닌 경우, 서비스 검색부(120)의 서비스 정보 요청을 거절하고 종료한다.In the access authority check step (S340), the access authority manager unit 130 determines whether the request target of the service information is a pre-registered program to which access is permitted. Here, the access right manager 130 rejects the service information request from the service search unit 120 and terminates the program when the access is not permitted.

서비스 정보 획득 단계(S350)에서, 서비스 검색부(120)는 접근 허가된 프로그램이므로, 벤더 특화 통신부(115)의 서비스 관리부(115a)로부터 서비스 정보를 수신한다.In the service information acquisition step ( S350 ), the service search unit 120 receives the service information from the service management unit 115a of the vendor-specific communication unit 115 , since the access is permitted program.

소스 코드 생성 단계(S360)에서, 서비스 검색부(120)는 수신한 서비스 정보로부터 서비스 인터페이스를 획득하여 서비스 소비 모듈(200)이 서비스에 접근하기 위한 소스 코드를 생성한다. 서비스 검색부(120)는 서비스 정보를 이용하여 SOME/IP 통신 및 DDS 통신을 위한 소스 코드도 생성할 수 있다.In the source code generation step ( S360 ), the service search unit 120 obtains a service interface from the received service information and generates a source code for the service consumption module 200 to access the service. The service search unit 120 may also generate source codes for SOME/IP communication and DDS communication by using the service information.

응용프로그램 개발 단계(S370)에서, 서비스 소비 모듈(200)은 소스 코드를 응용프로그램 개발환경으로 전달하여 응용프로그램 개발자가 소스 코드를 이용하여 서비스에 접근 가능한 응용프로그램을 개발할 수 있도록 한다.In the application development step (S370), the service consumption module 200 delivers the source code to the application development environment so that the application developer can develop an application program that can access the service by using the source code.

이와 같이, 벤더 특화 통신 기능을 구비하는 어댑티브 오토사 시스템의 동작 방법은, 별도의 소스 코드가 없는 동작중인 제어기에서도 서비스 소비 모듈(200)를 위한 소스코드를 생성할 수 있다.As such, in the operating method of the adaptive Otto company system having the vendor-specific communication function, the source code for the service consumption module 200 can be generated even in the operating controller without a separate source code.

이상의 설명은 본 발명의 기술 사상을 예시적으로 설명한 것에 불과한 것으로서, 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자라면 본 발명의 본질적인 특성에서 벗어나지 않는 범위 내에서 다양한 수정, 변경 및 치환이 가능할 것이다. 따라서, 본 발명에 개시된 실시예 및 첨부된 도면들은 본 발명의 기술 사상을 한정하기 위한 것이 아니라 설명하기 위한 것이고, 이러한 실시예 및 첨부된 도면에 의하여 본 발명의 기술 사상의 범위가 한정되는 것은 아니다.The above description is merely illustrative of the technical idea of the present invention, and various modifications, changes, and substitutions are possible within the range that does not depart from the essential characteristics of the present invention by those of ordinary skill in the art to which the present invention pertains. will be. Accordingly, the embodiments disclosed in the present invention and the accompanying drawings are intended to explain, not to limit the technical spirit of the present invention, and the scope of the technical spirit of the present invention is not limited by these embodiments and the accompanying drawings. .

본 발명에 따른 단계들 및/또는 동작들은 기술분야의 통상의 기술자에 의해 이해될 수 있는 것과 같이, 다른 순서로, 또는 병렬적으로, 또는 다른 에포크(epoch) 등을 위해 다른 실시 예들에서 동시에 일어날 수 있다.Steps and/or operations according to the present invention may occur concurrently in different embodiments, either in a different order, or in parallel, or for different epochs, etc., as would be understood by one of ordinary skill in the art. can

실시 예에 따라서는, 단계들 및/또는 동작들의 일부 또는 전부는 하나 이상의 비-일시적 컴퓨터-판독가능 매체에 저장된 명령, 프로그램, 상호작용 데이터 구조(interactive data structure), 클라이언트 및/또는 서버를 구동하는 하나 이상의 프로세서들을 사용하여 적어도 일부가 구현되거나 또는 수행될 수 있다. 하나 이상의 비-일시적 컴퓨터-판독가능 매체는 예시적으로 소프트웨어, 펌웨어, 하드웨어, 및/또는 그것들의 어떠한 조합일 수 있다. 또한, 본 명세서에서 논의된 "모듈"의 기능은 소프트웨어, 펌웨어, 하드웨어, 및/또는 그것들의 어떠한 조합으로 구현될 수 있다.Depending on the embodiment, some or all of the steps and/or operations run instructions, programs, interactive data structures, clients and/or servers stored in one or more non-transitory computer-readable media. At least some may be implemented or performed using one or more processors. The one or more non-transitory computer-readable media may be illustratively software, firmware, hardware, and/or any combination thereof. Further, the functionality of a “module” discussed herein may be implemented in software, firmware, hardware, and/or any combination thereof.

100: 어댑티브 오토사
110: 통신 매니저부
111: SOME/IP 통신부
113: DDS 통신부
115: 벤더 특화 통신부
115a: 통신부
115b: 서비스 관리부
120: 서비스 검색부
130: 접근 권한 매니저부
140: 서비스 제공 모듈
200: 서비스 소비 모듈
100: Adaptive Autosa
110: communication manager unit
111: SOME/IP communication department
113: DDS communication unit
115: Vendor-specific communication department
115a: communication department
115b: Service Management Department
120: service search unit
130: access authority manager unit
140: service provision module
200: service consumption module

Claims (13)

서비스 제공 모듈의 서비스 정보를 수신하고 상기 서비스 정보를 저장하는 통신 매니저부; 및
상기 서비스 정보를 상기 통신 매니저부에 요청하고, 요청 결과에 따라 상기 서비스 정보를 이용하여 상기 서비스 제공 모듈에 대한 서비스 인터페이스를 획득하고, 획득된 서비스 인터페이스를 기반으로 소스 코드를 생성하는 서비스 검색부;
를 포함하는 벤더 특화 통신 기능을 구비하는 어댑티브 오토사 시스템.
a communication manager unit for receiving service information of the service providing module and storing the service information; and
a service search unit for requesting the service information from the communication manager, obtaining a service interface for the service providing module by using the service information according to a request result, and generating a source code based on the obtained service interface;
Adaptive Autosar system with vendor-specific communication functions, including:
제 1 항에 있어서,
상기 소스 코드를 이용하여 상기 서비스 제공 모듈에 접근 가능하게 하는 응용프로그램을 제작하는 서비스 소비 모듈을 더 포함하는 것을 특징으로 하는 벤더 특화 통신 기능을 구비하는 어댑티브 오토사 시스템.
The method of claim 1,
The adaptive auto company system having a vendor-specific communication function, characterized in that it further comprises a service consumption module for producing an application program that allows access to the service providing module by using the source code.
제 1 항에 있어서,
상기 서비스 정보를 요청한 대상이 기 등록되어 접근 허가된 프로그램인지를 판단하는 접근 권한 매니저부를 더 포함하는 것을 특징으로 하는 벤더 특화 통신 기능을 구비하는 어댑티브 오토사 시스템.
The method of claim 1,
The adaptive auto company system having a vendor-specific communication function, characterized in that it further comprises an access authority manager for determining whether the target for requesting the service information is a previously registered and allowed access program.
제 1 항에 있어서,
상기 통신 매니저부는,
어플리케이션 사이의 통신을 위한 SOME/IP 통신부;
데이터 기반 통신을 위한 DDS 통신부; 및
상기 서비스 제공 모듈에서 제공하는 상기 서비스 정보의 통신을 위한 벤더 특화 통신부;
를 포함하는 것을 특징으로 하는 벤더 특화 통신 기능을 구비하는 어댑티브 오토사 시스템.
The method of claim 1,
The communication manager unit,
SOME/IP communication unit for communication between applications;
DDS communication unit for data-based communication; and
a vendor-specific communication unit for communication of the service information provided by the service providing module;
An adaptive auto company system having a vendor-specific communication function, characterized in that it comprises a.
제 4 항에 있어서,
상기 벤더 특화 통신부는,
상기 서비스 정보를 송수신하는 통신부; 및
상기 서비스 정보를 저장하는 서비스 관리부;
를 포함하는 것을 특징으로 하는 벤더 특화 통신 기능을 구비하는 어댑티브 오토사 시스템.
5. The method of claim 4,
The vendor-specific communication unit,
a communication unit for transmitting and receiving the service information; and
a service management unit for storing the service information;
An adaptive auto company system having a vendor-specific communication function, characterized in that it comprises a.
제 1 항에 있어서,
상기 서비스 정보는,
서비스 버전 정보와 서비스 인터페이스 정보를 포함하는 것을 특징으로 하는 벤더 특화 통신 기능을 구비하는 어댑티브 오토사 시스템.
The method of claim 1,
The service information is
An adaptive auto company system having a vendor-specific communication function, characterized in that it includes service version information and service interface information.
제 5 항에 있어서,
상기 서비스 관리부는,
SOME/IP 통신과, DDS 통신을 위한 정보를 저장하는 것을 특징으로 하는 벤더 특화 통신 기능을 구비하는 어댑티브 오토사 시스템.
6. The method of claim 5,
The service management unit,
Adaptive Autosar system with vendor-specific communication function, characterized in that it stores information for SOME/IP communication and DDS communication.
제 7 항에 있어서,
상기 서비스 검색부는 상기 서비스 관리부에 저장된 모든 서비스에 대한 정보를 요청 가능한 것을 특징으로 하는 벤더 특화 통신 기능을 구비하는 어댑티브 오토사 시스템.
8. The method of claim 7,
The adaptive autosar system having a vendor-specific communication function, characterized in that the service search unit can request information on all services stored in the service management unit.
제 7 항에 있어서,
상기 서비스 검색부는 상기 SOME/IP 통신과 상기 DDS 통신을 위한 소스 코드를 생성하는 것을 특징으로 하는 벤더 특화 통신 기능을 구비하는 어댑티브 오토사 시스템.
8. The method of claim 7,
and the service search unit generates source codes for the SOME/IP communication and the DDS communication.
서비스 검색부가 서비스 관리부에 서비스 정보를 요청하는 서비스 정보 요청 단계; 및
상기 서비스 검색부가 요청 결과에 따라 상기 서비스 정보를 수신하는 경우, 상기 서비스 정보의 서비스 인터페이스를 기반으로 소스 코드를 생성하는 소스 코드 생성 단계;
를 포함하는 벤더 특화 통신 기능을 구비하는 어댑티브 오토사 시스템의 소스 코드 생성 방법.
a service information request step in which the service search unit requests service information from the service management unit; and
a source code generation step of generating a source code based on a service interface of the service information when the service search unit receives the service information according to a request result;
Source code generation method of the adaptive auto company system having a vendor-specific communication function comprising a.
제 10 항에 있어서,
서비스 제공 모듈이 벤더 특화 통신부에 서비스 등록을 요청하는 서비스 등록 요청 단계; 및
상기 벤더 특화 통신부가 상기 서비스 제공 모듈의 서비스 정보를 상기 서비스 관리부에 등록하는 서비스 등록 단계;
를 더 포함하는 것을 특징으로 하는 벤더 특화 통신 기능을 구비하는 어댑티브 오토사 시스템의 소스 코드 생성 방법.
11. The method of claim 10,
a service registration request step in which the service providing module requests service registration to the vendor-specific communication unit; and
a service registration step of registering, by the vendor-specific communication unit, service information of the service providing module to the service management unit;
Source code generation method of the adaptive auto company system having a vendor-specific communication function, characterized in that it further comprises.
제 10 항에 있어서,
접근 권한 매니저부가 상기 서비스 정보를 요청한 요청 대상이 기 등록되어 접근 허가된 프로그램인지를 판단하는 접근 권한 확인 단계를 더 포함하는 것을 특징으로 하는 어댑티브 오토사 시스템의 소스 코드 생성 방법.
11. The method of claim 10,
The method of generating the source code of the adaptive Autossa system, characterized in that the method further comprises the step of checking, by the access authority manager, whether the request target requesting the service information is a program that has been previously registered and has been granted access.
제 10 항에 있어서,
서비스 소비 모듈이 상기 소스 코드를 이용하여 상기 서비스 제공 모듈에 접근 가능한 응용프로그램을 개발하는 응용프로그램 개발 단계를 더 포함하는 것을 특징으로 하는 어댑티브 오토사 시스템의 소스 코드 생성 방법.
11. The method of claim 10,
The method for generating the source code of the adaptive auto company system, characterized in that it further comprises the step of developing an application program in which the service consumption module uses the source code to develop an application program that can access the service providing module.
KR1020190178681A 2019-12-30 2019-12-30 Adaptive autosar system with vendor-specific communication function and source code generation method thereof KR20210085551A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020190178681A KR20210085551A (en) 2019-12-30 2019-12-30 Adaptive autosar system with vendor-specific communication function and source code generation method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020190178681A KR20210085551A (en) 2019-12-30 2019-12-30 Adaptive autosar system with vendor-specific communication function and source code generation method thereof

Publications (1)

Publication Number Publication Date
KR20210085551A true KR20210085551A (en) 2021-07-08

Family

ID=76893778

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020190178681A KR20210085551A (en) 2019-12-30 2019-12-30 Adaptive autosar system with vendor-specific communication function and source code generation method thereof

Country Status (1)

Country Link
KR (1) KR20210085551A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114500625A (en) * 2022-01-26 2022-05-13 奥特酷智能科技(南京)有限公司 Structure for realizing RPC service by utilizing DDS network middleware in CP AutoSAR

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101541792B1 (en) 2013-08-19 2015-08-04 인포뱅크 주식회사 Server apparatus and method for providing service related to autosar

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101541792B1 (en) 2013-08-19 2015-08-04 인포뱅크 주식회사 Server apparatus and method for providing service related to autosar

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114500625A (en) * 2022-01-26 2022-05-13 奥特酷智能科技(南京)有限公司 Structure for realizing RPC service by utilizing DDS network middleware in CP AutoSAR

Similar Documents

Publication Publication Date Title
US11272036B2 (en) API hybrid multi-tenant routing method and system, and API gateway
WO2017097123A1 (en) Access request conversion method and device
WO2020050943A4 (en) Methods for requesting and authenticating photographic image data
US9923906B2 (en) System, method and computer program product for access authentication
US9426142B2 (en) Systems and methods for logging into an application on a second domain from a first domain in a multi-tenant database system environment
US20100218237A1 (en) Systems and methods for managing third-party application programming interface in a collaboration space
US10091179B2 (en) User authentication framework
US10116642B2 (en) Identity management over multiple identity providers
CN112788031B (en) Micro-service interface authentication system, method and device based on Envoy architecture
US9686264B2 (en) Service providing apparatus, storage medium and service providing method
US20140090027A1 (en) Authorization server system, control method thereof, and storage medium
US11405403B2 (en) Method and device, and server and terminal for processing network resource access
US7882131B2 (en) Web service providing apparatus, web service requesting apparatus, and method of the same
CN110489957B (en) Management method of access request and computer storage medium
KR20210085551A (en) Adaptive autosar system with vendor-specific communication function and source code generation method thereof
US20230403254A1 (en) Decentralized identifier determination by a registry operator or registrar
US11880774B2 (en) Communication generation in complex computing networks
JP2009169490A (en) User attribute information management program, user attribute information confirmation program, user attribute information management device, user attribute information confirmation device, and user attribute information management system
US9225682B2 (en) System and method for a facet security framework
CN107018140B (en) Authority control method and system
US20120047207A1 (en) Online Location Sharing Through an Internet Service Search Engine
CN113422796A (en) Information processing method and device and storage medium
CN107517177B (en) Interface authorization method and device
CN115348462B (en) Method, device, equipment, storage medium and communication system for configuring special effect data
US20230015246A1 (en) Method and system for facilitating identity and access management in a cloud environment

Legal Events

Date Code Title Description
E90F Notification of reason for final refusal
E601 Decision to refuse application