KR100276080B1 - A translation method from process in sdl-92 to task in chill-96 - Google Patents

A translation method from process in sdl-92 to task in chill-96 Download PDF

Info

Publication number
KR100276080B1
KR100276080B1 KR1019970062778A KR19970062778A KR100276080B1 KR 100276080 B1 KR100276080 B1 KR 100276080B1 KR 1019970062778 A KR1019970062778 A KR 1019970062778A KR 19970062778 A KR19970062778 A KR 19970062778A KR 100276080 B1 KR100276080 B1 KR 100276080B1
Authority
KR
South Korea
Prior art keywords
current
signal
task
converting
sdl
Prior art date
Application number
KR1019970062778A
Other languages
Korean (ko)
Other versions
KR19990042075A (en
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 KR1019970062778A priority Critical patent/KR100276080B1/en
Publication of KR19990042075A publication Critical patent/KR19990042075A/en
Application granted granted Critical
Publication of KR100276080B1 publication Critical patent/KR100276080B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/52Binary to binary

Landscapes

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

Abstract

PURPOSE: A method for converting an SDL-92 process into a chill-96 task is provided to reduce the time for developing a program by automatically converting a state-oriented signal configuration into a signal-oriented state configuration using an SON in an SDL-92 process, and by automatically converting the SON into a method-oriented state configuration of a chill-96 task. CONSTITUTION: A state-oriented signal configuration in an SDL(Specification and Description Language)-92 process is converted into a signal-oriented state configuration using an SON(Signal-Oriented Notation(101)). Therefore, the SDL-92 process converted into the SON is converted into a chill-96 task equipped with a method-oriented state configuration(102).

Description

에스디엘-92 프로세스에서 칠-96 타스크로의 변환방법How to convert from SD-92 process to Chill-96 task

본 발명은 교환기용 소프트웨어의 개발 환경에서 SDL(Specification and Description Language)-92의 문서 표현(PR)을 칠-96의 프로그램으로 자동 변환하는 방법에 관한 것으로서, 특히, SDL-92/PR에서 칠-96의 프로그램 코드를 생성할 때, SDL-92의 프로세스를 칠-96의 타스크(task)로 변환하는 방법에 관한 것이다.The present invention relates to a method for automatically converting a document representation (PR) of SDL (Specification and Description Language) -92 into a program of Chill-96 in the development environment of an exchange software, in particular, in SDL-92 / PR. When generating the program code of 96, it relates to a process of converting a process of SDL-92 into a task of Chill-96.

교환기용 소프트웨어는 TDX(Time Division Exchange)-10과 같은 교환기를 제어하는 소프트웨어로서 독립적으로 수행이 가능한 모듈로 구성되어 있으며, 각 모듈은 하나 이상의 프로세스들로 이루어져 있다. 프로세스들은 신호를 사용하여 동기화 및 통신을 수행한다. SDL은 통신 시스템의 동작을 계층적 구조로 표현하고 시스템을 명확히 나타내기 위해 국제 표준화 기구(ITU-T)의 전신인 국제 전신 전화 자문 위원회(CCITT : International Telegraph and Consultative Committee)에서 표준화한 언어로서, 1992년에 ITU-T에서 객체 지향 개념을 추가한 SDL-92를 권고했다. SDL-92에서 행위의 기술은 프로세스에서 이루어지며, 프로세스간에 신호를 주고받음으로서 동기화 및 통신을 수행한다. 칠은 SDL로 기술된 내용을 구현하기 위해 CCITT에서 권고한 언어로서 1996년에 ITU-T에서 객체 지향의 개념을 수용한 칠-96을 권고했다. 칠-96에서 행위의 기술은 타스크로 이루어지며 타스크에 정의된 메소드(Method)를 호출함으로써 동기화 및 통신을 수행한다.The software for the exchange is software that controls the exchange, such as the Time Division Exchange (TDX-10), and consists of modules that can be run independently. Each module consists of one or more processes. Processes use signals to synchronize and communicate. SDL is a language standardized by the International Telegraph and Consultative Committee (CCITT), the forerunner of the International Organization for Standardization (ITU-T), to express the behavior of telecommunication systems in a hierarchical structure and to clarify the system. In 1992, ITU-T recommended SDL-92 to add object-oriented concepts. In SDL-92, descriptions of actions are made in processes, which synchronize and communicate by sending and receiving signals between processes. Chill recommends Chill-96, which adopted the concept of object-orientation in ITU-T in 1996 as the language recommended by the CCITT to implement the content described in SDL. In Chill-96, a description of an action consists of a task that performs synchronization and communication by invoking the methods defined in the task.

종래의 교환기용 소프트웨어 개발에서는 먼저 SDL로 명세한 후, 그 명세를 보면서 개발자가 직접 칠로 구현하였다. 따라서 SDL-92의 프로세스를 같은 의미의 칠-96의 타스크로 변환하는 것이 개발자에 의해 임의적으로 수행되어 시스템의 설계와 구현이 일관적으로 이루어질 수 없으며, 따라서, 대규모의 개발 인원이 참가하고 시스템의 유지 보수에 많은 비용이 투자되는 교환기용 소프트웨어의 개발에서는 일관성의 유지 문제와 설계 문서와 구현 프로그램의 불일치 문제가 발생한다.In the conventional software development for the exchange, the specification is first specified in SDL, and then the developer implements the painting directly while viewing the specification. Thus, translating the process of SDL-92 into tasks with the same meaning of Chill-96 can be done arbitrarily by the developers, so that the design and implementation of the system cannot be made consistently. The development of software for exchanges, which is expensive to maintain, leads to problems of maintaining consistency and inconsistencies between design documentation and implementation programs.

상기 문제점을 해결하기 위해 본 발명은, SDL-92의 프로세스에서 상태(State) 중심의 신호 구성을 SON을 이용하여 신호 중심의 상태 구성으로 변환하고, SON(Signal-Oriented Notation)을 칠-96 타스크의 메소드 중심의 상태 구조로 변환하는 SDL-92 프로세스에서 칠-96 타스크로의 자동 변환방법을 제공하여, 설계와 구현 문서간의 일관성을 유지하고, 자동 변환으로 인한 프로그래머의 업무 수행 능력을 향상하는데 그 목적이 있다.In order to solve the above problem, the present invention, in the process of the SDL-92, converts the state-oriented signal configuration to the signal-oriented state configuration using SON, and applies a signal-oriented notation (SON). It provides an automatic conversion method from the SDL-92 process to the Chill-96 task that converts the method-driven state structure of the C-96 task to maintain consistency between the design and implementation documents, and improves the programmer's ability to perform the work due to the automatic conversion. There is a purpose.

도 1은 본 발명에 따른 하드웨어 구성도,1 is a hardware block diagram according to the present invention,

도 2는 본 발명에 따른 SDL-92 프로세스에서 칠-96 타스크로 변환하기 위한 처리 흐름도,2 is a process flow diagram for converting a SDL-92 process into a Chill-96 task in accordance with the present invention;

도 3은 도 2의 SDL-92 프로세스의 SON 변환 흐름도,3 is a SON conversion flowchart of the SDL-92 process of FIG. 2;

도 4는 도 2의 SON으로 변환된 SDL-92 프로세스에서 칠-96 타스크로 변환하기 위한 처리 흐름도.4 is a process flow diagram for converting a SDL-92 process to a SON-96 task in the SON of FIG. 2;

〈도면의 주요 부분에 대한 부호의 설명〉<Explanation of symbols for main parts of drawing>

10 : 메인 메모리 보드 20 : 중앙 처리 보드10: main memory board 20: central processing board

30 : 보조 기억장치 40 : 입/출력 장치30: auxiliary memory 40: input / output device

50 : 유닉스 운영체제 60 : 시스템 버스50: Unix OS 60: System Bus

본 발명은 교환기용 소프트웨어의 개발 환경에서 SDL(Specification and Description Language)-92의 문서 표현(PR)을 칠-96의 프로그램으로 자동 변환하기 위해, 칠-96의 프로그램 코드를 생성할 때, SDL-92 프로세스에서 칠-96 타스크로의 변환방법에 관한 것으로서, SDL-92 프로세스의 상태(State) 중심의 신호 구성을 신호 중심의 상태 구성으로 변환하기 위해, 수신 신호를 분류하는 제 1 과정과, 분류된 수신 신호들을 중심으로 상태들을 재구성하여 SON(Signal-Oriented Notation)으로 재정리하는 제 2 과정과, SON으로 재구성된 신호들을 메소드(Method)로 변환하여 프로세스를 타스크로 변환하는 제 3 과정을 포함한다.The present invention provides the SDL- 96 when generating program code of Chill-96 in order to automatically convert a document representation (PR) of SDL (Specification and Description Language) -92 into a Chill-96 program in a development environment of an exchange software. A method of converting a state-based signal configuration of an SDL-92 process into a signal-oriented state configuration, comprising: a first process of classifying a received signal; Reconstructing the states based on the received signals and rearranging the signals into signal-oriented notations (SONs); and converting the signals reconstructed into SONs into methods and converting the processes into tasks. .

이하, 첨부된 도면을 참조하여 본 발명을 상세히 설명한다.Hereinafter, with reference to the accompanying drawings will be described in detail the present invention.

도 1 은 본 발명에 따른 하드웨어 구성도 이다.1 is a hardware configuration according to the present invention.

메인 메모리(10)는 SDL-92 프로세스를 칠-96 타스크로 변환하는 프로그램이 탑재되는 보드이고, 중앙 처리 보드(20)는 메인 메모리에 탑재된 파일을 수행시키는 보드이다. 그리고, 보조 기억 장치(30)는 파일 및 데이터 등을 저장하는 장치로 메인 메모리에 탑재되지 않는 파일과 도구들이 저장된다. 입/출력 장치(40)는 변환이 수행되는 동안 오류, 중간 및 최종 결과들에 대한 메시지를 입/출력하는 장치이다. 유닉스 운영체제(50)는 상기 보드 및 장치를 제어하고, 각 보드 및 장치간에 상호 주고 받는 메시지나 정보들은 시스템 버스(60)를 통해 이루어진다.The main memory 10 is a board on which a program for converting an SDL-92 process into a seventy-96 task is mounted, and the central processing board 20 is a board for executing a file mounted in the main memory. The auxiliary memory device 30 is a device for storing files and data, and stores files and tools that are not mounted in the main memory. Input / output device 40 is a device that inputs / outputs messages about errors, intermediate and final results while conversion is performed. The Unix operating system 50 controls the board and the device, and messages and information exchanged between each board and the device are made through the system bus 60.

도 2는 본 발명에 따른 SDL-92 프로세스에서 칠-96 타스크로 변환하기 위한 처리 흐름도이다.2 is a process flow diagram for converting a SDL-92 process into a Chill-96 task in accordance with the present invention.

먼저, SDL-92 프로세스에서 상태 중심의 신호 구성을 신호 중심의 상태 구성인 SON으로 변환하고(101), 최종적으로 SON으로 변환된 SDL-92 프로세스를 메소드 중심의 상태 구성을 가지는 칠-96의 타스크로 변환한다(102).First, in the SDL-92 process, the state-based signal configuration is converted to the signal-oriented state configuration SON (101), and the SDL-92 process, which is finally converted to SON, is a task of Chill-96 having a method-driven state configuration. (102).

도 3 은 도 2 의 SDL-92 프로세스의 SON 변환 흐름도이다.3 is a SON conversion flow diagram of the SDL-92 process of FIG.

먼저, 현 프로세스의 상태 중에서 처리하지 않은 상태 하나를 현재 상태로 선택한다(201). 그리고, 현재 상태 내의 수신 신호들 중에서 처리하지 않은 신호들 중의 하나를 현재 신호로 선택하고(202), 선택된 신호가 현재 프로세스에 등록된 신호인가를 검사하여(203), 현재 프로세스에 이미 등록된 신호인 경우에는 등록된 신호 밑에 현재 상태를 등록하고(204), 현재 프로세스에 이미 등록된 신호가 아닌 경우에는 선택된 신호를 등록한(205) 후, 등록된 신호 밑에 현재 상태를 등록하며(204), 등록된 상태 밑에 현재 신호에 의한 변이(Transition)에 해당하는 실행 블록인 타스크들을 등록한다(206).First, in operation 201, an unprocessed state is selected among the states of the current process. Then, one of the unprocessed signals among the received signals in the current state is selected as the current signal (202), and it is checked whether the selected signal is a signal registered in the current process (203), and the signal already registered in the current process. If the current state is registered under the registered signal (204), if the signal is not already registered in the current process registers the selected signal (205), then registers the current state under the registered signal (204), registration Tasks that are execution blocks corresponding to the transition by the current signal are registered under the changed state (206).

다음으로, 현재 상태에서 수신되는 모든 시그널들의 처리 여부를 검사하고(207), 만일 처리하지 않은 수신 신호가 있다면 현재 신호를 선택하도록 복귀하며, 모든 수신 신호들을 처리하였다면 현 프로세스의 모든 상태들의 처리 여부를 판단하여(208), 만일 처리하지 않은 상태가 있다면 현재 상태를 선택하도록 복귀하고, 모든 상태들을 다 처리하였다면 종료한다.Next, it is checked whether all signals received in the current state have been processed (207), and if there is an unprocessed received signal, it returns to select the current signal, and if all received signals have been processed, whether all the states of the current process have been processed. Determining (208), if there is an unprocessed state, it returns to select the current state and terminates if all the states have been processed.

도 4 는 도 2 의 SON으로 변환된 SDL-92 프로세스에서 칠-96 타스크로 변환하기 위한 처리 흐름도이다.FIG. 4 is a process flow for converting a SDL-92 process into a Chill-96 task in the SON of FIG. 2.

먼저, 현 프로세스의 이름을 타스크의 이름으로 변환하고(301), 현 프로세스 내의 모든 상태들을 SET으로 선언한(302) 후, 프로세스의 초기화 부분 존재 여부를 검사하고(303), 초기화 부분이 존재하지 않으면 현 프로세스의 처리하지 않은 신호들 중 하나를 현재 신호로 선택하고(304), 초기화 부분이 존재하면 해당 부분을 타스크의 InitMethod에 추가(305)한 후, 현 프로세스의 처리하지 않은 신호들 중 하나를 현재 신호로 선택한다(304). 그 다음으로, 선택된 현재 시그널을 타스크의 메소드(method) 이름으로 변환(306)하고, 현재 신호가 메시지를 포함하고 있는 가를 검사(307)하여, 현재 신호가 메시지를 포함하고 있지 않은 경우에는 현재 신호가 변환된 타스크의 SPEC에 변환된 메소드를 추가(308)하고, 현재 신호가 메시지를 포함하고 있는 경우에는 해당 메시지를 해당 메소드의 인수(Parameter)로 변경(309)한 후, 현재 신호가 변환된 타스크의 SPEC에 변환된 메소드를 추가(308)한다. 그리고, 타스크의 BODY에 현재 신호에 등록된 상태와 실행 블록인 타스크들을 if문으로 등록한다(310).First, convert the name of the current process to the name of the task (301), declare all the states in the current process as SET (302), then check the existence of the initialization part of the process (303), and the initialization part does not exist. If not, one of the unprocessed signals of the current process is selected as the current signal (304), if there is an initialization portion added to the InitMethod of the task (305), then one of the unprocessed signals of the current process Is selected as the current signal (304). Next, convert the selected current signal to the task's method name (306), check if the current signal contains a message (307), and if the current signal does not contain a message, then the current signal. Adds the converted method to the SPEC of the converted task (308), and if the current signal contains a message, changes the message to an argument of the method (309), and then converts the current signal to Add the converted method to the SPEC of the task (308). In operation 310, tasks registered as a current signal and tasks, which are execution blocks, are registered in the BODY of the task as an if statement.

상기 단계들을 수행한 후, 현 프로세스의 모든 수신 신호에 대한 처리 여부를 검사(311)하여, 만일 모든 처리가 이루어지지 않았다면 현재 신호를 선택하도록 복귀하고, 모든 처리가 이루어졌다면 종료한다.After performing the above steps, it is checked if all the received signals of the current process have been processed (311), and if all the processing has not been done, the process returns to selecting the current signal, and if all the processing has been done, it ends.

상기와 같이 본 발명에 따른 SDL-92프로세스에서 칠-96 타스크로의 변환방법은, SDL-92로 명세된 소프트웨어를 구현 프로그램으로 개발시 프로세스와 타스크의 변환에서 오류의 발생을 줄여 프로그램의 개발시간을 단축시키고, 개발환경의 변화로 인한 설계문서와 구현 프로그램간의 불일치성을 제거할 수 있는 효과가 있다.As described above, the method of converting the SDL-92 process to the Chill-96 task according to the present invention reduces the occurrence of errors in the process and task conversion when developing the software specified in SDL-92 as an implementation program. It is possible to reduce the inconsistency between the design document and the implementation program due to the change of development environment.

상기에서 설명한 본 발명은 본 발명이 속하는 기술분야에서 통상의 지식을 가진자에게 있어 본 발명의 기술적 사상을 벗어나지 않는 범위내에서 여러 가지 치환, 변환 및 변경이 가능하므로, 전술한 실시예 및 도면에 한정되는 것이 아니다.As described above, the present invention can be variously substituted, changed, and changed without departing from the technical spirit of the present invention by those skilled in the art to which the present invention pertains. It is not limited.

본 발명은 SDL-92의 프로세스에서 상태(State) 중심의 신호 구성을 SON을 이용하여 신호 중심의 상태 구성으로 변환하고, SON을 칠-96 타스크의 메소드 중심의 상태 구조로 변환하는 SDL-92 프로세스에서 칠-96 타스크로의 자동 변환방법을 제공함으로써, SDL-92로 명세된 소프트웨어를 구현 프로그램으로 개발시 프로세스와 타스크의 변환에서 오류의 발생을 줄여 프로그램의 개발 시간을 단축시키고, 개발 환경의 변화로 인한 설계 문서와 구현 프로그램을 일치시킬 수 있는 효과가 있다.In the present invention, the SDL-92 process converts a state-based signal configuration to a signal-driven state configuration using a SON, and converts the SON into a method-driven state structure of a Chill-96 task. To reduce the occurrence of errors in process and task conversion during development of the software specified by SDL-92 as an implementation program, and to shorten the development time of the program and to change the development environment. This has the effect of matching the design documentation with the implementation program.

Claims (3)

유닉스 운영체제 환경의 컴퓨터에 적용된 교환기 소프트웨어의 개발에서 SDL-92의 프로세스를 칠(CHILL)-96 타스크로 변환하는 방법에 있어서,In the development of switch software applied to a computer in a Unix operating system environment, the method of converting the process of SDL-92 into a CHILL-96 task, SDL-92 프로세스에서 상태 중심의 신호 구성을 신호 중심의 상태 구성(SON)으로 변환하는 제 1 과정과;A first step of converting the state-based signal configuration into a signal-oriented state configuration (SON) in the SDL-92 process; 상기 제 1 과정에서 SON으로 변환된 SDL-92 프로세스를 메소드 중심의 상태 구성을 가지는 칠-96의 타스크로 변환하는 제 2 과정을 포함하는 것을 특징으로 하는 에스디엘-92 프로세스에서 칠-96 타스크로의 변환방법.A second process of converting the SDL-92 process converted into SON in the first process into a task of the chill-96 having a method-driven state configuration from the DL-92 process to the chill-96 task. How to convert. 제 1 항에 있어서,The method of claim 1, 상기 제 1 과정은, 현 프로세스의 상태들 중에서 처리하지 않은 상태를 현재 상태로 선택하는 제 1 단계와;The first process includes: a first step of selecting an unprocessed state as a current state among the states of the current process; 상기 제 1 단계에서 선택한 현재 상태 내의 수신 신호 중 처리하지 않은 신호를 현재 신호로 선택하는 제 2 단계와;A second step of selecting an unprocessed signal among the received signals in the current state selected in the first step as a current signal; 상기 제 2 단계에서 선택한 현재 신호가 등록된 신호인가의 여부를 판단하는 제 3 단계와;A third step of determining whether the current signal selected in the second step is a registered signal; 상기 제 3 단계에서 등록된 신호로 판단된 경우 등록된 신호 밑에 현재 상태를 등록하는 제 4 단계와;A fourth step of registering a current state under the registered signal when it is determined that the signal is registered in the third step; 상기 제 3 단계에서 등록되지 않은 신호로 판단된 경우 현재 신호를 등록하고, 상기 제 4 단계로 가는 제 5 단계와;A fifth step of registering a current signal when it is determined that the signal is not registered in the third step and going to the fourth step; 상기 제 4 단계에서 등록된 현재 상태 밑에 타스크들을 등록하는 제 6 단계와;A sixth step of registering tasks under the current state registered in the fourth step; 상기 단계들을 처리한 후, 현재 상태 내의 모든 신호를 처리하였는가의 여부를 판단하여 처리하지 않은 경우에는 상기 제 2 단계로 귀환하고, 모든 신호를 처리한 경우에는 다음 단계로 가는 제 7 단계와;After processing the above steps, it is determined whether all signals in the current state have been processed and returned to the second step if not processed, and a seventh step going to the next step when all signals have been processed; 상기 제 7 단계에서 모든 수신 신호를 처리하였다면 현 프로세스 내의 모든 상태들을 처리하였는가의 여부를 판단하여, 모두 처리하지 않은 경우에는 상기 제 1 단계로 귀환하고, 모두 처리한 경우에는 종료하는 제 8 단계를 포함하는 것을 특징으로 하는 에스디엘-92 프로세스에서 칠-96 타스크로의 변환방법.If all the received signals have been processed in the seventh step, it is determined whether all the states in the current process have been processed, and if not all, the process returns to the first step, and if all of them have been processed, the eighth step of ending A method of converting a SL-92 process to a seven-96 task, comprising: a task. 제 1 항에 있어서,The method of claim 1, 상기 제 2 과정은, 현 프로세스의 이름을 타스크의 이름으로 변환하는 제 1 단계와;The second process includes a first step of converting a name of a current process into a name of a task; 상기 제 1 단계에서 변환된 현 프로세스 내의 모든 상태들을 SET으로 선언하는 제 2 단계와;A second step of declaring all the states in the current process converted in the first step to SET; 상기 프로세스에 초기화 부분이 존재하는가의 여부를 판단하는 제 3 단계와;A third step of determining whether an initialization portion exists in the process; 상기 제 3 단계에서 초기화 부분이 존재하지 않는 것으로 판단된 경우 현 프로세스의 처리하지 않은 수신 신호 중의 하나를 선택하여 현재 신호로 하는 제 4 단계와;A fourth step of selecting one of the unprocessed received signals of the current process as the current signal when it is determined that the initialization portion does not exist in the third step; 상기 제 3 단계에서 초기화 부분이 존재하는 것으로 판단된 경우 초기화 부분을 타스크의 InitMethod에 이를 추가하고, 상기 제 4 단계로 가는 제 5 단계와;A fifth step of adding the initialization part to the InitMethod of the task if it is determined that the initialization part exists in the third step, and going to the fourth step; 상기 제 4 단계에서 선택된 현재 신호의 이름을 메소드 이름으로 변환하는 제 6 단계와;A sixth step of converting the name of the current signal selected in the fourth step into a method name; 상기 제 6 단계에서 변환된 현재 신호가 메시지를 포함하는가의 여부를 판단하는 제 7 단계와;A seventh step of determining whether the current signal converted in the sixth step includes a message; 상기 제 7 단계에서 현재 신호가 메시지를 포함하지 않는 것으로 판단된 경우 현재 신호가 변환된 메소드를 타스크 SPEC에 추가하는 제 8 단계와;An eighth step of adding, to the task SPEC, a method in which the current signal is converted, if it is determined that the current signal does not include a message in the seventh step; 상기 제 7 단계에서 현재 신호가 메시지를 포함하는 것으로 판단된 경우 현재 신호의 메시지를 메소드의 인자로 변환하고 상기 제 8 단계로 가는 제 9 단계와;A ninth step of converting the message of the current signal into a method argument and going to the eighth step if it is determined that the current signal includes the message in the seventh step; 타스크의 BODY에 현재 신호에 등록된 타스크들을 IF문으로 등록하는 제 10 단계와;A tenth step of registering the tasks registered in the BODY of the task with an IF statement; 상기 단계들을 처리한 후, 현 프로세스의 모든 수신 신호에 대한 처리가 이루어졌는가의 여부를 판단하여 모두 처리된 경우에는 상기 제 4 단계로 귀환하고, 모두 처리되지 않은 경우에는 종료하는 제 11 단계를 포함하는 것을 특징으로 하는 에스디엘-92 프로세스에서 칠-96 타스크로의 변환방법.After processing the steps, it is determined whether all the received signals of the current process have been processed, and if all have been processed, returns to the fourth step, and if not all, includes an eleventh step of terminating. A method of converting a SL-92 process into a seven-96 task, characterized in that.
KR1019970062778A 1997-11-25 1997-11-25 A translation method from process in sdl-92 to task in chill-96 KR100276080B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019970062778A KR100276080B1 (en) 1997-11-25 1997-11-25 A translation method from process in sdl-92 to task in chill-96

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019970062778A KR100276080B1 (en) 1997-11-25 1997-11-25 A translation method from process in sdl-92 to task in chill-96

Publications (2)

Publication Number Publication Date
KR19990042075A KR19990042075A (en) 1999-06-15
KR100276080B1 true KR100276080B1 (en) 2000-12-15

Family

ID=19525567

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019970062778A KR100276080B1 (en) 1997-11-25 1997-11-25 A translation method from process in sdl-92 to task in chill-96

Country Status (1)

Country Link
KR (1) KR100276080B1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI258073B (en) * 2004-11-05 2006-07-11 Inst Information Industry System and method for automated test-case generation

Also Published As

Publication number Publication date
KR19990042075A (en) 1999-06-15

Similar Documents

Publication Publication Date Title
US6085203A (en) Method for converting data formats which differ from one another
JP2000504868A (en) Management interworking unit and method of forming such a unit
CN111176791A (en) Cross-virtual machine calling method based on multi-virtual machine blockchain platform
CN111611441B (en) Heterogeneous data processing method and device and computer equipment
CN114510452A (en) SOC (System on chip) integration method and device and electronic equipment
WO2024164559A1 (en) System upgrading method and apparatus, and device and storage medium
KR100276080B1 (en) A translation method from process in sdl-92 to task in chill-96
CN111752916B (en) Data acquisition method and device, computer readable storage medium and electronic equipment
US20100161836A1 (en) Method port arrangement and configuration method thereof for robot software component
Turner Exploiting the m4 macro language
CN113312031A (en) Naming service interface of software communication system structure
KR100367090B1 (en) Method of split of transition caused by signal reception in SDL
KR100258085B1 (en) A translation method of communication with signal in sdl-92 to communication with method call in chill-96
KR100438897B1 (en) An implementation method of distributed SDL object using CORBA
KR100304359B1 (en) Decomposition method of procedure with signal reception in sol
Serain Client/server: Why? What? How?
GB2328764A (en) Passing programming constructs across a foreign interface
KR20040057037A (en) SDL/C language transforming system and method, and its program stored recording medium
JP2000267844A (en) Software development system
KR100194799B1 (en) How to apply consistent conversion rules for converting an object-oriented fill program into a structured fill program
JPH10334060A (en) Arithmetic processor, parallel dispersion processing system, and data transmission method
KR100198469B1 (en) Chill code generation method for concurrent execution of the task mode in chill 96
CN118259957A (en) AUTOSAR configuration tool based on WEB architecture plug-in
CN115269707A (en) Python Flink-based Pulsar connector implementation method and system
CN114995915A (en) Template configuration method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
A201 Request for examination
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20040831

Year of fee payment: 5

LAPS Lapse due to unpaid annual fee