A Study on Automatic Generation Method of DDS Communication Class to Improve the Efficiency of Development of DDS-based Application Software

DDS 기반 응용 SW 개발의 효율성 향상을 위한 DDS 통신 클래스 자동생성 방법 연구

  • Published : 2017.05.31

Abstract

DDS (Data Distribution Serivce) communication middleware is spreading to various private sector as well as the defense sector because it can obtain a very high application effect in a complex system environment in which a plurality of data producers and data consumers are connected by a network. However, application development using DDS middleware is an inefficient structure with a lot of repetitive codes because most users perform 1: 1 mapping with the message they want to exchange. Accordingly, the user has to perform unnecessary repetitive tasks as the topic increases. Therefore, a development support tool that identifies a series of processes required for using DDS middleware and automatically generates the classes that are repeated by Topic is required. In this paper, we propose a method for DDS communication by automatically generating a common class for efficient use of DDS middleware.

DDS(Data Distribution Service) 통신 미들웨어는 다수의 데이터 생성자와 데이터 소비자가 네트워크로 연결된 복잡한 시스템 환경에서 매우 높은 적용 효과를 얻을 수 있기 때문에 국방부문 뿐만 아니라 다양한 민간부문으로 사용이 확산되고 있는 추세이다. 그러나 DDS 미들웨어를 이용한 응용프로그램 개발은 대부분이 사용자가 교환하고 싶은 메시지(Topic)와 1:1 매핑을 하기 때문에 반복적인 코드가 많은 비효율적인 구조이다. 이에 따라 사용자는 Topic이 증가하는 만큼 불필요한 반복 작업을 수행해야 하는 단점을 가지고 있다. 따라서, DDS 미들웨어 사용에 필요한 일련의 과정을 식별하여 Topic에 의해 반복되는 코드들을 클래스로 자동으로 생성해주는 개발 지원도구가 필요하다. 본 연구에서는 DDS 미들웨어의 효율적인 사용을 위해 공통 클래스를 자동 생성하여 DDS 통신할 수 있는 기법에 대해 제안한다.

Keywords