JPH0786851B2 - Syntax converter - Google Patents

Syntax converter

Info

Publication number
JPH0786851B2
JPH0786851B2 JP1119530A JP11953089A JPH0786851B2 JP H0786851 B2 JPH0786851 B2 JP H0786851B2 JP 1119530 A JP1119530 A JP 1119530A JP 11953089 A JP11953089 A JP 11953089A JP H0786851 B2 JPH0786851 B2 JP H0786851B2
Authority
JP
Japan
Prior art keywords
processing means
presentation
data
syntax
layer
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP1119530A
Other languages
Japanese (ja)
Other versions
JPH02299047A (en
Inventor
章博 姉崎
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP1119530A priority Critical patent/JPH0786851B2/en
Publication of JPH02299047A publication Critical patent/JPH02299047A/en
Priority to US07/869,837 priority patent/US5263137A/en
Publication of JPH0786851B2 publication Critical patent/JPH0786851B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)
  • Communication Control (AREA)

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、ISOプレゼンテーション層の構文変換装置に
利用する。特に、ISO(International Organization fo
r Standardization)8825「プレゼンテーションサービ
ス定義」、ISO8823「プレゼンテーションプロトコル仕
様」で規定されているOSI(Open Systems Interconnect
ion)プレゼンテーション層の抽象構文と転送構文との
間の変換を行う構文変換装置における符号化データを復
号化する処理およびISO8825「ASN.1(Abstract Syntax
Notation One)基本符号化規則」で符号化されたデータ
列の分解方式に関するものである。
DETAILED DESCRIPTION OF THE INVENTION [Industrial field of application] The present invention is used for an ISO presentation layer syntax conversion device. In particular, ISO (International Organization fo
r Standardization) 8825 “Presentation Service Definition”, ISO8823 “Presentation Protocol Specification” OSI (Open Systems Interconnect)
processing for decoding encoded data in a syntax conversion device that performs conversion between the abstract syntax of the presentation layer and the transfer syntax, and ISO8825 “ASN.1 (Abstract Syntax)
Notation One) A basic encoding rule ”relates to a decomposition method of a data string encoded.

〔概要〕〔Overview〕

本発明はOSIプレゼンテーション層の構文変換装置にお
いて、 転送構文の符号化データ列は復号処理を行い分解処理は
その抽象構文を規定している各プロトコル仕様単位で行
って上位層に与え上位層でその後の分解処理を行うこと
により、 分解したデータを形式を決めて構造体でやり取りする必
要がなく、インタフェースの簡素化が図れるようにした
ものである。
The present invention is a syntax conversion device for an OSI presentation layer, in which a coded data string of a transfer syntax is subjected to decoding processing, and decomposition processing is performed for each protocol specification unit that defines the abstract syntax and given to the upper layer By disassembling the data, it is not necessary to determine the format of the decomposed data and exchange it in the structure, and the interface can be simplified.

〔従来の技術〕[Conventional technology]

第8図は従来例の構文変換装置のPDU分解処理の説明図
である。第9図は従来例の構文変換装置のPDU分解処理
の不都合点を示す図である。
FIG. 8 is an explanatory diagram of a PDU decomposition process of the conventional syntax conversion device. FIG. 9 is a diagram showing inconveniences of the PDU disassembly processing of the conventional syntax conversion device.

従来、構文変換装置において、プレゼンテーション層で
符号化されたデータ列を分解する場合に、第8図に示す
ように、ASN.1符号化規則で定めるところのContentsオ
クテットを一律に取出す方式を取って、プレゼンテーシ
ョン層ですべての項目を分解して、上位層へ引渡してい
た。
Conventionally, in a syntax conversion device, when a data string encoded in the presentation layer is decomposed, as shown in FIG. 8, a method of uniformly extracting the Contents octet defined by the ASN.1 encoding rule is adopted. , All items were disassembled in the presentation layer and delivered to the upper layer.

〔発明が解決しようとする問題点〕[Problems to be solved by the invention]

しかし、このような従来例の構文変換装置では、第9図
に示すように標準xと標準yで別々に規定されたプレゼ
ンテーションプロトコルデータ単位(以下、PDUとい
う。)を別々に分解しようとすると、後から分解しよう
とする標準yのyPDUの先頭にSETを表す。‘30'Hが欠落
するために、標準yでyPDUを分解することができない。
そのために、標準xと標準yとで別々に規定されている
PDUも一括してプレゼンテーション層で分解しなければ
ならなくなり、応用層の標準が増加するに伴い、プレゼ
ンテーション層ですべて分解するには、管理する抽象構
文(PDUデータ構造の規定)および上位へのインタフェ
ース項目が増大する欠点があった。
However, in such a conventional syntax conversion device, when attempting to decompose presentation protocol data units (hereinafter, referred to as PDU) separately defined by standard x and standard y as shown in FIG. The SET is indicated at the beginning of the standard yPDU that is to be disassembled later. It is not possible to disassemble the yPDU with standard y due to the missing '30'H.
Therefore, standard x and standard y are separately defined.
As the PDU also has to be decomposed collectively in the presentation layer, and as the standards of the application layer increase, in order to decompose all in the presentation layer, the abstract syntax to be managed (definition of PDU data structure) and the interface to the upper layer are managed. There was a drawback that the number of items increased.

本発明は上記の欠点を解決するもので、分解したデータ
を形式を定めて構造体でやり取りする必要がなく、イン
タフェースの簡素化が図れる構文変換装置を提供するこ
とを目的とする。
The present invention solves the above-mentioned drawbacks, and an object of the present invention is to provide a syntax conversion device capable of simplifying the interface without the need to define the format of decomposed data and exchange it in a structure.

〔問題点を解決するための手段〕[Means for solving problems]

本発明は、ISO8825「ASN.1基本符号化規則」に基づいて
符号化された符号化データ例を復号する復号処理手段
と、この復号処理手段の出力を分解する分解処理手段と
を備えたISO8822「プレゼンテーションサービス定義」
およびISO8823「プレゼンテーションプロトコル仕様」
で規定されたOSIのプレゼンテーション層の構文変換装
置において、上記分解処理手段は、上記復号処理手段の
出力をその抽象構文を規定している各プロトコル仕様単
位で分解処理を行い上位層に与える手段を含むことを特
徴とする。
The present invention is provided with a decoding processing means for decoding an example of coded data coded based on ISO8825 “ASN.1 basic coding rules” and a decomposition processing means for decomposing the output of this decoding processing means. "Presentation service definition"
And ISO 8823 "Presentation Protocol Specification"
In the syntax conversion device for the presentation layer of OSI defined by the above, the decomposition processing means is a means for performing the decomposition processing of the output of the decoding processing means in each protocol specification unit that defines the abstract syntax, and giving it to the upper layer. It is characterized by including.

〔作用〕[Action]

復号処理手段はASN.1基本符号規則で符号化された符号
化データの復号化(ビット反転)を行う。分解処理手段
はこの復号処理手段の出力をその抽象構文の各プロトコ
ル仕様単位で分解する。以上の動作により上位層ではこ
の分解処理手段の出力をEXTERNAL型およびANY型はその
分解処理の相当区分をContentsオクテットの直前でなく
そのIdentifierオクテットの直前で分割するので、分解
したデータを形式を定めて構造体でやり取りする必要が
なくインタフェースの簡素化が図れる。
The decoding processing means performs decoding (bit inversion) of the coded data coded according to the ASN.1 basic coding rule. The decomposition processing means decomposes the output of the decoding processing means in units of protocol specifications of the abstract syntax. As a result of the above operation, in the upper layer, the output of this decomposition processing is divided by EXTERNAL type and ANY type so that the corresponding division of the decomposition processing is divided not before the Contents octet but immediately before its Identifier octet. The interface can be simplified because there is no need to exchange in a structure.

〔実施例〕〔Example〕

本発明の実施例について図面を参照して説明する。第1
図は本発明一実施例構文変換装置を含むOSI装置のブロ
ック構成図である。第1図において、構文変換装置60
は、セション層10から入力するISO8825「ASN.1基本符号
化規則」に基づいて符号化された符号化データ例として
PPDU1を復号する復号処理手段23と、この復号処理手段2
3の出力を分解する分解処理手段22とを備える。
Embodiments of the present invention will be described with reference to the drawings. First
FIG. 1 is a block diagram of an OSI device including a syntax conversion device according to an embodiment of the present invention. In FIG. 1, the syntax conversion device 60
Is an example of encoded data that is encoded based on ISO8825 “ASN.1 Basic Encoding Rule” input from the session layer 10.
Decoding processing means 23 for decoding PPDU1 and this decoding processing means 2
And a decomposition processing means (22) for decomposing the output of (3).

ここで本発明の特徴とするところは、分解処理手段22
は、復号処理手段23の出力をその抽象構文を規定してい
る各プロトコル仕様単位で分解処理を行い上位層として
応用層30に与える手段を含むことにある。
Here, the feature of the present invention is that the decomposition processing means 22
Is to include means for decomposing the output of the decoding processing means 23 for each protocol specification unit that defines its abstract syntax and giving it to the application layer 30 as an upper layer.

応用層30は、ISO8650で規定しているASN.1記述のデータ
構造に従い、ASN.1基本符号化規則で符号化されたオク
テット列を分解し、取出した値からサービス要素として
の処理を実現する。第一応用サービス要素31と、ISO959
6で規定しているASN.1記述のデータ構造に従い、ASN.1
基本符号化規則で符号化されたオクテット列を分解し、
取出した値からサービス要素としての処理を実現する第
二応用サービス要素32と、ISO8824で規定しているEXTER
NAL型のデータ構造に従い、ASN.1基本符号化規則で符号
化されたオクテット列を分解し、内容を上位へ引渡す。
EXTERNALハンドラ33と、ISO8824を用いて規定されたデ
ータ構造に従い、ASN.1基本符号化規則で符号化された
オクテット列を分解する。ASN.1ハンドラ34(特願昭63
−23340)とを含む。
The application layer 30 decomposes the octet string encoded by the ASN.1 basic encoding rule according to the data structure of ASN.1 description defined by ISO8650, and realizes the processing as a service element from the retrieved value. . First application service element 31 and ISO959
ASN.1 according to the data structure of ASN.1 described in 6.
Decompose the octet sequence encoded by the basic encoding rules,
Second application service element 32 that realizes processing as a service element from the retrieved value and EXTER specified by ISO8824
According to the NAL type data structure, the octet string encoded by the ASN.1 basic encoding rule is decomposed and the contents are passed to the upper layer.
According to the data structure defined by EXTERNAL handler 33 and ISO8824, the octet string encoded by the ASN.1 basic encoding rule is decomposed. ASN.1 Handler 34 (Japanese Patent Application Sho 63
-23340) and.

このような構成の構文変換装置の動作について説明す
る。第2図は本発明の構文変換装置の処理を示すフロー
チャートである。第3図は応用層の処理を示すフローチ
ャートである。第4図は本発明の構文変換装置のPPDUか
ら取り出した符号化オクテット列および出力となる符号
化オクテット列を示す図である。第5図は応用層の第一
応用サービス要素の分解対象の符号化オクテット列、そ
のデータ構造の規定および分解結果を示す図である。第
6図は応用層のEXTERNALハンドラの分解対象の符号化オ
クテット列、EXTERNAL型の定義および分解結果を示す図
である。第7図は応用層の第二応用サービス要素の分解
対象の符号化オクテット列、そのデータ構造の規定およ
び分解結果を示す図である。
The operation of the syntax conversion device having such a configuration will be described. FIG. 2 is a flow chart showing the processing of the syntax conversion device of the present invention. FIG. 3 is a flowchart showing the processing of the application layer. FIG. 4 is a diagram showing a coded octet sequence extracted from the PPDU of the syntax conversion device of the present invention and a coded octet sequence as an output. FIG. 5 is a diagram showing a coded octet sequence to be decomposed of the first application service element of the application layer, the definition of the data structure thereof, and the decomposition result. FIG. 6 is a diagram showing the coded octet sequence to be decomposed by the EXTERNAL handler of the application layer, the definition of the EXTERNAL type, and the decomposition result. FIG. 7 is a diagram showing a coded octet string to be decomposed by the second application service element of the application layer, the definition of the data structure thereof, and the decomposition result.

第1図および第2図において、フローチャートの処理の
流れに従って、プレゼンテーション層20がプレゼンテー
ションプロトコルデータ単位(以下、PPDUという。)1
から取出した第4図(a)に示す利用者データに対する
プレゼンテーション層20および応用層30での本実施例に
よる分解処理の様子を詳細に示す。
In FIG. 1 and FIG. 2, the presentation layer 20 has a presentation protocol data unit (hereinafter referred to as PPDU) 1 according to the process flow of the flowchart.
Details of the disassembly processing of the present embodiment for the user data shown in FIG. 4 (a) taken out from the presentation layer 20 and the application layer 30 will be described.

まず、セション層10からPPDU1を受取ったプレゼンテー
ション層20は、PPDU1をプレゼンテーションプロトコル
制御情報(以下、PPCIという。)とプレゼンテーション
サービスデータ単位(以下、PSDUという。)に分解し、
第4図(a)に示すような利用者データを取出す。その
利用者データをPPCI中の情報で示される転送構文(この
例では、ASN.1基本符号化規則で符号化されたデータ列
をビット反転したものとする。なお、プレゼンテーショ
ン層20の機能として転送構文形式のデータ値を抽象構文
形式のデータ値に変換する処理がある。)に従って、復
号化処理(ビット反転)を行う(ステップS11)。
First, the presentation layer 20 that has received the PPDU1 from the session layer 10 decomposes the PPDU1 into presentation protocol control information (hereinafter referred to as PPCI) and presentation service data units (hereinafter referred to as PSDU),
User data as shown in FIG. 4 (a) is taken out. The transfer syntax indicated by the information in the PPCI for the user data (in this example, the data string encoded by the ASN.1 basic encoding rule is bit-inverted. A decoding process (bit inversion) is performed according to the process of converting a syntax-format data value into an abstract syntax-format data value (step S11).

その結果、プレゼンテーション層20は第4図(b)のプ
レゼンテーションサービスパラメータの利用者データと
して上位に引渡す(ステップS12)。
As a result, the presentation layer 20 delivers it as a user data of the presentation service parameter of FIG. 4 (b) to the upper layer (step S12).

これを引渡された応用層30では、応用プロトコルデータ
単位(以下、APDUという。)2の符号化オクテット列と
して受取る。すなわち、本実施例では応用層30は、抽象
構文(転送構文形式のデータ値を自開放型システムで扱
えるように変換したデータ型式)として第5図(a)に
示すような符号化データ列であるAPDU2をプレゼンテー
ション層20から受取ることになる。
The delivered application layer 30 receives it as a coded octet string of application protocol data unit (hereinafter referred to as APDU) 2. That is, in the present embodiment, the application layer 30 uses an encoded data string as shown in FIG. 5A as an abstract syntax (a data format in which a data value in the transfer syntax format is converted so that it can be handled by a self-open system). An APDU2 will be received from the presentation layer 20.

次に本実施例では、応用層30の第一応用サービス要素31
および第二応用サービス要素32が、第3図に示す処理の
流れで、プレゼンテーション層20から渡された符号化デ
ータ列を必要な(意識する)部分のみ分解して、上位の
応用サービス要素(ASE)へ引渡しながら、それぞれの
サービス要素での処理を進めることになる。
Next, in this embodiment, the first application service element 31 of the application layer 30
And the second application service element 32 decomposes only the necessary (conscious) portion of the encoded data string passed from the presentation layer 20 in the process flow shown in FIG. ), The processing in each service element will proceed.

まず、第一応用サービス要素31は、ISO8650標準(第5
図(b))に従い、第5図(a)に示すAPDUを分解する
場合に、ステップS21で項目の5オクテットをContent
sオクテットから取出す。ただし、項目は、EXTERNAL
型であるからIdentifierオクテットから、‘280F060628
CA7C020101A0050303004222'Hを取出す(実際の分解は、
ASN.1ハンドラ34が行う)。
First, the first application service element 31 is the ISO8650 standard (the fifth
When disassembling the APDU shown in Fig. 5 (a) according to Fig. 5 (b)), the 5 octets of the item are set to Content in step S21.
Remove from s octet. However, the items are EXTERNAL
Since it is a type, from the Identifier octet, '280F060628
Take out CA7C020101A0050303004222'H (The actual disassembly is
ASN.1 handler 34).

取出した符号化データ列(第6図(a))は、EXTERNAL
型であるから、ステップS22により、EXTERNALハンドラ3
3はASN.1ハンドラ34を使用して、第6図(b)のEXTERN
AL型の構造に従って分解し、内容の5オクテット(第6
図(c)項目)を取出す(ステップS23)。
The extracted encoded data string (Fig. 6 (a)) is EXTERNAL
Since it is a type, in step S22, EXTERNAL handler 3
3 uses the ASN.1 handler 34 and uses EXTERN of FIG. 6 (b).
Decomposes according to the AL type structure and contains 5 octets of content (6th
Figure (c) item) is taken out (step S23).

次に、ステップS24により、取出した符号化データ列‘0
303004222'Hを第二応用サービス要素32へ引渡し(ステ
ップS25)、その処理を呼び出す(再帰呼出しとなり、
再びステップS21へ)。
Then, in step S24, the extracted encoded data string '0
303004222'H is passed to the second application service element 32 (step S25), and the process is called (recursive call,
Again to step S21).

第二応用サービス要素32では、第7図(a)に示す受取
ったencodingを第7図(b)に示す共通管理プロトコル
で分解し、項目の‘4222'Hを取出す(ステップS2
1)。その内容は符号化データ列ではないので、第二応
用サービス要素32の処理は終了する(ステップS22)。
ここで、第一応用サービス要素31の処理におけるステッ
プS25に戻り、第一応用サービス要素31の処理も終了す
る。
In the second application service element 32, the received encoding shown in FIG. 7 (a) is decomposed by the common management protocol shown in FIG. 7 (b) and the item '4222'H is taken out (step S2
1). Since the content is not the encoded data string, the process of the second application service element 32 ends (step S22).
Here, the process returns to step S25 in the processing of the first application service element 31, and the processing of the first application service element 31 is also ended.

〔発明の効果〕〔The invention's effect〕

以上説明急いたように、本発明は、各標準の実装プログ
ラム間のインタフェースを符号化オクテット列のデータ
でやり取りすることが可能となり、分解したデータを形
式を決めて構造体でやり取りする必要がなくなるため
に、インタフェースの簡素化が図れる優れた効果があ
る。
As described above, according to the present invention, it is possible to exchange the interface between the standard implementation programs with the data of the encoded octet string, and it is not necessary to determine the format of the decomposed data and exchange it with the structure. Therefore, there is an excellent effect that the interface can be simplified.

また、プレゼンテーション層で、各標準で定めるデータ
構想(ASN.1記述)を管理する必要がなくなり、そのた
め相対的に各標準の実現プログラムで負うことになる分
解処理も、実施例のようにそれぞれのプログラムから呼
出せる共通サブルーチンとしてASN.1ハンドラを用意し
ておけば負担とならず、開放型システムの上位層全体と
して負荷の軽減になる利点がある。
In addition, the presentation layer does not need to manage the data concept (ASN.1 description) defined by each standard, so that the disassembly processing that is relatively borne by each standard's implementation program is different from that of each embodiment. If an ASN.1 handler is prepared as a common subroutine that can be called from a program, it will not be a burden and has the advantage of reducing the load on the entire upper layer of an open system.

【図面の簡単な説明】[Brief description of drawings]

第1図は本発明一実施例構文変換装置を含むOSI装置の
ブロック構成図。 第2図は本発明の構文変換装置の処理を示すフローチャ
ート。 第3図は応用層の処理を示すフローチャート。 第4図は本発明の構文変換装置のPPDUから取出した符号
化オクテット列および出力となる符号化オクテット列を
示す図。 第5図は応用層の第一応用サービス要素の分解対象の符
号化オクテット列、そのデータ構造の規格および分解結
果を示す図。 第6図は応用層のEXTERNALハンドラの分解対象のEXTERN
AL型の定義および分解結果を示す図。 第7図は応用層の第二応用サービス要素の分解対象の符
号化オクテット列、そのデータ構造の規定および分解結
果を示す図。 第8図は従来例の構文変換装置のPDU分解処理の説明
図。 第9図は従来例の構文変換装置のPDU分解処理の不都合
点を示す図。 1…PPDU(プレゼンテーションプロトコルデータ単
位)、2…APDU(応用サービスデータ単位)、10…セシ
ョン層、20…プレゼンテーション層、21…構文変換装
置、22…分解処理手段、23…復号処理手段、30…応用
層、31…第一応用サービス要素、32…第二応用サービス
要素、33…EXTERNALハンドラ、34…ASN.1ハンドラ、41
…プレゼンテーション層がPPDUから取出した符号化オク
テット列、42…プレゼンテーションが出力する符号化オ
クケット列、51…Indentfierオクテット、52…Lengthオ
クテット、53…Contentsオクテット、61…識別子の項
目、62…符号化データ列の内容のデータ長、63…符号化
データ列の内容の値。
FIG. 1 is a block diagram of an OSI device including a syntax conversion device according to an embodiment of the present invention. FIG. 2 is a flowchart showing the processing of the syntax conversion device of the present invention. FIG. 3 is a flowchart showing the processing of the application layer. FIG. 4 is a diagram showing a coded octet sequence extracted from a PPDU of the syntax conversion device of the present invention and a coded octet sequence as an output. FIG. 5 is a diagram showing a coded octet string to be decomposed of the first application service element of the application layer, the standard of its data structure, and the decomposition result. Figure 6 shows the EXTERN to be decomposed by the EXTERNAL handler in the application layer.
The figure which shows the definition and decomposition result of AL type. FIG. 7 is a diagram showing a coded octet string to be decomposed of the second application service element of the application layer, the definition of the data structure thereof, and the decomposition result. FIG. 8 is an explanatory diagram of a PDU decomposition process of the conventional syntax conversion device. FIG. 9 is a diagram showing inconveniences of the PDU disassembly processing of the conventional syntax conversion device. 1 ... PPDU (presentation protocol data unit), 2 ... APDU (application service data unit), 10 ... session layer, 20 ... presentation layer, 21 ... syntax conversion device, 22 ... decomposition processing means, 23 ... decoding processing means, 30 ... Application layer, 31 ... First application service element, 32 ... Second application service element, 33 ... EXTERNAL handler, 34 ... ASN.1 handler, 41
... The encoded octet sequence extracted from the PPDU by the presentation layer, 42 ... The encoded octet sequence output by the presentation, 51 ... Indentfier octet, 52 ... Length octet, 53 ... Contents octet, 61 ... Identifier item, 62 ... Encoded data Data length of the contents of the column, 63 ... Value of the contents of the encoded data string.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】ISO8825「ASN.1基本符号化規則」に基づい
て符号化された符号化データ例を復号する復号処理手段
と、この復号処理手段の出力を分解する分解処理手段と
を備えた ISO8822「プレゼンテーションサービス定義」およびISO
8823「プレゼンテーションプロトコル仕様」で規定され
たOSIのプレゼンテーション層の構文変換装置におい
て、 上記分解処理手段は、上記復号処理手段の出力をその抽
象構文を規定している各プロトコル仕様単位で分解処理
を行い上位層に与える手段を含む ことを特徴とする構文変換装置。
1. Decoding processing means for decoding an example of coded data coded based on ISO8825 "ASN.1 basic coding rule", and decomposition processing means for decomposing the output of the decoding processing means. ISO8822 "Presentation Service Definition" and ISO
In the OSI presentation layer syntax conversion device defined in 8823 “Presentation protocol specifications”, the decomposition processing means decomposes the output of the decoding processing means into each protocol specification unit that defines the abstract syntax. A syntax conversion device comprising means for giving to an upper layer.
JP1119530A 1989-05-12 1989-05-12 Syntax converter Expired - Fee Related JPH0786851B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP1119530A JPH0786851B2 (en) 1989-05-12 1989-05-12 Syntax converter
US07/869,837 US5263137A (en) 1989-05-12 1992-04-16 Syntax converting apparatus for decomposing different portions of a data string differently depending on whether a data string is an external type data string

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1119530A JPH0786851B2 (en) 1989-05-12 1989-05-12 Syntax converter

Publications (2)

Publication Number Publication Date
JPH02299047A JPH02299047A (en) 1990-12-11
JPH0786851B2 true JPH0786851B2 (en) 1995-09-20

Family

ID=14763566

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1119530A Expired - Fee Related JPH0786851B2 (en) 1989-05-12 1989-05-12 Syntax converter

Country Status (1)

Country Link
JP (1) JPH0786851B2 (en)

Also Published As

Publication number Publication date
JPH02299047A (en) 1990-12-11

Similar Documents

Publication Publication Date Title
US5263137A (en) Syntax converting apparatus for decomposing different portions of a data string differently depending on whether a data string is an external type data string
JPH0817444B2 (en) Image data encoding device
CN111147462A (en) FPGA-based step protocol analysis method, system, terminal and storage medium
CN113114706B (en) Multichannel Ethernet message processing method based on power chip
JPS607300B2 (en) Japanese data compression method
CN112188211A (en) Transcoding implementation method and device
CN112004101B (en) Virtual live broadcast data transmission method and device and storage medium
JPH0786851B2 (en) Syntax converter
KR101305514B1 (en) Bitstream decoding device and method
CN102571541A (en) Message encoding-decoding method and device
CN115604481B (en) Method, device and system for improving parallelism of encoding and decoding and transmission
CN109819254A (en) A kind of image compression transmission method damaged and system
CN109743643A (en) The processing method and processing device of building conversational system
CN114868390A (en) Video encoding method, decoding method, encoder, decoder, and AI accelerator
CN111314375A (en) Medical insurance data adaptation engine, medical insurance data adaptation method, electronic equipment and storage medium
JP2996296B2 (en) Message decoding device and finite state machine generating device
US7447787B2 (en) Protocol executing system and protocol PDU common data structure converting method for processing protocol PDUS
CN113051202A (en) Interface adaptation method, device, electronic equipment and computer readable storage medium
CN113625965B (en) Data storage method, system and device of distributed storage system and storage medium
WO2024067405A1 (en) Video transmission method and apparatus, and electronic device, storage medium and program product
CN115278264B (en) Image amplification and OSD superposition coding method and system
KR101305517B1 (en) Bitstream decoding device and method having decoding solution
CN114006619A (en) Method for converting GZIP format file into LZ4 format file
JP3132787B2 (en) Communication protocol converter
CN115499523A (en) Service interaction system, method, electronic equipment and storage medium

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees