JP2002358228A - Digital data transmission/reception system and method thereof - Google Patents

Digital data transmission/reception system and method thereof

Info

Publication number
JP2002358228A
JP2002358228A JP2002046818A JP2002046818A JP2002358228A JP 2002358228 A JP2002358228 A JP 2002358228A JP 2002046818 A JP2002046818 A JP 2002046818A JP 2002046818 A JP2002046818 A JP 2002046818A JP 2002358228 A JP2002358228 A JP 2002358228A
Authority
JP
Japan
Prior art keywords
data
receiving
file
storing
module
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.)
Granted
Application number
JP2002046818A
Other languages
Japanese (ja)
Other versions
JP4201074B2 (en
Inventor
Satoru Matsunaga
悟 松永
Akira Ishikawa
亮 石川
Hideaki Nakaoka
英明 中岡
Shinji Nabeshima
伸司 鍋島
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co Ltd
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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP2002046818A priority Critical patent/JP4201074B2/en
Publication of JP2002358228A publication Critical patent/JP2002358228A/en
Application granted granted Critical
Publication of JP4201074B2 publication Critical patent/JP4201074B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a receiving device that can surely accumulate as files even if the data capacity of modules transmitted in one carousel is reduced without increasing a buffer memory capacity. SOLUTION: A transmission device 101, when a predetermined time is elapsed after transmitting constituent module management information, transmits every piece of the module data. Meanwhile, the receiving device 110, prior to the reception of the module data, performs create processing for a plurality of files in advance, depending on the constituent module management information. Accordingly, the data are not accumulated successively in a temporary memory means 113, without overflowing the means.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、デジタルデータ送
受信システムに関し、特に、受信したコンテンツデータ
のファイル記録方法に関する。
[0001] 1. Field of the Invention [0002] The present invention relates to a digital data transmission / reception system, and more particularly to a file recording method for received content data.

【0002】[0002]

【従来技術】今日、デジタル放送を蓄積記憶しておき、
これを読み出してモニターに表示できるデジタル受信装
置が知られている。
2. Description of the Related Art Today, digital broadcasts are stored and stored.
There is known a digital receiver capable of reading out the information and displaying it on a monitor.

【0003】かかるコンテンツデータの蓄積方法につい
て説明する。
[0003] A method of storing such content data will be described.

【0004】送信側では以下のようにしてモジュールデ
ータが構成モジュール管理情報であるデータDIIとと
もに送信される。図3に示すディレクトリ構造のコンテ
ンツデータが記憶されている場合、与えられたモジュー
ル特定情報に基づいて、各コンテンツデータはモジュー
ル化される。ここでは、ディレクトリ/shop1/books/ind
exに属するファイルindex.bml,index.pngがそれぞれ1
のモジュール、ディレクトリ/shop1/books/ebook/index
に属するファイルebook-index.bml,ebook-index.pngが
それぞれ1のモジュール・・・として計62のモジュー
ルにモジュール化されたとする。
[0004] On the transmission side, module data is transmitted together with data DII which is constituent module management information as follows. When the content data having the directory structure shown in FIG. 3 is stored, each content data is modularized based on the given module specifying information. Here, directory / shop1 / books / ind
The files index.bml and index.png belonging to ex are 1 each
Module, directory / shop1 / books / ebook / index
, Files ebook-index.bml and ebook-index.png belong to a total of 62 modules.

【0005】各モジュールデータはモジュール群特定情
報に基づいて所定のモジュール群として同じデータDI
Iにてカルーセル形式で繰り返し送信される。例えば、
ディレクトリ/shop1/booksに属するモジュールを1のモ
ジュール群として送信する場合、前記62個のモジュー
ルでモジュール群が構成されて、そのデータDIIとと
もに送信される。データDIIには当該モジュール群を
構成するモジュールに関する管理データが含まれてい
る。かかる管理データには、受信側で蓄積記憶する場合
のディレクトリ構造が書き込まれる。なお、データDI
Iはモジュールデータの送信に先立って送信される。
Each module data is the same data DI as a predetermined module group based on module group specifying information.
I repeatedly transmitted in carousel format. For example,
When transmitting the modules belonging to the directory / shop1 / books as one module group, the 62 modules constitute a module group and are transmitted together with the data DII. The data DII includes management data relating to the modules constituting the module group. In the management data, a directory structure for storing and storing data on the receiving side is written. The data DI
I is transmitted prior to transmission of module data.

【0006】受信側ではかかるデータDIIを受信する
と、データDIIに格納されているディレクトリ構造を
読み出す。データDIIの受信後、モジュールデータを
受信するとこれを一旦バッファに書き込み、各モジュー
ルを1のファイルとしてハードディスクに蓄積記憶する
ためのファイル書き込み準備処理(ファイルオープン処
理)を行う。ファイルオープン処理完了すると、ハード
ディスクへの書き込み処理を行う。ハードディスクへの
書き込み処理が終了するとバッファをクリアする。この
ようにして、受信側で図3のようなディレクトリ構造に
てコンテンツデータを蓄積記憶することができる。
[0006] When receiving the data DII, the receiving side reads the directory structure stored in the data DII. After receiving the data DII, when module data is received, the module data is temporarily written into a buffer, and file writing preparation processing (file open processing) for storing and storing each module as one file in the hard disk is performed. When the file open process is completed, a write process to the hard disk is performed. When the writing process to the hard disk is completed, the buffer is cleared. In this manner, the content data can be stored and stored on the receiving side in a directory structure as shown in FIG.

【0007】[0007]

【発明が解決しようとする課題】しかしながら、上記受
信装置においては以下のような問題があった。データD
IIに基づいてハードディスク上へのファイル書き込み
準備処理時間は、各モジュールデータの容量にかかわら
ずほぼ一定である。モジュールのデータ容量が大きい場
合には、モジュールデータを受信している間に、つぎの
モジュールデータのファイルオープン処理をすればいい
ので、かかるファイル管理情報の作成時間はそれほど問
題とならない。これに対して、各モジュールのデータ容
量が小さくなると、相対的にファイルオープン処理が間
に合わず、その結果、バッファメモリへの一時記憶量が
増大していき、バッファメモリがオーバフローとなるお
それがある。
However, the above-mentioned receiving apparatus has the following problems. Data D
The preparation time for writing a file on the hard disk based on II is almost constant regardless of the capacity of each module data. When the data capacity of the module is large, the file open processing of the next module data may be performed while the module data is being received, so that the time for creating the file management information does not matter so much. On the other hand, when the data capacity of each module is reduced, the file opening process cannot be performed in time, and as a result, the temporary storage amount in the buffer memory increases, and the buffer memory may overflow.

【0008】かかる問題を防止するために、送信側で
は、各コンテンツデータをモジュール化して送信すると
きに、各モジュールのデータ量を所定量よりも多くなる
ように、マルチパート化して送信することも考えられ
る。しかし、これでは、各モジュールを構成するデータ
量に制約ができる。
In order to prevent such a problem, the transmitting side, when modularizing and transmitting each content data, may transmit the content data in a multi-part manner so that the data amount of each module is larger than a predetermined amount. Conceivable. However, this limits the amount of data that constitutes each module.

【0009】この発明は、上記問題を解決し、バッファ
メモリの容量を増やすことなく、1の構成モジュール管
理情報で管理できるモジュールのデータ容量の自由度を
高めたデータ送受信システムまたはその方法を提供する
ことを目的とする。
The present invention solves the above-mentioned problem, and provides a data transmission / reception system or a method thereof which increases the degree of freedom of the data capacity of a module which can be managed by one constituent module management information without increasing the capacity of a buffer memory. The purpose is to:

【0010】[0010]

【課題を解決するための手段】1)本発明にかかるデジ
タルデータ送受信システムにおいては、前記送信側で
は、前記コンテンツデータの蓄積記憶時のファイル情報
を含むデータDIIを送信後、所定の猶予時間経過後か
ら前記コンテンツデータをモジュール化して送信し、コ
ンテンツデータの受信側では、データDII受信後、コ
ンテンツデータ受信前に前記送信されるコンテンツデー
タを蓄積記憶させるためのファイル書き込み準備処理を
複数ファイルについて実行する。したがって、受信側で
ファイルの書き込み準備処理が間に合わないというおそ
れを少なくし、受信側では一時的に記憶しておくバッフ
ァ容量が少なくとも、より確実に蓄積記憶が可能とな
る。すなわち、データDIIで管理される1モジュール
のデータ量を小さくしても、確実な蓄積記憶が可能なデ
ジタルデータ送受信システムを提供することができる。
1) In the digital data transmission / reception system according to the present invention, the transmission side transmits a data DII including file information at the time of storing and storing the content data, and then a predetermined delay time elapses. Thereafter, the content data is modularized and transmitted, and on the content data receiving side, after the data DII is received, the file writing preparation process for storing the transmitted content data before receiving the content data is executed for a plurality of files. I do. Therefore, it is possible to reduce the risk that the file preparation for the file cannot be made in time on the receiving side, and the receiving side can at least have the buffer capacity for temporarily storing the data to be stored and stored more reliably. That is, it is possible to provide a digital data transmission / reception system that can reliably store and store data even if the data amount of one module managed by the data DII is reduced.

【0011】4)本発明にかかるデジタルデータ送信装
置においては、データDIIを繰り返し送ることにより
実質的に前記猶予時間を生成する。したがって、従来の
送信処理を変更するだけで前記猶予時間を受信側に与え
ることができる。また、データDIIが繰り返し送られ
てくるので、データDIIの受信タイミングを多くする
ことができる。
4) In the digital data transmitting apparatus according to the present invention, the delay time is substantially generated by repeatedly transmitting the data DII. Therefore, the grace time can be given to the receiving side only by changing the conventional transmission processing. Further, since the data DII is repeatedly transmitted, the reception timing of the data DII can be increased.

【0012】6)本発明にかかるデジタルデータ受信装
置においては、繰り返し送られてきたデータDIIのう
ち最初のデータDIIを受信すると、前記ファイル書き
込み準備処理をする。したがって、より多くのファイル
について、ファイル書き込み準備が可能となる。
6) In the digital data receiving apparatus according to the present invention, when the first data DII of the repeatedly transmitted data DII is received, the file writing preparation processing is performed. Therefore, file writing preparation can be performed for more files.

【0013】7)本発明にかかるデジタルデータ受信装
置においては、所定数のファイルについて、前記ファイ
ル書き込み準備処理をする。したがって、所定数のファ
イルについて、ファイル書き込み準備が可能となる。
7) In the digital data receiving apparatus according to the present invention, the file writing preparation processing is performed for a predetermined number of files. Therefore, file writing preparation can be performed for a predetermined number of files.

【0014】8)本発明にかかるデジタルデータ受信装
置においては、前記ファイル書き込み準備処理をするフ
ァイル数を、前記猶予時間から決定する。したがって、
送信側で1のデータDIIで管理されるモジュール数が
変更になった場合には、前記猶予時間を変更することに
より、ファイル書き込み準備処理を行うファイル数に柔
軟に対応することができ。
8) In the digital data receiving apparatus according to the present invention, the number of files to be subjected to the file writing preparation processing is determined from the grace time. Therefore,
When the number of modules managed by one data DII is changed on the transmission side, by changing the grace time, it is possible to flexibly cope with the number of files for which file writing preparation processing is performed.

【0015】9)本発明にかかるデジタルデータ受信装
置においては、同じデータDIIで特定される全ファイ
ルの書き込み終了してから、前記全ファイルの閉じ処理
をする。したがって、書き込み処理が何らかの原因で中
断された場合には、書き込みは完了しない。これによ
り、更新等の場合に、一部のみ更新されるというおそれ
がない。
9) In the digital data receiving apparatus according to the present invention, after the writing of all the files specified by the same data DII is completed, the closing processing of all the files is performed. Therefore, if the writing process is interrupted for some reason, the writing is not completed. Thereby, in the case of updating or the like, there is no possibility that only a part is updated.

【0016】10)本発明にかかるデジタルデータ受信
装置においては、前記コンテンツデータは、他のコンテ
ンツデータへのリンク情報を含んでいる。したがって、
複数のコンテンツデータによって、多彩なコンテンツを
提供することができる。
10) In the digital data receiving apparatus according to the present invention, the content data includes link information to other content data. Therefore,
Various contents can be provided by a plurality of contents data.

【0017】11)本発明にかかるデジタルデータ受信
装置においては、1のモジュールを1ファイルに記憶す
る。したがって、1のデータDIIで管理されるモジュ
ール数が増える場合でも、受信機にてより確実に蓄積記
憶させることができる。
11) In the digital data receiving apparatus according to the present invention, one module is stored in one file. Therefore, even when the number of modules managed by one data DII increases, the data can be more reliably stored and stored in the receiver.

【0018】12)本発明にかかるデジタルデータ受信
装置においては、データDIIは、各コンテンツデータ
が記憶される場合のファイル名およびファイル階層構造
を含んでいる。したがって、データDIIを受信するこ
とにより、ファイルの書き込み準備処理が可能となる。
12) In the digital data receiving apparatus according to the present invention, the data DII includes a file name and a file hierarchical structure when each content data is stored. Therefore, by receiving the data DII, a file write preparation process can be performed.

【0019】13)本発明にかかるデジタルデータ受信
装置においては、同じデータDIIで特定される全ファ
イルの書き込み処理を終了してから、前記全ファイルの
閉じ処理をする。したがって、一部の書き込みが未完了
で終了した場合には、ファイルの閉じ処理を行わず、全
体として書き込みが終了しない限り、ファイル閉じ処理
がなされない。
13) In the digital data receiving apparatus according to the present invention, after all the files specified by the same data DII have been written, the closing of all the files is performed. Therefore, when the writing is partially completed and not completed, the file closing process is not performed, and the file closing process is not performed unless the writing is completed as a whole.

【0020】14)本発明にかかるデジタルデータ受信
装置は、送信されたコンテンツデータをファイルとして
蓄積記憶させるためのファイル書き込み準備処理を前記
コンテンツデータ受信前に複数ファイルまとめて実行す
る。したがって、受信側でファイルの書き込み準備処理
が間に合わないというおそれを少なくし、受信側では一
時的に記憶しておくバッファ容量が少なくとも、より確
実に蓄積記憶が可能となる。すなわち、データDIIで
管理される1モジュールのデータ量を小さくしても、確
実な蓄積記憶が可能なデジタルデータ受信装置を提供す
ることができる。
14) The digital data receiving apparatus according to the present invention collectively executes a file writing preparation process for storing and transmitting the transmitted content data as a file before receiving the content data. Therefore, it is possible to reduce the risk that the file preparation for the file cannot be made in time on the receiving side, and the receiving side can at least have the buffer capacity for temporarily storing the data to be stored and stored more reliably. That is, it is possible to provide a digital data receiving apparatus capable of reliably storing and storing data even if the data amount of one module managed by the data DII is reduced.

【0021】15)本発明にかかるデジタルデータ受信
装置は、前記モジュール受信前に送られてきたデータD
IIを受信すると、かかるデータDIIからファイル開
き処理準備の必要なファイルを決定する。したがって、
データDIIに開き処理決定に必要な情報を格納させる
ことにより、1のモジュール数のデータ量を小さくして
も、確実に各コンテンツデータを記憶させることができ
る。
15) The digital data receiving apparatus according to the present invention provides the data D transmitted before receiving the module.
Upon receiving the II, a file that needs to be prepared for file opening processing is determined from the data DII. Therefore,
By storing information necessary for the determination of the opening process in the data DII, each content data can be reliably stored even if the data amount of one module is reduced.

【0022】16)本発明にかかるデジタルデータ受信
装置においては、前記モジュールのインデックスデータ
を含むデータDIIを受信する前に、所定数のファイル
について仮ファイル名で開き処理準備をしておき、デー
タDIIを受信すると、ファイル名変更および当該ファ
イルのディレクトリ情報の書き込みをする。したがっ
て、予め多くのファイルについて開き準備処理が可能と
なる。
16) In the digital data receiving apparatus according to the present invention, before receiving the data DII including the index data of the module, a predetermined number of files are opened with a temporary file name and prepared for processing. Is received, the file name is changed and the directory information of the file is written. Therefore, opening preparation processing can be performed for many files in advance.

【0023】19)本発明にかかるデジタルデータ受信
装置は、各コンテンツデータをファイルとして記憶する
ためのファイル管理情報を受信した後、前記コンテンツ
データ受信前に、当該コンテンツデータをファイルとし
て蓄積記憶させるためのファイル書き込み準備処理を複
数ファイルについて実行する。したがって、受信側でフ
ァイルの書き込み準備処理が間に合わないというおそれ
を少なくし、受信側では一時的に記憶しておくバッファ
容量が少なくとも、より確実に蓄積記憶が可能となる。
19) The digital data receiving apparatus according to the present invention, after receiving the file management information for storing each content data as a file, stores and stores the content data as a file before receiving the content data. Execute the file writing preparation process for a plurality of files. Therefore, it is possible to reduce the risk that the file preparation for the file cannot be made in time on the receiving side, and the receiving side can at least have the buffer capacity for temporarily storing the data to be stored and stored more reliably.

【0024】26)本発明にかかるデジタルデータ送受
信システムは、送信側では、コンテンツデータを複数の
モジュール化し、各モジュールをモジュール群毎にまと
めて、当該モジュール群に属するモジュールに関する構
成モジュール管理情報とともにデジタル放送し、受信側
ではかかる構成モジュール管理情報に基づいて、受信し
たモジュール化コンテンツデータをファイルとして蓄積
記憶するデジタルデータ送受信システムであって、送信
側では前記構成モジュール管理情報を送信後、所定の猶
予時間経過後から前記モジュールを送信し、受信側で
は、前記構成モジュール管理情報を受信すると、前記モ
ジュール化コンテンツデータをファイルとして蓄積記憶
させるためのファイル書き込み準備処理を複数ファイル
について実行する。したがって、受信側でファイルの書
き込み準備処理が間に合わないというおそれを少なく
し、受信側では一時的に記憶しておくバッファ容量が少
なくとも、より確実に蓄積記憶が可能となる。
26) In the digital data transmission / reception system according to the present invention, on the transmission side, the content data is divided into a plurality of modules, each module is grouped for each module group, and the digital data is transmitted together with the configuration module management information on the modules belonging to the module group. A digital data transmission / reception system that broadcasts and stores received modularized content data as a file on the receiving side based on the configuration module management information. When the module is transmitted after a lapse of time, and the receiving side receives the constituent module management information, a file writing preparation process for storing and storing the modularized content data as a file is executed for a plurality of files. Therefore, it is possible to reduce the risk that the file preparation for the file cannot be made in time on the receiving side, and the receiving side can at least have the buffer capacity for temporarily storing the data to be stored and stored more reliably.

【0025】29)本発明にかかる放送データ送受信方
法は、送信側では、複数のコンテンツデータを1のカル
ーセル形式にて繰り返し放送するとともに、受信側では
かかるコンテンツデータを受信して蓄積記憶する放送デ
ータ送受信方法であって、前記送信側では、前記コンテ
ンツデータの蓄積記憶時のファイル情報を含むカルーセ
ル管理情報を送信後、所定の猶予時間経過後から前記コ
ンテンツデータをモジュールとして送信し、コンテンツ
データの受信側では、前記カルーセル管理情報受信後、
前記モジュール受信までに各モジュールに含まれるコン
テンツデータをファイルに蓄積記憶させるためのファイ
ル書き込み準備処理を複数ファイルについて実行する。
したがって、複数のコンテンツデータを1のカルーセル
形式にて繰り返し放送する放送データ形式にて、受信側
でファイルの書き込み準備処理が間に合わないというお
それを少なくし、受信側では一時的に記憶しておくバッ
ファ容量が少なくとも、より確実に蓄積記憶が可能とな
る。
29) The broadcast data transmitting / receiving method according to the present invention is characterized in that the transmitting side repeatedly broadcasts a plurality of content data in one carousel format, and the receiving side receives and accumulates and stores the content data. The transmitting / receiving method, wherein the transmitting side transmits carousel management information including file information at the time of storing and storing the content data, and after a predetermined grace period elapses, transmits the content data as a module, and receives the content data. On the side, after receiving the carousel management information,
A file writing preparation process for accumulating and storing content data included in each module in a file until the module is received is executed for a plurality of files.
Therefore, in the broadcast data format in which a plurality of content data are repeatedly broadcast in one carousel format, the possibility that the file writing preparation process cannot be completed on the receiving side is reduced, and the receiving side temporarily stores the buffer. With at least a capacity, accumulation and storage can be performed more reliably.

【0026】[0026]

【発明の実施の形態】1.〔機能ブロックの説明〕 図1に、本発明にかかる発明にかかるデータ送受信シス
テムをデジタル放送システムに適用した場合の機能ブロ
ック図を示す。デジタル放送システム1000は、送信
装置101および受信装置110を備えている。
BEST MODE FOR CARRYING OUT THE INVENTION [Explanation of Functional Blocks] FIG. 1 shows a functional block diagram in a case where a data transmission / reception system according to the present invention is applied to a digital broadcasting system. The digital broadcasting system 1000 includes a transmitting device 101 and a receiving device 110.

【0027】送信装置101は、コンテンツデータ記憶
手段103、モジュール化手段105、モジュール化デ
ータ記憶手段106、構成モジュール管理情報生成手段
107,および送信手段109を備えている。コンテン
ツデータ記憶手段103は、伝送対象であるコンテンツ
データをファイル形式で記憶する。モジュール化手段1
05は、コンテンツデータ記憶手段103に記憶された
各コンテンツデータをモジュール化規則に基づいて、モ
ジュール化する。モジュール化データ記憶手段106
は、モジュール化されたデータを記憶する。構成モジュ
ール管理情報生成手段107は、モジュール化手段5か
ら与えられたモジュール群規則に基づいてモジュール群
化するときの構成モジュール管理情報を生成する。送信
手段109は、構成モジュール管理情報生成手段107
で生成された構成モジュール管理情報を所定回数繰り返
し送信する。構成モジュール管理情報の繰り返し送信が
終わると、当該モジュール管理情報で管理されるモジュ
ールデータを送信する。
The transmitting apparatus 101 includes a content data storing means 103, a modularizing means 105, a modularized data storing means 106, a constituent module management information generating means 107, and a transmitting means 109. The content data storage unit 103 stores content data to be transmitted in a file format. Modularization means 1
In step 05, each content data stored in the content data storage unit 103 is modularized based on a modularization rule. Modularized data storage means 106
Stores modularized data. The component module management information generating means 107 generates component module management information for grouping modules based on the module group rules given from the module means 5. The transmission unit 109 is a component module management information generation unit 107
The configuration module management information generated in step (1) is repeatedly transmitted a predetermined number of times. When the repeated transmission of the configuration module management information is completed, the module data managed by the module management information is transmitted.

【0028】このような送信方法を採用したのは、後述
するように、構成モジュール管理情報を受信装置が受信
後、所定の猶予時間経過してから前記各モジュールデー
タを受信できるようにするためである。
The reason why such a transmission method is adopted is that, as described later, the module data can be received after a predetermined delay time has elapsed after the receiving device receives the configuration module management information. is there.

【0029】受信装置110は、受信手段111、一時
記憶手段113、制御手段115、および記憶手段11
7を備えている。受信手段111は前記送信されたモジ
ュールデータのうち、選別条件に合致する構成モジュー
ル管理情報およびモジュールデータを選別して受信す
る。一時記憶手段113は受信したデータを一時記憶す
る。制御手段115は、一時記憶手段113に一時記憶
された構成モジュール管理情報に基づいて、記憶手段1
17の必要なファイル構築の前処理を行う。その際、前
記モジュール化されたデータをファイルとして蓄積記憶
させるためのファイル書き込み準備処理を複数ファイル
について実行する。これにより、複数のファイルについ
てファイルクリエイトおよびオープン処理が実行され
る。制御手段115は、複数のファイルについてのファ
イルクリエイトおよびオープン処理が終わると、一時記
憶手段113に一時記憶されたモジュールデータを読み
出して、記憶手段117に書き込むとともに、一時記憶
手段113に一時記憶されたモジュールデータを消去す
る。その後、前処理が完了している次順位のモジュール
データについて、前記処理を繰り返す。
The receiving device 110 includes a receiving unit 111, a temporary storage unit 113, a control unit 115, and a storage unit 11.
7 is provided. The receiving unit 111 selects and receives constituent module management information and module data that match the selection condition from the transmitted module data. Temporary storage means 113 temporarily stores the received data. The control unit 115 stores the storage unit 1 based on the configuration module management information temporarily stored in the temporary storage unit 113.
17 necessary file construction preprocessing is performed. At this time, a file writing preparation process for accumulating and storing the modularized data as a file is executed for a plurality of files. Thereby, file creation and open processing are executed for a plurality of files. Upon completion of the file creation and open processing for the plurality of files, the control unit 115 reads out the module data temporarily stored in the temporary storage unit 113, writes the module data in the storage unit 117, and temporarily stores the module data in the temporary storage unit 113. Erase module data. Thereafter, the above processing is repeated for the next-ranked module data for which the preprocessing has been completed.

【0030】1のファイルについてファイルクローズ処
理がなされると、前記構成モジュール管理情報で特定さ
れる次順位ファイルについて、前記前処理を行う。
When the file closing process is performed on one file, the preprocessing is performed on the next-ranking file specified by the configuration module management information.

【0031】このように、送信側では、構成モジュール
管理情報を送信後、所定の猶予時間経過してから前記各
モジュールデータを送信することにより、受信装置で
は、モジュールデータを受信前に構成モジュール管理情
報に基づいて予め複数のファイルについてのクリエイト
処理が可能となる。したがって、一時記憶手段113に
つぎつぎとデータが蓄積されてオーバフロー状態となる
ことがない。
As described above, the transmitting side transmits the module data after a predetermined delay time has elapsed after transmitting the component module management information, so that the receiving apparatus can manage the component module before receiving the module data. It is possible to create a plurality of files in advance based on the information. Therefore, there is no possibility that data is stored in the temporary storage unit 113 one after another and an overflow state occurs.

【0032】以下この発明を地上波デジタル放送に適用
した場合について説明する。
The case where the present invention is applied to digital terrestrial broadcasting will be described below.

【0033】2.〔送信装置の概要〕 図2に、上記の送信装置1の詳細ブロック図を示す。送
信装置101は地上波デジタル放送用の送信装置であ
り、各コンテンツデータ(BMLファイル、画像データ
など)を1のリソースとして、図8に示すように、複数
のリソースをまとめた1のモジュールデータを生成し、
これをブロック化したDDB(Download Data Block)メ
ッセージデータをカルーセル形式で繰り返し送信する。
各カルーセルには、当該カルーセルにて送信されている
データの管理データとして、各カルーセルごとにデータ
DII(Download Info Indication)が送信される。
2. [Outline of Transmitting Apparatus] FIG. 2 shows a detailed block diagram of the transmitting apparatus 1 described above. The transmission device 101 is a transmission device for digital terrestrial broadcasting, and uses each piece of content data (BML file, image data, etc.) as one resource, and as shown in FIG. Generate
The DDB (Download Data Block) message data obtained by blocking this is repeatedly transmitted in the carousel format.
Data DII (Download Info Indication) is transmitted to each carousel as management data of data transmitted in the carousel for each carousel.

【0034】なお、受信側では、後述するように、デー
タDIIを参照して、必要なDDBメッセージデータを
受信し、各DDBメッセージのブロックデータを読み出
して連結することにより、各コンテンツデータ(リソー
ス)を再現することができる。
The receiving side receives necessary DDB message data with reference to the data DII, reads out the block data of each DDB message, and concatenates the DDB message as described later, thereby obtaining each content data (resource). Can be reproduced.

【0035】コンテンツデータ記憶部161には、図3
に示すようなコンテンツデータが各ディレクトリに分類
され、ファイルとして記憶されている。制御部162は
スケジュール記憶部164に記憶された配信スケジュー
ルデータに基づき、配信時刻よりも所定時間前になる
と、コンテンツデータ取得部163に取得命令を与え
る。コンテンツデータ取得部163は、コンテンツデー
タ記憶部161からデータを読み出して、記憶している
モジュール化規則に基づいて、モジュール化処理し、記
憶する。
The content data storage unit 161 stores FIG.
Is classified into each directory and stored as a file. Based on the distribution schedule data stored in the schedule storage unit 164, the control unit 162 gives an acquisition command to the content data acquisition unit 163 when a predetermined time comes before the distribution time. The content data acquisition unit 163 reads out data from the content data storage unit 161, performs modularization processing based on the stored modularization rules, and stores the data.

【0036】本実施形態においては、最下層ディレクト
リ(ルートディレクトリから一番遠いディレクトリ)に
記憶されているファイルを1のモジュールとしてマルチ
パート化するようにした。例えば、/shop1/books/index
/index.bml,/shop1/books/index/index.pngの各ファイ
ルについては、同じディレクトリ/shop1/books/indexに
属しているので、これを1つのモジュールとする。
In this embodiment, the files stored in the lowermost directory (the directory furthest from the root directory) are multiparted as one module. For example, / shop1 / books / index
Since each file of /index.bml and /shop1/books/index/index.png belongs to the same directory / shop1 / books / index, they are regarded as one module.

【0037】また、どのモジュールについて同じデータ
DIIで送るかについても、モジュール化規則に記憶さ
れている。
Further, which module is sent with the same data DII is also stored in the modularization rules.

【0038】たとえば、サブディレクトリ"/books"に属
する各モジュールを同じデータDIIで送る(1のカル
ーセルで送信する)場合、以下のようにモジュール化さ
れる。
For example, when each module belonging to the subdirectory "/ books" is transmitted by the same data DII (transmitted by one carousel), it is modularized as follows.

【0039】図2に示す制御部162はDDB生成部1
65にDDBメッセージデータの生成命令を与える。D
DB生成部165は、コンテンツデータ取得部163に
記憶されたモジュール化データを読み出して、図6に示
すようなDDBメッセージデータを生成し、記憶する。
DDBメッセージデータのデータ構造は従来のデジタル
放送の規格と同様である。本実施形態においては、図3
に示すようなディレクトリ構造で各ファイルが管理され
ており、各ファイルにはコンテンツデータ(以下リソー
スと呼ぶ)が記憶されている。各モジュールは、図6に
示すように、複数のリソースから構成される。各リソー
ス間の関係(リソースのディレクトリ構造を表すリス
ト)はリソースリストに記述される。
The control unit 162 shown in FIG.
65 is given an instruction to generate DDB message data. D
The DB generation unit 165 reads out the modularized data stored in the content data acquisition unit 163, generates DDB message data as shown in FIG. 6, and stores it.
The data structure of the DDB message data is the same as the conventional digital broadcast standard. In the present embodiment, FIG.
Each file is managed in a directory structure as shown in FIG. 1, and each file stores content data (hereinafter referred to as resources). Each module is composed of a plurality of resources as shown in FIG. The relationship between the resources (a list representing the directory structure of the resources) is described in the resource list.

【0040】たとえば、図3において、ディレクトリ/s
hop1/books/indexに属するファイルindex.bml,index.pn
gで1のモジュール、ディレクトリ/shop1/books/ebook/
indexに属するファイルebook-index.bml,ebook-index.p
ngで1のモジュール、ディレクトリ/shop1/books/ebook
/ebook1に属するファイルbook1.bml,ebook1.pngで1の
モジュール、・・・と計31のモジュールにモジュール
化され、さらに、これら31個のモジュールが1のモジ
ュール群として1のデータDIIにて送信される場合に
は、図13に示す各モジュールのディレクトリ構造がデ
ータDIIに記述される。また、各モジュールのリソー
スリストには、当該モジュールにおける各リソースが相
対パス形式で記述される。なお、1のモジュールで送信
されるコンテンツデータについては、当該モジュールを
構成するDBBメッセージデータを全て受信し、これを
連結することにより、目的のリソース(コンテンツ)を
特定が可能となる。
For example, in FIG.
file index.bml, index.pn belonging to hop1 / books / index
1 module with g, directory / shop1 / books / ebook /
files belonging to index ebook-index.bml, ebook-index.p
One module in ng, directory / shop1 / books / ebook
The files book1.bml and ebook1.png belonging to / ebook1 are modularized into 1 module,... into 31 modules in total, and these 31 modules are transmitted as 1 module group as 1 data DII. In this case, the directory structure of each module shown in FIG. 13 is described in the data DII. In the resource list of each module, each resource in the module is described in a relative path format. As for the content data transmitted by one module, the target resource (content) can be specified by receiving all the DBB message data constituting the module and linking them.

【0041】このように、本実施形態においては、各モ
ジュールが属するディレクトリ情報はデータDIIに、
各モジュール内のリソースについてのリソース間の関係
はリソースリストに分けて記憶されている。しかし、こ
れに限定されず、データDIIに各リソースについての
ディレクトリ構造を記憶させてもよい。
As described above, in this embodiment, the directory information to which each module belongs is included in the data DII,
The relationship between resources in each module is stored separately in a resource list. However, the present invention is not limited to this, and a directory structure for each resource may be stored in the data DII.

【0042】なお、上記実施形態においては、最下層デ
ィレクトリに記憶されているリソースを1のモジュール
としてマルチパート化するようにしたが、モジュール化
規則を変更することにより、1のモジュール内にさらに
サブディレクトリが存在するように、モジュール化する
こともできる。この場合には、リソースリストに当該サ
ブディレクトリの構造を記述される。
In the above embodiment, the resources stored in the lowermost directory are multiparted as one module. However, by changing the modularization rules, sub-resources can be further subdivided into one module. It can be modularized so that directories exist. In this case, the structure of the subdirectory is described in the resource list.

【0043】このようにモジュール内のリソースリスト
はリソースをまとめたディレクトリからの相対パスで記
述することにより、絶対パスで記述した場合と較べて、
リソースリストのデータ容量が膨大になることを防ぐこ
とができる。
As described above, the resource list in the module is described by the relative path from the directory in which the resources are put together, so that the resource list is compared with the case where the resource list is described by the absolute path.
The data capacity of the resource list can be prevented from becoming enormous.

【0044】データDIIについて説明する。データD
II生成部166は、図7に示すようなデータ構造のデ
ータDIIを生成する。データDIIのデータ構造自体
は、従来のデジタル放送の規格に則ったものである。デ
ータDIIのデータ構造について説明する。データDI
Iは、DSM-CCメッセージヘッダ、ダウンロード識別子、
モジュール数、モジュール管理データ、プライベートデ
ータなどで構成されている。モジュール管理データは、
モジュールごとに、モジュール識別子(id)、モジュー
ルサイズ、モジュール情報で構成されている。
The data DII will be described. Data D
The II generation unit 166 generates data DII having a data structure as shown in FIG. The data structure itself of the data DII conforms to the conventional digital broadcasting standard. The data structure of the data DII will be described. Data DI
I is the DSM-CC message header, download identifier,
It consists of the number of modules, module management data, private data, etc. Module management data is
Each module includes a module identifier (id), a module size, and module information.

【0045】プライベートデータ領域には、各ファイル
が所属するルートディレクトリがルート記述子(StoreR
oot記述子)に、そのサブディレクトリ構造がサブディ
レクトリ記述子に記憶されている。例えば、図3におい
て、サブディレクトリ「/shop1/books」に属するファイ
ルを1のデータDIIで送信する場合は、ルート記述子
にディレクトリ「shop1」が、そのサブディレクトリ記
述子に「books」が記憶される。なお、サブディレクト
リ「books」以下のディレクトリ構造は、既に説明した
ように、DDBメッセージデータのリソースリストに記
述される。
In the private data area, a root directory to which each file belongs is indicated by a root descriptor (StoreR).
oot descriptor), the subdirectory structure is stored in the subdirectory descriptor. For example, in FIG. 3, when a file belonging to the subdirectory "/ shop1 / books" is transmitted as one data DII, the directory "shop1" is stored in the root descriptor and "books" is stored in the subdirectory descriptor. You. Note that the directory structure under the subdirectory “books” is described in the resource list of the DDB message data as described above.

【0046】データDIIを構成するデータのうち、モ
ジュール数はコンテンツデータ取得部163のモジュー
ル化規則に基づいて決定される。
The number of modules among the data constituting the data DII is determined based on the modularization rules of the content data acquisition unit 163.

【0047】制御部162はスケジュール記憶部164
に記憶された配信スケジュールに基づき、配信時刻にな
ると、データDII送出部176に対して、データDI
Iを所定回数繰り返し送るようにデータDII送出命令
を与える。データDII送出部176は、これによっ
て、データDIIを多重化コントローラ180に送出す
る。制御部162はまた、データDII送出命令を与え
たあと、DDB送出部175にDDB送出命令を与え
る。多重化コントローラ180はこれらを多重化し、変
調部181に出力する。これにより、トランスポートス
トリームとしてデータDIIおよび当該データDIIに
て管理されるDDBメッセージデータが図8に示すよう
に、送信される。
The control unit 162 has a schedule storage unit 164
When the distribution time arrives based on the distribution schedule stored in the data DII transmission unit 176, the data DI
A data DII transmission instruction is given so that I is repeatedly transmitted a predetermined number of times. The data DII sending unit 176 thereby sends the data DII to the multiplexing controller 180. After giving the data DII sending command, control unit 162 gives the DDB sending command to DDB sending unit 175. The multiplexing controller 180 multiplexes these and outputs the result to the modulation unit 181. As a result, the data DII and the DDB message data managed by the data DII are transmitted as a transport stream as shown in FIG.

【0048】なお、本実施形態においては、複数のファ
イルのデータを1のモジュールにまとめたマルチパート
形式で送信したが、シングルパート形式(1のモジュー
ルで1のファイルを送る)ようにしてもよい。
In the present embodiment, the data of a plurality of files are transmitted in a multi-part format in which they are combined into one module. However, the data may be transmitted in a single-part format (one file is transmitted by one module). .

【0049】3.〔送信装置のハードウェア構成〕 図4を用いて、送信装置101のハードウェア構成につ
いて説明する。本実施形態においては、送信装置101
は、多重化処理部および変調部以外は、CPUを用いて
ソフトウェアで実現した。
3. [Hardware Configuration of Transmitting Apparatus] The hardware configuration of the transmitting apparatus 101 will be described with reference to FIG. In the present embodiment, the transmitting device 101
Was realized by software using a CPU, except for the multiplexing processing unit and the modulation unit.

【0050】送信装置101は、CPU123、メモリ
127、ハードディスク126、モニタ131、入力部
130、およびバスライン129を備えている。CPU
123は、ハードディスク126に記憶されたプログラ
ムにしたがいバスライン129を介して、各部を制御す
る。ハードディスク126には、モジュール化規則、配
信スケジュールデータ、コンテンツデータおよび制御プ
ログラムが記憶される。図5を用いて、かかる制御プロ
グラムによる処理について説明する。
The transmitting apparatus 101 includes a CPU 123, a memory 127, a hard disk 126, a monitor 131, an input unit 130, and a bus line 129. CPU
The 123 controls each unit via the bus line 129 according to a program stored in the hard disk 126. The hard disk 126 stores modularization rules, distribution schedule data, content data, and control programs. The processing by the control program will be described with reference to FIG.

【0051】CPU123は、配信スケジュールデータ
に基づいて、コンテンツデータをハードディスク126
から読み出して、モジュール化規則に基づいて、モジュ
ール化してメモリ127に記憶する(ステップS1)。
処理番号kを初期化し(ステップS2)、モジュール化
規則に基づいて、処理番号k番目のデータDIIで送信
するモジュールデータを決定する(ステップS3)。デ
ータDIIを生成し、メモリ127に記憶する(ステッ
プS5)。データDIIを構成するデータのうち、モジ
ュール数をモジュール化規則に基づいて決定するととも
に、各コンテンツデータがファイルとして管理されてい
た際の、各ファイルの関係、すなわち、ディレクトリ構
造をデータDIIのプライベート領域に書き込む。ま
た、ステップS1にてメモリに書き込んだモジュール化
データを、所定の固定長のブロック(4066バイト)
に分割して、DDBメッセージデータとして、メモリに
書き込む(ステップS7)。
The CPU 123 stores the content data on the hard disk 126 based on the distribution schedule data.
, And is modularized based on the modularization rules and stored in the memory 127 (step S1).
The processing number k is initialized (step S2), and module data to be transmitted as the processing number k-th data DII is determined based on the modularization rule (step S3). The data DII is generated and stored in the memory 127 (Step S5). Among the data constituting the data DII, the number of modules is determined based on the modularization rules, and the relationship between the files when each content data is managed as a file, that is, the directory structure is changed to the private area of the data DII. Write to. Further, the modularized data written in the memory in step S1 is stored in a predetermined fixed-length block (4066 bytes).
And write it to the memory as DDB message data (step S7).

【0052】CPU123は、データDII繰り返し送
出回数を決定する(ステップS9)。本実施形態におい
ては、データDII先出し期間を20秒とし、20秒間
繰り返されるように、送出回数を決定した。
The CPU 123 determines the number of times data DII is repeatedly transmitted (step S9). In the present embodiment, the data DII advance period is set to 20 seconds, and the number of transmissions is determined so as to be repeated for 20 seconds.

【0053】CPU123は、配信スケジュールデータ
に基づいて、データDII送出開始時期か否かを判断す
る(ステップS11)。データDII送出開始時期にな
ると、データDIIを多重化コントローラ180に送出
する(ステップS13)。所定回数データDIIを繰り
返し送出したか否か判断し(ステップS15)、所定回
数送出するまで、ステップS13の処理を繰り返す。所
定回数データDIIを送出すると、当該データDIIを
管理データとするDDBメッセージデータを多重化コン
トローラ180に送出する。多重化コントローラ180
はこれを多重化して、トランスポートストリームとして
変調部181から送信される。
The CPU 123 determines whether it is time to start sending data DII based on the distribution schedule data (step S11). When the data DII transmission start time comes, the data DII is transmitted to the multiplexing controller 180 (step S13). It is determined whether the data DII has been repeatedly transmitted a predetermined number of times (step S15), and the process of step S13 is repeated until the data DII is transmitted a predetermined number of times. When the data DII is transmitted a predetermined number of times, DDB message data using the data DII as management data is transmitted to the multiplexing controller 180. Multiplex controller 180
Are multiplexed and transmitted from the modulation unit 181 as a transport stream.

【0054】CPU123は、全モジュールを送信した
か否か判断し(ステップS19)、送信していない場合
には、処理番号kをインクリメントし(ステップS2
0)、ステップS3以下の処理を繰り返す。送信済みの
場合には処理を終了する。
The CPU 123 determines whether all modules have been transmitted (step S19). If not, the CPU 123 increments the processing number k (step S2).
0), the processing of step S3 and subsequent steps is repeated. If the transmission has been completed, the process ends.

【0055】4.〔受信装置のハードウェア構成〕 図9を用いて、図1に示す受信装置110のハードウェ
ア構成について説明する。受信装置110は、チューナ
132、トランスポートストリームデコーダ(TSデコ
ーダ)134、AVデコーダ136、OSD(On Scree
n Display)138、ROM140、RAM142、C
PU144、ハードディスク146、モデム148、信
号受信部150を備えている。
4. [Hardware Configuration of Receiving Apparatus] The hardware configuration of the receiving apparatus 110 shown in FIG. 1 will be described with reference to FIG. The receiving device 110 includes a tuner 132, a transport stream decoder (TS decoder) 134, an AV decoder 136, and an OSD (On Screen).
n Display) 138, ROM 140, RAM 142, C
A PU 144, a hard disk 146, a modem 148, and a signal receiving unit 150 are provided.

【0056】衛星放送のデータ受信機能としては、従来
とほとんど同様である。簡単に説明すると、アンテナ1
30は、送信装置からの電波を捕捉して、チューナー1
32に供給する。チューナー132は、CPU144の
指示に従って、1つのトランスポートストリームを選択
的に受信する。さらに、チューナー132は、復調処理
や誤り訂正処理などを行い、トランスポートデコーダ
(以下TSデコーダという)134に出力する。
The data reception function of the satellite broadcast is almost the same as the conventional one. Briefly, the antenna 1
30 captures radio waves from the transmitting device and
32. The tuner 132 selectively receives one transport stream according to an instruction from the CPU 144. Further, the tuner 132 performs demodulation processing, error correction processing, and the like, and outputs the result to a transport decoder (hereinafter, referred to as a TS decoder) 134.

【0057】TSデコーダ134は、トランスポートス
トリームに多重化されているパケットのうち、CPU1
44によってセットされたフィルタリング条件に基づい
て、所望のパケットだけを選別する。TSデコーダ13
4は、パケットのヘッダ情報に基づいて、各種の制御デ
ータおよびMPEG2システムデータをRAM142に
記憶する。DDBメッセージデータを1モジュール分受
信すると、RAM142にモジュールとして一時記憶す
る。蓄積部であるハードディスク146には、後述する
蓄積処理によって、受信したコンテンツが蓄積記憶され
る。なお、信号受信部150は、リモコン装置からの信
号などを受信するためのものである。
[0057] The TS decoder 134 outputs a packet to the CPU 1 among the packets multiplexed in the transport stream.
Based on the filtering conditions set by 44, only the desired packets are sorted out. TS decoder 13
4 stores various control data and MPEG2 system data in the RAM 142 based on the header information of the packet. When the DDB message data for one module is received, it is temporarily stored in the RAM 142 as a module. The received content is stored in the hard disk 146 serving as a storage unit by a storage process described later. Note that the signal receiving section 150 is for receiving a signal from the remote control device and the like.

【0058】本実施形態においては、1のモジュールに
複数のリソース(コンテンツデータ)がマルチパート化
されており、RAM142にはリソース単位ではなく、
モジュール単位で記憶される。RAM142に一時記憶
されたデータは、ハードディスク146に書き込まれる
と、削除される。すなわち、ハードディスク146に
は、モジュールの数だけのファイルが記憶される。
In the present embodiment, a plurality of resources (content data) are multipart in one module.
Stored in module units. The data temporarily stored in the RAM 142 is deleted when written to the hard disk 146. That is, as many files as the number of modules are stored in the hard disk 146.

【0059】なお、このプログラムは、単独で機能する
プログラムであってもよいが、オペレーティングシステ
ム(マイクロソフト社のwindows CEなど)を前提として
機能するものであってもよい。
Note that this program may be a program that functions alone, or may function based on an operating system (such as windows CE of Microsoft Corporation).

【0060】5.〔受信制御プログラム〕 かかる処理を行う制御プログラムについて図10〜図1
2を用いて説明する。ROM140には、制御プログラ
ム(図示せず)が記録されている。なお、CPU144
に対する指令は、リモコン(図示せず)から与えられ、
信号受信部150がこれを受信して、CPU147に与
えられる。以下では、図3に示すようなディレクトリ構
造で各モジュールに格納されたコンテンツデータを、は
じめて蓄積記憶する場合について説明する。
5. [Reception Control Program] FIG. 10 to FIG.
2 will be described. In the ROM 140, a control program (not shown) is recorded. Note that the CPU 144
Is given from a remote controller (not shown),
The signal receiving unit 150 receives the signal and supplies it to the CPU 147. Hereinafter, a case will be described in which content data stored in each module in a directory structure as shown in FIG. 3 is first stored and stored.

【0061】ユーザがサービス受信命令を与えると、C
PU144は、データDIIのパケットID(PID)
などのフィルタリング条件を、図9に示すTSデコーダ
134に設定する。これにより、チューナ132によっ
て選択されたトランスポートストリーム中から、データ
DIIが選択され、CPU144に与えられる CPU144は、データDIIを受信したか否か判断し
ており(ステップS21)、データDIIを受信する
と、前処理を行う(ステップS23)。ステップS23
の処理の詳細フローチャートを図11に示す。
When the user gives a service reception command, C
PU 144 is a packet ID (PID) of data DII.
Are set in the TS decoder 134 shown in FIG. Thereby, data DII is selected from the transport stream selected by tuner 132 and given to CPU 144. CPU 144 determines whether or not data DII has been received (step S21). Pre-processing is performed (step S23). Step S23
FIG. 11 shows a detailed flowchart of the processing of FIG.

【0062】CPU144は、データDIIから、当該
モジュールデータを構成するコンテンツデータの所属デ
ィレクトリ名を取得する(ステップS51)。当該ディ
レクトリが既に存在するか否か判断し(ステップS5
2)、存在しない場合には、蓄積先ディレクトリを作成
する(ステップS53)。例えば、データDIIに図1
3に示すようなディレクトリ情報が記述されている場
合、ディレクトリ"/shop1/books/index"、"/shop1/book
s/ebook/index"・・・などが既に存在するか否か判断す
る。この場合存在しないので、蓄積先ディレクトリを生
成する。
The CPU 144 obtains, from the data DII, the name of the directory to which the content data constituting the module data belongs (step S51). It is determined whether the directory already exists (step S5).
2) If it does not exist, a storage directory is created (step S53). For example, FIG.
When directory information as shown in FIG. 3 is described, the directories "/ shop1 / books / index", "/ shop1 / book"
It is determined whether or not s / ebook / index "... etc. already exist.

【0063】蓄積先ディレクトリ生成処理の詳細フロー
チャートを図12に示す。CPU144は、ハードディ
スク146に記憶されたディレクトリインデックスを取
得する(ステップS61)。この場合、はじめてなの
で、ディレクトリインデックスは存在しない。したがっ
て、ディレクトリ情報としてはルートディレクトリが存
在することだけが、読み出される。
FIG. 12 shows a detailed flowchart of the storage destination directory generation processing. The CPU 144 acquires the directory index stored in the hard disk 146 (Step S61). In this case, since it is the first time, there is no directory index. Therefore, only the existence of the root directory is read as the directory information.

【0064】CPU144は、各モジュールを格納する
ファイルのファイルインデックスを作成する(ステップ
S63)。具体的には、そのファイルのデータを格納す
る領域へのリンク情報を記憶する。例えば、あるモジュ
ールを構成するデータをそのモジュール識別子で特定さ
れるファイル名で領域xxxxx1〜xxxxx9に格納する場合、
当該ファイル名と当該領域とのリンク情報が記憶され
る。本実施形態においては、当該ファイル名として、モ
ジュールIDを用いるようにした。
The CPU 144 creates a file index of a file storing each module (step S63). Specifically, link information to an area for storing data of the file is stored. For example, when data constituting a certain module is stored in areas xxxxx1 to xxxxx9 with a file name specified by the module identifier,
Link information between the file name and the area is stored. In the present embodiment, a module ID is used as the file name.

【0065】CPU144は、生成したファイルインデ
ックスをインデックスリストに追加する(ステップS6
5)。具体的には、ファイル管理システムが管理するイ
ンデックスリストに、作成したファイルインデックスを
追加する。この場合、ステップS63で生成されたファ
イル名と当該領域とのリンク情報が追加記憶される。
The CPU 144 adds the generated file index to the index list (step S6).
5). Specifically, the created file index is added to the index list managed by the file management system. In this case, the link information between the file name generated in step S63 and the area is additionally stored.

【0066】CPU144は、ディレクトリインデック
スを更新する(ステップS67)。具体的には、追加し
たファイルインデックスへリンクを張るためのインデッ
クスをステップS61で取得したディレクトリインデッ
クスに追加する。この場合、所属するディレクトリとし
て、ルートディレクトリの下に、ディレクトリ/shop1/b
ooks/indexが存在することが記憶される。
The CPU 144 updates the directory index (step S67). Specifically, an index for linking to the added file index is added to the directory index acquired in step S61. In this case, the directory / shop1 / b under the root directory
The existence of ooks / index is stored.

【0067】つぎに、CPU144は、カルーセル内の
全モジュール数を取得する(図11ステップS55)。
カルーセル内の全モジュール数とは、当該データDII
で管理されるモジュール数であり、データDIIのモジ
ュール数領域(図7参照)を参照すればよい。
Next, the CPU 144 obtains the total number of modules in the carousel (step S55 in FIG. 11).
The total number of modules in the carousel means the data DII
The number of modules managed in the data DII may be referred to the module number area of the data DII (see FIG. 7).

【0068】つぎに、CPU144は、一括処理ファイ
ル数nを算出する。一括処理ファイル数nとして、本実施
形態においては、以下の計算式を満たす一括処理ファイ
ル数nの最大値を求めるようにした。
Next, the CPU 144 calculates the number n of batch processing files. In the present embodiment, the maximum value of the number n of batch processing files that satisfies the following formula is determined as the number n of batch processing files.

【0069】Td>N*Tcl+Tm*d+n*Tcr・・・・(1) ここで、Td:データDII先出し期間(固定)、Tcr:
1ファイルのファイル作成所要時間(固定)、N:1の
データDIIで管理できる最大モジュール数(固定)、
Tcl:1ファイルのファイルクローズの所要時間(固
定)、Tm:ディレクトリ作成所要時間(固定)、d:デ
ィレクトリ階層最大数(固定)とする。
Td> N * Tcl + Tm * d + n * Tcr (1) where Td: Data DII advance period (fixed), Tcr:
File creation time for one file (fixed), maximum number of modules that can be managed with N: 1 data DII (fixed),
Tcl: Time required for closing a file (fixed), Tm: Time required for directory creation (fixed), d: Maximum number of directory layers (fixed).

【0070】なお、前記(1)式にて、ファイルクロー
ズの時間をファイル数N分考慮しているのは、その前の
データDIIにてオープンしたファイルをクローズする
必要があるからである。後述するように、ファイルクロ
ーズ処理をまとめて行う場合には、考慮する必要はな
い。
The reason why the file closing time is considered by the number of files N in the above equation (1) is that it is necessary to close the file opened by the previous data DII. As will be described later, there is no need to consider when performing the file closing process collectively.

【0071】つぎにCPU144は、ステップS57で
決定したn個分のファイルについて、オープン処理をま
とめて行う(ステップS59)。
Next, the CPU 144 collectively performs open processing on the n files determined in step S57 (step S59).

【0072】かかる前処理が終了すると、CPU144
は、処理番号iを初期化するとともに、次期オープンフ
ァイル番号jをj=n+1とする(図10ステップS25)。
CPU144は、最初のファイルに格納するモジュール
データを受信するか否か判断し(ステップS27)、こ
れを受信すると、ハードディスクに書き込む(ステップ
S29)。書き込みが完了するまでこれを繰り返し(ス
テップS31)、書き込みが完了すると、一時記憶して
いたメモリのバッファ領域から当該モジュールデータを
削除する(ステップS32)。
When the pre-processing is completed, the CPU 144
Initializes the processing number i and sets the next open file number j to j = n + 1 (step S25 in FIG. 10).
The CPU 144 determines whether or not to receive the module data stored in the first file (Step S27), and upon receiving the module data, writes it to the hard disk (Step S29). This is repeated until the writing is completed (step S31). When the writing is completed, the module data is deleted from the temporarily stored buffer area of the memory (step S32).

【0073】CPU144は、次期オープンファイル番
号jが最大ファイル数Nを越えていないか否か判断し
(ステップS33)、越えていない場合には、j番目の
ファイルについて、ファイル作成処理およびファイルオ
ープン処理を行う(ステップS35)。次期オープンフ
ァイル番号jおよび処理番号iをインクリメントし(ステ
ップS37、ステップS39)、処理番号iが最大ファ
イル数を越えていなければステップS27以下を繰り返
す。処理番号iが最大ファイル数を越えると、終了と判
断して、N個のファイルについてファイルクローズ処理
を行う(ステップS43)。
The CPU 144 determines whether the next open file number j does not exceed the maximum number of files N (step S33). If not, the file creation processing and the file open processing are performed on the j-th file. Is performed (step S35). The next open file number j and the process number i are incremented (steps S37 and S39), and if the process number i does not exceed the maximum number of files, the steps from step S27 are repeated. When the processing number i exceeds the maximum number of files, it is determined that the processing is completed, and the file closing processing is performed on the N files (step S43).

【0074】かかる蓄積データの再生処理については従
来と同様である。操作者から与えられた操作指令が蓄積
コンテンツの再生である場合には、ハードディスクから
該当のリソースを読み出して、モニタ(図示せず)に出
力する。これにより、蓄積コンテンツが再生される。な
お、この場合1のモジュールデータは、複数のリソース
で構成されており、必要なリソースについてはリソース
リストを参照することにより、読み出すことができる。
The process of reproducing the stored data is the same as the conventional one. If the operation command given by the operator is to reproduce stored content, the corresponding resource is read from the hard disk and output to a monitor (not shown). Thereby, the stored content is reproduced. In this case, the module data 1 is composed of a plurality of resources, and necessary resources can be read out by referring to the resource list.

【0075】本実施形態においては、所定時間繰り返し
て送られてくるデータDIIを受信している間に、比較
的時間を要するオープン処理を、DDBメッセージデー
タ受信前に複数ファイルについてまとめて行う。これに
より、1のモジュールのデータ量を少なくして、モジュ
ール数が増えた場合であっても、データDII送出後、
連続してDBBメッセージデータを送出するような形式
であっても、受信装置にてバッファがあふれるおそれを
少なくすることができる。
In the present embodiment, while receiving the data DII repeatedly transmitted for a predetermined time, open processing requiring a relatively long time is performed for a plurality of files before receiving the DDB message data. As a result, even if the data amount of one module is reduced and the number of modules is increased, after the data DII is transmitted,
Even in a format in which DBB message data is continuously transmitted, the possibility that the buffer overflows in the receiving device can be reduced.

【0076】かかる効果について、図14〜図16を用
いて説明する。図14は1のモジュールのデータ量が多
い場合である。この場合には、結果的にモジュールの数
が少なくなるので、各モジュールの前処理および後処理
がそれほど頻繁におこらず、バッファ使用量がハードデ
ィスクへの書き込み処理が完了すると、つぎつぎと増え
ていくおそれがほとんど無い。
The effect will be described with reference to FIGS. FIG. 14 shows a case where the data amount of one module is large. In this case, since the number of modules is reduced as a result, pre-processing and post-processing of each module do not occur so frequently, and the buffer usage may increase one after another when the writing process to the hard disk is completed. There is almost no.

【0077】一方、図15は1のモジュールのデータ量
が少なく、結果的にモジュールの数が多くなる場合であ
る。このような場合には、所要時間が必要な各モジュー
ルの前処理および後処理が頻繁におこる。このため、バ
ッファしておく必要のあるデータが減らず、バッファ使
用量がどんどん増えていき、バッファがオーバフローす
るおそれがある。
On the other hand, FIG. 15 shows a case where the data amount of one module is small, and consequently the number of modules is large. In such a case, pre-processing and post-processing of each module requiring a required time frequently occur. For this reason, the data that needs to be buffered does not decrease, and the buffer usage increases steadily, so that the buffer may overflow.

【0078】このように1のモジュールのデータ量が少
なく、結果的にモジュールの数が多くなる場合であって
も、本実施形態のように複数ファイルについて、ファイ
ルオープン処理をデータDII受信中に行っておくこと
により、バッファオーバフローを防止しやすくなる。
As described above, even in the case where the data amount of one module is small and the number of modules is large as a result, file open processing is performed for a plurality of files during reception of the data DII as in the present embodiment. This makes it easier to prevent buffer overflow.

【0079】また、送信側にて、1のモジュールで送る
データ量が小さくなった場合に、送信側にてデータDI
Iの繰り返し送信期間を変更し、これを受信側に通知す
ることにより、受信側のバッファオーバフローにならな
いようコントロールすることもできる。
On the transmitting side, when the amount of data to be transmitted by one module is reduced, the data DI is transmitted on the transmitting side.
By changing the repetitive transmission period of I and notifying the receiving side of this, it is also possible to control so as not to cause a buffer overflow on the receiving side.

【0080】なお、図14〜図16においては、1モジ
ュールを1ファイルに格納する場合について説明した
が、蓄積コンテンツについては、各リソースを1のファ
イルとして展開して記憶するようにしてもよい。
Although the case where one module is stored in one file has been described with reference to FIGS. 14 to 16, for the stored contents, each resource may be expanded and stored as one file.

【0081】なお、上記実施形態においては、データD
IIを繰り返し送ることにより、データDII送出後、
DDBメッセージデータ受信開始までの猶予時間を確保
するようにしている。かかる繰り返し送信処理は、プロ
グラムを若干修正することができるので、対応が容易で
ある。なお、DDBメッセージデータ受信開始までの猶
予時間を確保できる形式であれば、データDIIを繰り
返し送らなくてもよい。
In the above embodiment, the data D
By repeatedly sending II, after sending data DII,
A grace time until the start of DDB message data reception is ensured. Such repetitive transmission processing is easy to cope with because the program can be slightly modified. Note that the data DII need not be repeatedly transmitted as long as a grace period until the start of DDB message data reception can be secured.

【0082】上記実施形態においては、新たに蓄積コン
テンツを記憶する場合について説明したが、蓄積コンテ
ンツを更新する場合には以下のような処理をすればよ
い。なお、更新か否かは、既に同じ名前のファイルが記
憶されているかはないかで判断すればよい。更新の場合
は、ファイル作成およびオープン処理の際に、空ファイ
ルで、実行する。そして、この空ファイルに一旦データ
を書き込み、更新元のファイルを削除してから、前記空
ファイルのファイル名を削除したファイル名に変更すれ
ばよい。このように、更新の際には、更新元ファイルの
削除およびファイル名変更の時間がかかることから、図
11ステップS57の一括処理ファイル数nの算出時に
は、更新元ファイルの削除およびファイル名変更の時間
を考慮するようにすればよい。
In the above embodiment, the case where the stored content is newly stored has been described. However, when the stored content is updated, the following processing may be performed. It should be noted that whether or not to update may be determined based on whether or not a file with the same name is already stored. In the case of updating, an empty file is executed at the time of file creation and open processing. Then, the data may be once written in the empty file, the original file may be deleted, and then the file name of the empty file may be changed to the deleted file name. As described above, when updating, it takes time to delete the update source file and change the file name. Therefore, when calculating the number n of batch processing files in step S57 in FIG. Time should be considered.

【0083】本実施形態においては、1のモジュールに
複数のファイルがマルチパート化されている場合につい
て説明したが、複数のモジュールで1のファイルを構成
するようにしてもよい。この場合は、各モジュールを構
成する全DDBメッセージデータを一時記憶し、各モジ
ュールデータを再現し、さらにこれらのモジュールデー
タから1のファイルを再現するようにすればよい。
In the present embodiment, a case has been described where a plurality of files are multiparted in one module. However, one file may be constituted by a plurality of modules. In this case, all DDB message data constituting each module may be temporarily stored, each module data may be reproduced, and one file may be reproduced from these module data.

【0084】上記実施形態においては、後処理をまとめ
て実行するようにした(図10ステップS43参照)。
これにより、更新の際には、1のカルーセルで送信され
る全モジュールが、受信された場合に更新されることと
なる。
In the above embodiment, the post-processing is executed collectively (see step S43 in FIG. 10).
Thereby, at the time of updating, all modules transmitted by one carousel are updated when they are received.

【0085】また、データDII受信後、モジュールデ
ータを受信する前に、前処理を複数モジュールについて
まとめて行っているが、これに限定されない。
Further, after receiving the data DII and before receiving the module data, the preprocessing is collectively performed for a plurality of modules, but the present invention is not limited to this.

【0086】上記実施形態においては、受信装置110
として、いわゆるセット・トップ・ボックスを例として
説明したが、モニタを含むテレビ受像機として構成して
もよい。
In the above embodiment, the receiving device 110
Although a so-called set-top box has been described as an example, the present invention may be configured as a television receiver including a monitor.

【0087】なお、上記実施形態においては、ファイル
をMPEG−2トランスポートストリーム上のDSM−
CCオブジェクトカルーセルとDSM−CCデータカル
ーセルで伝送したが、同様の処理が行える他のプロトコ
ルで伝送してもよい。
Note that, in the above embodiment, the file is stored in the DSM-
Although the transmission is performed using the CC object carousel and the DSM-CC data carousel, the transmission may be performed using another protocol that can perform the same processing.

【0088】上記各実施形態においてはデジタル衛星放
送でデジタルデータ伝送を行う場合について説明した
が、デジタル地上波放送、さらにケーブルテレビ等の有
線放送にも同じように適用することができる。
In the above embodiments, digital data transmission is performed by digital satellite broadcasting. However, the present invention can be similarly applied to digital terrestrial broadcasting and cable broadcasting such as cable television.

【0089】上記実施形態においては、図1の各ブロッ
クの機能をハードウェアおよびCPUを用いて実現した
場合について説明したが、いずれをハードウェアで構成
するかについては、特に限定されず、さらに、ソフトウ
ェアで構成した部分を一部または全部をハードウェアロ
ジックによって構成してもよい。
In the above embodiment, the case where the function of each block in FIG. 1 is realized using hardware and a CPU has been described. However, which of the hardware is configured is not particularly limited. A part or the whole of the part configured by software may be configured by hardware logic.

【0090】本実施形態においては、ROMに表示プロ
グラムを記憶するようにしたが、ICカードやCD−R
OM等の記憶媒体に記憶し、ICカードドライブやCD
−ROMドライブを介して、不揮発性メモリに転送して
記憶するようにしてもよい。さらに、通信(放送を含
む)でかかるプログラムを転送して、不揮発性メモリに
記憶するようにしてもよい。
In the present embodiment, the display program is stored in the ROM.
Stored in a storage medium such as an OM, an IC card drive or CD
-The data may be transferred to a non-volatile memory via a ROM drive and stored. Further, the program may be transferred by communication (including broadcasting) and stored in the nonvolatile memory.

【0091】また、前記プログラムは、信号搬送波と一
体化されたコンピュータデータ信号として、伝送するこ
とができる。
The program can be transmitted as a computer data signal integrated with a signal carrier.

【0092】なお、本実施形態においては、コンテンツ
データの記述形式として、BMLデータを用いたが、文
書データを表示する場合の配置位置、文字列の大きさ、
参照する図形データに関する情報等の表示指定情報が付
加されたデータであればどのような物であってもよく、
SGML,HTML,XML型データ、MHEG規格の
データ等であってもよい。また、かかるBMLデータに
リンクされる画像、音声データ等もコンテンツデータを
構成する。
In the present embodiment, BML data is used as the description format of the content data. However, the layout position, the size of the character string,
Any data may be used as long as display designation information such as information on the graphic data to be referred to is added.
It may be SGML, HTML, XML type data, MHEG standard data, or the like. Further, the image data, audio data, and the like linked to the BML data also constitute the content data.

【0093】なお、本実施形態においては、コンテンツ
データが多層の階層構造で記憶されている場合について
説明したが、かかる階層構造については限定されない。
In the present embodiment, the case where the content data is stored in a multilayer hierarchical structure has been described, but the hierarchical structure is not limited.

【0094】また、上記実施形態においては、本件発明
を、1のデータDIIで送信するモジュール数が増えた
場合の課題を解決するものとして説明した。しかしなが
ら、1のデータDIIで送信する総モジュール数が少な
い場合でも、バッファ領域からハードディスクへの1モ
ジュール単位ではなくそのつど転送し、転送されるとバ
ッファからデータ削除する場合には、本発明を適用する
ことにより、少ないバッファ容量でもバッファオーバフ
ローを防止することができる。
Further, in the above embodiment, the present invention has been described as solving the problem when the number of modules transmitted by one data DII is increased. However, even when the total number of modules transmitted in one data DII is small, the present invention is applied to a case where data is transferred from the buffer area to the hard disk in units of one module instead of each module and data is deleted from the buffer when transferred. By doing so, buffer overflow can be prevented even with a small buffer capacity.

【0095】たとえば、1のデータDIIで送信する最
大モジュール数が2つである場合、1のカルーセルで送
信できる最大サイズは254.125MB(4066×216バイト)
である。したがって、1のカルーセルを構成するモジュ
ールの総サイズは254.125メガバイト(4066×216バイ
ト)以下となる。この場合、第1のモジュールデータに
ついてハードディスクへの書き込みが終了してから、第
2のモジュール用のファイルをハードディスクに前処理
すると、当該前処理が完了するまで第2のモジュール用
のデータをバッファに蓄積しておく必要がある。これに
対して、本件発明のように、送信側ではデータDIIを
所定時間(例えば30秒)送信しておき、受信側では、
前記2つのモジュールデータ蓄積用のファイルをまとめ
て前処理しておくことにより、前記2つのモジュールデ
ータの受信が開始されても、バッファ領域に一時記憶し
たデータのうち、ハードディスクに転送したデータにつ
いては、その都度データを削除することができる。この
ように、第2のモジュール用のファイル前処理に要する
時間が不要となり、バッファ容量を少なくすることがで
きる。
[0095] For example, if the maximum number of modules to be transmitted in one data DII is two, the maximum size 254.125MB (4066 × 2 16 bytes) that can be transmitted in 1 carousel
It is. Therefore, the total size of the modules constituting the first carousel is as follows 254.125 megabytes (4066 × 2 16 bytes). In this case, when the file for the second module is pre-processed on the hard disk after the writing of the first module data to the hard disk is completed, the data for the second module is buffered until the pre-processing is completed. It needs to be stored. On the other hand, as in the present invention, the transmitting side transmits the data DII for a predetermined time (for example, 30 seconds), and the receiving side transmits
By preprocessing the two module data storage files collectively, even if the reception of the two module data is started, of the data temporarily stored in the buffer area, , Data can be deleted each time. Thus, the time required for the file preprocessing for the second module is not required, and the buffer capacity can be reduced.

【0096】6.〔他の実施形態〕 本発明にかかる他の実施形態における受信システムのブ
ロック図を図17に示す。なお、以下のすべての実施の
形態において、同様の機能を有する構成要素には同じ符
号を付し、説明を省略する。
6. [Other Embodiments] FIG. 17 is a block diagram of a receiving system according to another embodiment of the present invention. In all the following embodiments, components having the same functions are denoted by the same reference numerals, and description thereof will be omitted.

【0097】図17の受信システムは、受信装置10、
および記録媒体20を有する。受信装置10は、受信部
11、記録部12および一括処理数保持部13を有す
る。受信部11は、データ群を受信する。データ群の受
信は、一般的にはデジタルテレビ放送であるが、アナロ
グテレビ放送でも、ケーブルテレビでも、インターネッ
トなどの通信によるデータ受信でも良い。また、データ
群とは、データの集合であり、固定長でも不定長でも良
い。また、データ群は、動画であるテレビ番組や静止
画、テキストからなるデータ、静止画およびテキストの
組み合わせ、音楽データ、コンピュータプログラム、ス
クリプトなど何でも良い。
The receiving system shown in FIG.
And a recording medium 20. The receiving device 10 includes a receiving unit 11, a recording unit 12, and a batch processing number holding unit 13. The receiving unit 11 receives a data group. The reception of the data group is generally digital television broadcasting, but may be analog television broadcasting, cable television, or data reception through communication such as the Internet. The data group is a set of data, and may be fixed length or indefinite length. Further, the data group may be anything such as a television program, a still image, data composed of text, a combination of a still image and text, music data, a computer program, a script, etc.

【0098】記録部12は、受信部11で受信したデー
タを記録媒体20に記録する。記録媒体20について
は、以下に詳述する。
[0098] The recording unit 12 records the data received by the receiving unit 11 on the recording medium 20. The recording medium 20 will be described in detail below.

【0099】一括処理数保持部13は、記録部12が一
括処理するデータ群の数を保持する。記録媒体20は、
例えばハードディスクである。しかし、記録媒体20
は、ハードディスクだけにとどまらず、CD、DVD―
RAMなどの光ディスク、半導体メモリなど、データを
記録可能な媒体はいずれの媒体でも良い。
The batch processing number holding unit 13 holds the number of data groups to be batch processed by the recording unit 12. The recording medium 20
For example, a hard disk. However, the recording medium 20
Is not limited to hard disks, but also CDs and DVDs
Any medium that can record data, such as an optical disk such as a RAM or a semiconductor memory, may be used.

【0100】次に、図18のフローチャートに基づいて
受信装置10の動作を説明する。
Next, the operation of the receiving apparatus 10 will be described with reference to the flowchart of FIG.

【0101】(ステップS201)記録部12は、受信
部11がヘッダー情報を受信したか否か判断する。ヘッ
ダー情報を受信しておれば、ステップS202に行く。
ヘッダー情報を受信していなければステップS201に
戻る。なお、ヘッダー情報とは、データ群を送信する前
に送られる情報であり、例えば、データ群を格納するデ
ィレクトリ名や、受信するデータ群の数や一括処理する
データ群数などの情報が記入されている。ただし、上記
の三種類の情報だけでなく、ヘッダー情報の内容は、種
々考えられ、また上記三種類の情報が必須であるとも限
らない。
(Step S201) The recording unit 12 determines whether the receiving unit 11 has received the header information. If the header information has been received, the process proceeds to step S202.
If the header information has not been received, the process returns to step S201. The header information is information transmitted before transmitting the data group, and includes, for example, information such as a directory name for storing the data group, the number of data groups to be received, and the number of data groups to be collectively processed. ing. However, not only the above three types of information but also the contents of the header information can be considered variously, and the above three types of information are not necessarily essential.

【0102】(ステップS202)記録部12は、受信
部11が受信したヘッダー情報からディレクトリ名を取
り出す。記録部12は、そのディレクトリ名を持つディ
レクトリを作成する。
(Step S202) The recording unit 12 extracts a directory name from the header information received by the receiving unit 11. The recording unit 12 creates a directory having the directory name.

【0103】(ステップS203)記録部12は、ヘッ
ダー情報から一括処理数(ここでは、nとする。)を取
り出す。ここで、一括処理数とは、記録部12が一括処
理するデータ群数である。
(Step S203) The recording unit 12 extracts the number of batch processes (here, n) from the header information. Here, the number of batch processing is the number of data groups that the recording unit 12 performs batch processing.

【0104】(ステップS204)記録部12は、n個
のデータ群を記録媒体20に記録するための前処理(以
下、前処理という。)を行う。ここで、例えば、1デー
タ群を1ファイルに記録する場合を想定する。この場
合、前処理とは、ファイル生成処理およびファイルオー
プン処理である。
(Step S204) The recording unit 12 performs preprocessing (hereinafter, referred to as preprocessing) for recording the n data groups on the recording medium 20. Here, for example, it is assumed that one data group is recorded in one file. In this case, the pre-processing is a file generation processing and a file open processing.

【0105】(ステップS205)記録部12は、ステ
ップS204の処理がエラーか否かを判断する。エラー
であればステップS204に戻り、エラーでなければス
テップS206に行く。前処理におけるエラーか否かの
判断は、例えばファイルポインタが正常にリターンされ
ない、等で判断可能である。内部の処理では記録媒体に
おける記憶領域が確保できなかった場合などが該当す
る。
(Step S205) The recording unit 12 determines whether or not the processing in step S204 is an error. If an error occurs, the process returns to step S204, and if not, the process proceeds to step S206. The determination as to whether or not an error has occurred in the preprocessing can be made based on, for example, that the file pointer is not normally returned. This corresponds to a case where a storage area in a recording medium cannot be secured in internal processing.

【0106】(ステップS206)変数iに0を代入す
る。
(Step S206) 0 is substituted for a variable i.

【0107】(ステップS207)記録部12は、受信
部11がi番目のデータ群を受信したか否かを判断す
る。受信していればステップS208に行き、受信して
いなければステップS207に戻る。
(Step S207) The recording section 12 determines whether or not the receiving section 11 has received the i-th data group. If it has been received, the process proceeds to step S208, and if it has not been received, the process returns to step S207.

【0108】(ステップS208)記録部12は、i番
目のデータ群を記録媒体20に記録するため処理(以
下、本処理という。)を行う。ここで、本処理とは、デ
ータ群の書きこみ処理である。
(Step S208) The recording unit 12 performs processing (hereinafter, referred to as main processing) for recording the i-th data group on the recording medium 20. Here, this processing is a data group writing processing.

【0109】(ステップS209)記録部12は本処理
にエラーが発生したか否かを判断する。エラーが発生し
ていればステップS208に戻る。エラーは発生してい
なければステップS210に行く。なお、エラーが発生
したか否かは、例えばデータDII中にあるデータ群の
サイズを取り出し、記録したデータ群のデータサイズと
比較して、一致していなければエラーが発生したと判断
する。その他、記録(write)処理が正常終了しな
かった場合はエラーとして判断する、など種々、エラー
判断の方法は考えられる。
(Step S 209) The recording section 12 determines whether or not an error has occurred in this processing. If an error has occurred, the process returns to step S208. If no error has occurred, the process proceeds to step S210. Whether an error has occurred is determined by, for example, extracting the size of a data group in the data DII and comparing it with the data size of the recorded data group. If they do not match, it is determined that an error has occurred. In addition, there are various error determination methods, such as determining that an error occurs when the recording (write) processing is not completed normally.

【0110】(ステップS210)記録部12は、i番
目のデータ群を記録媒体20に記録した後の処理(以
下、後処理という。)を行う。ここで、後処理とはファ
イルクローズ処理である。
(Step S210) The recording unit 12 performs processing after recording the i-th data group on the recording medium 20 (hereinafter, referred to as post-processing). Here, the post-processing is a file closing process.

【0111】(ステップS211)記録部12は、ステ
ップS210における後処理にエラーが発生したか否か
を判断する。エラーが発生していればステップS210
に戻り、エラーが発生していなければステップS212
に行く。後処理のエラーとは、ファイルのクローズに失
敗した場合がある。
(Step S211) The recording unit 12 determines whether an error has occurred in the post-processing in step S210. If an error has occurred, step S210
Return to step S212 if no error has occurred.
go to. The post-processing error is when the file close failed.

【0112】(ステップS212)記録部12は、(n
+i)番目のデータ群の前処理を行う。
(Step S212) The recording unit 12 sets (n
+ I) Preprocess the data group.

【0113】(ステップS213)記録部12は、ステ
ップS212での処理がエラーか否かを判断する。エラ
ーであれば、ステップS212に戻り、エラーでなけれ
ばステップS214に行く。ここで、例えば、ファイル
オープン処理(関数fileopen()を実行する)
を行った場合を想定する。エラーか否かの判断は、ファ
イルオープン関数の実行時のリターン値(ファイルポイ
ンタがリターンされる)が妥当なファイルポイントであ
るか否かによる。
(Step S213) The recording unit 12 determines whether or not the processing in step S212 is an error. If an error has occurred, the process returns to step S212, and if not, the process proceeds to step S214. Here, for example, a file open process (executes a function fileopen ())
Is assumed. The determination as to whether or not there is an error depends on whether or not the return value (the file pointer is returned) when the file open function is executed is a valid file point.

【0114】(ステップS214)iにi+1を代入す
る。ステップS207に行く。
(Step S214) Substitute i + 1 for i. Go to step S207.

【0115】次に、上記で説明した受信装置の具体的な
データ群の書き込み処理の例について図19を用いて説
明する。本具体例において、受信装置はデジタルテレビ
である。また、データ群は、1MBのデータである。ま
た、記録部12における記録は、データ群をファイルに
記録する。また、前処理は、ファイル生成処理(cre
ate)、ファイルオープン処理(open)である。
本処理は、データ群の書き込み処理(write)であ
る。後処理は、ファイルクローズ処理(close)で
ある。
Next, an example of a specific data group writing process of the above-described receiving apparatus will be described with reference to FIG. In this specific example, the receiving device is a digital television. The data group is 1 MB of data. The recording in the recording unit 12 records the data group in a file. The pre-processing is a file generation processing (cre
ate) and file open processing (open).
This process is a data group write process. The post-processing is a file close processing (close).

【0116】かかる場合に、放送局からデータDIIと
いうヘッダーが送信される。データDIIは、データ群
の長さ(本具体例では、1MB)、データ群の数、デー
タ群の識別子、データ群のバージョン、データ群を記録
するディレクトリ名、一括処理するデータ群数(一括処
理数)などを含む。なお、データ群とは、図3において
は、モジュール(module)と言う。
In such a case, a header called data DII is transmitted from the broadcasting station. The data DII includes the length of a data group (1 MB in this specific example), the number of data groups, the identifier of the data group, the version of the data group, the directory name for recording the data group, and the number of data groups to be batch processed (batch processing). Number). Note that the data group is called a module in FIG.

【0117】次に、受信部11はデータDIIを受信す
る。ここで、受信部11は、例えば、チューナーおよび
データを記録するメモリなどのハードウェアで実現され
ている。次に、記録部12は、データDIIからディレ
クトリ名を取り出し、ディレクトリを作成する。そし
て、記録部12は、データDII中の一括処理数(本具
体例では、5とする。)を取得する。次に、記録部12
は一括処理数を一括処理数保持部13に記録する。な
お、一括処理数は、データDII中に含まれていること
が必須ではなく、受信装置に予め格納されていても良い
し、インターネットを経由して通信で取得される、また
はDVD等の蓄積媒体から取得されるなど、種々の手段
で取得されても良い。
Next, the receiving section 11 receives the data DII. Here, the receiving unit 11 is realized by hardware such as a tuner and a memory for recording data. Next, the recording unit 12 extracts a directory name from the data DII and creates a directory. Then, the recording unit 12 acquires the number of batch processes (5 in this specific example) in the data DII. Next, the recording unit 12
Records the number of batch processes in the batch process number holding unit 13. The number of batch processes is not essential to be included in the data DII, and may be stored in the receiving device in advance, obtained by communication via the Internet, or stored on a storage medium such as a DVD. For example, it may be obtained by various means, such as obtained from.

【0118】そして、記録部12は取得した一括処理数
(5)のファイルの生成およびオープンを行う。記録部
12は、以上の前処理により5つのファイルポインタを
得る。そして、受信部11は0番目(0番目から始ま
る)のモジュールを受信する。次に、記録部12は、0
番目のモジュールを受信部11から取り出し、モジュー
ルの内容を記録媒体20に記録(write)する。記
録の際に、0番目のファイルポインタを記録する関数に
引数として渡す。記録が終了すると、0番目のファイル
をクローズする。
Then, the recording unit 12 generates and opens a file of the acquired number of batch processes (5). The recording unit 12 obtains five file pointers by the above preprocessing. Then, the receiving unit 11 receives the 0th module (starting from the 0th module). Next, the recording unit 12
The third module is taken out from the receiving unit 11 and the contents of the module are recorded on the recording medium 20 (write). At the time of recording, it is passed as an argument to a function that records the 0th file pointer. When the recording is completed, the 0th file is closed.

【0119】次に、5番目のファイルの前処理(cre
ate、open)を行う。なお、記録部12が0番目
のモジュールを受信部11から取り出した後、1番目の
モジュールを受信部11が受信する。この1番目のモジ
ュールを受信している間に、上記の処理、つまり、0番
目のデータのwrite、close、5番目のデータ
のcreate、openを行う。このファイル処理
(create、open、write、close)
は、ソフトウェアにより実現される。勿論、図示しない
CPUがソフトウェアを解釈実行して、ファイル処理を
行う。つまり、記録部12は、例えばCPUとソフトウ
ェアで実現されている。
Next, the preprocessing of the fifth file (cre
ate, open). After the recording unit 12 takes out the 0th module from the receiving unit 11, the receiving unit 11 receives the first module. While the first module is being received, the above processing, that is, write and close of the 0th data, and create and open of the 5th data are performed. File processing (create, open, write, close)
Is realized by software. Of course, a CPU (not shown) interprets and executes the software to perform file processing. That is, the recording unit 12 is realized by, for example, a CPU and software.

【0120】次に、記録部12は、1番目のモジュール
を取り出し、1番目のファイルポインタで識別されるフ
ァイルにそのモジュールを記録する。そして、記録部1
2は、1番目のファイルをクローズする。
Next, the recording unit 12 takes out the first module and records the module in the file identified by the first file pointer. And the recording unit 1
2 closes the first file.

【0121】次に、記録部12は、6番目のファイルの
前処理を行う。
Next, the recording unit 12 performs preprocessing for the sixth file.

【0122】以下、図19に示す流れで処理が行われ
る。
Hereinafter, the processing is performed according to the flow shown in FIG.

【0123】なお、上記において複数のデータ群に対す
る前処理は一括して行われた。この「一括して行う」と
は、前処理のcreate、openが連続して行われ
た場合だけでなく、2つの処理の間に別の処理があって
も良い。また、「一括して行う」の意味として、モジュ
ール0の前処理とモジュール1の前処理は連続して行わ
れることが普通であるが、これに限らず、モジュール0
の前処理とモジュール1の前処理の間に別の処理が行わ
れる場合も含まれる。つまり、「一括して行う」とは、
前処理をモジュールの書き込み処理中には行わず、前も
って行うことを言う。
In the above, the preprocessing for a plurality of data groups has been performed collectively. This “perform collectively” means that not only the case where “create” and “open” of the pre-processing are continuously performed, but also another processing may be performed between the two processings. The meaning of “perform collectively” is that the pre-processing of module 0 and the pre-processing of module 1 are usually performed consecutively, but the present invention is not limited to this.
The case in which another process is performed between the preprocessing of the module 1 and the preprocessing of the module 1 is also included. In other words, "do it all at once"
This means that the pre-processing is not performed during the writing process of the module but is performed in advance.

【0124】以上のように、本実施の形態によれば、複
数のデータ群を連続して受信して記録する際に、最初に
複数のデータ群の前処理を一括して行うことにより、デ
ータ群受信または記録中にエラーが発生した場合にも、
エラーとなった処理を再度行う(リトライする)ことに
より、すべてのデータ群を安全に記録媒体に記録するこ
とができる。
As described above, according to the present embodiment, when a plurality of data groups are continuously received and recorded, the pre-processing of the plurality of data groups is first performed collectively, whereby the data If an error occurs during a group reception or recording,
By repeating (retrying) the process that caused the error, all data groups can be safely recorded on the recording medium.

【0125】なお、本実施の形態において、データはフ
ァイルに記録されたが、データベースに記録されても良
い。かかる場合、前処理は、例えばテーブル生成および
テーブルオープンであり、本処理はテーブルへの書き込
みであり、後処理はテーブルクローズである。また、フ
ァイルやデータベース以外の論理構造を持つ対象に記録
されても良い。以下、すべての実施の形態において同じ
である。
In the present embodiment, the data is recorded in a file, but may be recorded in a database. In such a case, the pre-processing is, for example, table generation and table opening, this processing is writing to a table, and the post-processing is table closing. Also, it may be recorded on an object having a logical structure other than a file or a database. Hereinafter, the same applies to all embodiments.

【0126】また、本実施の形態において、受信部11
はチューナーを含むハードウェアで実現され、記録部1
2はCPUとソフトウェアで実現されていたが、受信部
11も一部ソフトウェアで実現しても良いし、記録部1
2もソフトウェアではなく、すべてハードウェア(回
路)で実現しても良い。
Further, in the present embodiment, the receiving unit 11
Is realized by hardware including a tuner, and a recording unit 1
2 is realized by a CPU and software, the receiving unit 11 may be partially realized by software.
2 may also be realized by hardware (circuit) instead of software.

【0127】また、本実施の形態において、データ群は
1MBの固定長のデータブロックであったが、不定長の
データであっても良い。かかる場合、データ群の長さ
は、データDII(ヘッダー)に格納されているのが通
常である。以下、すべての実施の形態において、データ
群は同様である。
Further, in this embodiment, the data group is a fixed-length data block of 1 MB, but may be data of an undefined length. In such a case, the length of the data group is usually stored in the data DII (header). Hereinafter, the data group is the same in all the embodiments.

【0128】さらに、上述の記録部12の記録処理をソ
フトウェアで実現して、そのソフトウェアをインターネ
ット等のネットワークや放送により流布しても良い。ま
た、そのソフトウェアをCD−RやDVDなどのコンピ
ュータ読取可能な記録媒体に記録して流通させても良
い。以下、すべての実施の形態において、記録部の各種
処理は同様である。
Furthermore, the recording process of the recording unit 12 may be realized by software, and the software may be distributed via a network such as the Internet or by broadcasting. Further, the software may be recorded on a computer-readable recording medium such as a CD-R or a DVD and distributed. Hereinafter, various processes of the recording unit are the same in all the embodiments.

【0129】他の実施形態における受信システムの概要
図を図20に示す。
FIG. 20 is a schematic diagram of a receiving system according to another embodiment.

【0130】図20の受信システムは、受信装置40、
記録媒体20を有する。受信装置40は、受信部11、
記録部42を有する。記録部42は、受信部11で受信
したデータを記録媒体20に記録する。記録の方法が記
録部12とは異なる。
The receiving system shown in FIG.
It has a recording medium 20. The receiving device 40 includes a receiving unit 11,
It has a recording unit 42. The recording unit 42 records the data received by the receiving unit 11 on the recording medium 20. The recording method is different from that of the recording unit 12.

【0131】本実施形態における記録部42の記録の方
法について以下、詳述する。まず、図21のフローチャ
ートに基づいて受信装置40の動作を説明する。
The recording method of the recording section 42 in the present embodiment will be described in detail below. First, the operation of the receiving device 40 will be described based on the flowchart of FIG.

【0132】(ステップS201)記録部42は、受信
部11がヘッダー情報を受信したか否か判断する。ヘッ
ダー情報を受信しておれば、ステップS202に行く。
ヘッダー情報を受信していなければステップS201に
戻る。
(Step S201) The recording section 42 determines whether or not the receiving section 11 has received header information. If the header information has been received, the process proceeds to step S202.
If the header information has not been received, the process returns to step S201.

【0133】(ステップS202)記録部42は、受信
部11が受信したヘッダー情報からディレクトリ名を取
り出す。記録部42は、そのディレクトリ名を持つディ
レクトリを作成する。
(Step S202) The recording unit 42 extracts the directory name from the header information received by the receiving unit 11. The recording unit 42 creates a directory having the directory name.

【0134】(ステップS203)記録部42は、ヘッ
ダー情報から一括処理数(ここでは、nとする。)を取
り出す。
(Step S203) The recording unit 42 extracts the number of batch processes (here, n) from the header information.

【0135】(ステップS204)記録部42は、n個
のデータ群の前処理を行う。
(Step S204) The recording unit 42 performs pre-processing on n data groups.

【0136】(ステップS205)記録部42は、ステ
ップS204の処理がエラーか否かを判断する。エラー
であればステップS204に戻り、エラーでなければス
テップS206に行く。
(Step S205) The recording unit 42 determines whether or not the processing in step S204 is an error. If an error occurs, the process returns to step S204, and if not, the process proceeds to step S206.

【0137】(ステップS206)変数iに0を代入す
る。
(Step S206) 0 is substituted for a variable i.

【0138】(ステップS207)記録部42は、受信
部11がi番目のデータ群を受信したか否かを判断す
る。受信していればステップS208に行き、受信して
いなければステップS207に戻る。
(Step S207) The recording section 42 determines whether or not the receiving section 11 has received the i-th data group. If it has been received, the process proceeds to step S208, and if it has not been received, the process returns to step S207.

【0139】(ステップS208)記録部12は、i番
目のデータ群の本処理を行う。
(Step S208) The recording unit 12 performs the main processing of the i-th data group.

【0140】(ステップS209)記録部12は本処理
にエラーが発生したか否かを判断する。エラーが発生し
ていればステップS208に戻る。エラーは発生してい
なければステップS214に行く。
(Step S209) The recording unit 12 determines whether or not an error has occurred in this processing. If an error has occurred, the process returns to step S208. If no error has occurred, the process proceeds to step S214.

【0141】(ステップS214)iにi+1を代入す
る。
(Step S214) i + 1 is substituted for i.

【0142】(ステップS501)記録部42は、iを
nで割った余りが0か否かを判断する。0であればステ
ップS502に行き、0でなければステップS206に
戻る。
(Step S501) The recording unit 42 determines whether or not the remainder obtained by dividing i by n is 0. If it is 0, the procedure goes to step S502, and if it is not 0, the procedure returns to step S206.

【0143】(ステップS502)jに0を代入する。(Step S502) 0 is substituted for j.

【0144】(ステップS503)記録部42は、(i
−n+j)番目のデータ群の後処理を行う。
(Step S 503) The recording section 42 sets (i)
Post-process the (n + j) -th data group.

【0145】(ステップS504)記録部42は、ステ
ップS503での後処理がエラーでないか否かを判断す
る。エラーであればステップS503に戻る。エラーで
なければステップS505に行く。
(Step S504) The recording unit 42 determines whether or not the post-processing in step S503 is an error. If an error has occurred, the process returns to step S503. If there is no error, go to step S505.

【0146】(ステップS505)iにj+1を代入す
る。
(Step S505) j + 1 is substituted for i.

【0147】(ステップS506)jがn−1と等しい
か否かを判断する。等しければステップS507に行
き、等しくなければステップS503に戻る。
(Step S506) It is determined whether or not j is equal to n-1. If they are equal, the procedure goes to step S507, and if they are not equal, the procedure returns to step S503.

【0148】(ステップS507)記録部42は、n個
のデータ群の前処理を行う。
(Step S507) The recording unit 42 performs pre-processing on n data groups.

【0149】(ステップS508)記録部42は、ステ
ップS507での前処理がエラーでないか否かを判断す
る。エラーであればステップS507に戻る。エラーで
なければステップS207に行く。
(Step S508) The recording section 42 determines whether or not the pre-processing in step S507 is an error. If an error has occurred, the process returns to step S507. If there is no error, go to step S207.

【0150】次に、上記で説明した受信装置の具体的な
データ群の書き込み処理の例について図22を用いて説
明する。本具体例において、受信装置はデジタルテレビ
である。また、データ群(モジュール)は、1MBのデ
ータである。また、記録部42における記録は、モジュ
ールをファイルに記録する。また、前処理は、ファイル
生成処理(create)、ファイルオープン処理(o
pen)である。本処理は、データ群の書き込み処理
(write)である。後処理は、ファイルクローズ処
理(close)である。
Next, an example of a specific data group writing process of the receiving apparatus described above will be described with reference to FIG. In this specific example, the receiving device is a digital television. The data group (module) is 1 MB of data. The recording in the recording unit 42 records the module in a file. The pre-processing includes file generation processing (create) and file opening processing (o).
pen). This process is a data group write process. The post-processing is a file close processing (close).

【0151】かかる場合に、放送局からデータDIIが
送信される。次に、受信部11はデータDIIを受信す
る。次に、記録部42は、データDIIからディレクト
リ名を取り出し、ディレクトリを作成する。そして、記
録部42は、データDII中の一括処理数(本具体例で
は、nとする。)を取得する。
In such a case, data DII is transmitted from the broadcasting station. Next, the receiving unit 11 receives the data DII. Next, the recording unit 42 extracts a directory name from the data DII and creates a directory. Then, the recording unit 42 acquires the number of batch processes (n in this specific example) in the data DII.

【0152】そして、記録部42は取得した一括処理数
(n)のファイルの生成およびオープンを行う。記録部
42は、以上の前処理によりn個のファイルポインタを
得る。そして、受信部11は0番目(0番目から始ま
る)のモジュールを受信する。次に、記録部42は、0
番目のモジュールを受信部11から取り出し、モジュー
ルの内容を記録媒体20に記録(write)する。記
録の際に、0番目のファイルポインタを記録する関数に
引数として渡す。なお、本実施の形態においては、後処
理を本処理の直後に行わず、後処理も一括して行う。
Then, the recording section 42 generates and opens a file of the acquired batch processing number (n). The recording unit 42 obtains n file pointers by the above preprocessing. Then, the receiving unit 11 receives the 0th module (starting from the 0th module). Next, the recording unit 42
The third module is taken out from the receiving unit 11 and the contents of the module are recorded on the recording medium 20 (write). At the time of recording, it is passed as an argument to a function that records the 0th file pointer. Note that, in the present embodiment, post-processing is not performed immediately after this processing, and post-processing is also performed collectively.

【0153】次に、1番目のモジュールの本処理を行
う。さらに、2番目のモジュールの本処理、n−2番目
のモジュールの本処理、n−1番目のモジュールの本処
理を次々に行っていく。かかる本処理とは別に受信部1
1が0番目からn−1番目のモジュールを受信する。受
信部11がn−m番目のモジュールの受信(受信部11
が保持する記録手段に記録すること)を完了してからn
−m+1番目のモジュールの受信を開始する(n−m+
1番目のモジュールの記録を開始する)までに、記録部
42はn−m番目のモジュールを記録媒体20に記録す
る。
Next, the main processing of the first module is performed. Further, the main processing of the second module, the main processing of the (n-2) th module, and the main processing of the (n-1) th module are sequentially performed. Apart from this processing, the receiving unit 1
1 receives the 0th to (n-1) th modules. The receiving unit 11 receives the mnth module (the receiving unit 11
Recording in the recording means held by the
-Start receiving the (m + 1) th module (nm +
By the time the recording of the first module is started), the recording unit 42 records the nm-th module on the recording medium 20.

【0154】次に、一括処理すべきモジュールの本処理
が完了した段階で、本処理した分のモジュールの後処理
を行う。後処理とは、ファイルクローズである。
Next, at the stage when the main processing of the modules to be collectively processed is completed, post-processing of the modules corresponding to the main processing is performed. Post-processing is file closing.

【0155】さらに、次のn個のモジュールについて前
処理を行う。
Further, preprocessing is performed for the next n modules.

【0156】なお、上記において複数のデータ群に対す
る前処理は一括して行われた。この「一括して行う」と
は、前処理のcreate、openが連続して行われ
た場合だけでなく、2つの処理の間に別の処理があって
も良い。また、「一括して行う」の意味として、モジュ
ール0の前処理とモジュール1の前処理は連続して行わ
れることが普通であるが、これに限らず、モジュール0
の前処理とモジュール1の前処理の間別の処理が行われ
る場合も含まれる。また、後処理もn個の後処理が連続
して行われているが、他の処理が間に入る場合も、「一
括して行う」に含まれる。つまり、「一括して行う」と
は、前処理および後処理をモジュールの書き込み処理中
には行わず、前もって行って、または後で別途行うこと
を言う。
In the above, the preprocessing for a plurality of data groups has been performed collectively. This “perform collectively” means that not only the case where “create” and “open” of the pre-processing are continuously performed, but also another processing may be performed between the two processings. The meaning of “perform collectively” is that the pre-processing of module 0 and the pre-processing of module 1 are usually performed consecutively, but the present invention is not limited to this.
This includes the case where another process is performed between the preprocessing of the module 1 and the preprocessing of the module 1. In the post-processing, n post-processings are continuously performed, but a case where another processing is interposed is also included in “perform collectively”. In other words, "to perform collectively" means that pre-processing and post-processing are not performed during the module writing processing, but are performed in advance or separately performed later.

【0157】なお、図22に示すように、本実施形態に
おいて、n個のモジュールが連続して送信された後、一
括した後処理および一括した前処理のために一定以上の
時間的間隔が置かれるものとする。
As shown in FIG. 22, in the present embodiment, after n modules are continuously transmitted, a certain time interval or more is set for batch post-processing and batch pre-processing. Shall be

【0158】以上のように、本実施の形態によれば、複
数のデータ群を連続して受信して記録する際に、最初に
複数のデータ群の前処理だけではなく、後処理をも一括
して行うことにより、データ群受信または記録中にエラ
ーが発生したにも、エラーとなった処理を再度行う(リ
トライする)ことによりすべてのデータ群をさらに安全
に記録媒体に記録することができる。
As described above, according to this embodiment, when a plurality of data groups are successively received and recorded, not only the pre-processing but also the post-processing of the plurality of data groups are performed at once. By doing so, even if an error occurs during reception or recording of a data group, all the data groups can be more safely recorded on the recording medium by performing (retrying) the process that caused the error again. .

【0159】なお、本実施の形態において、通常、記録
部42はCPUとソフトウェアで実現されているが、す
べてハードウェア(回路)で実現しても良い。
In the present embodiment, the recording unit 42 is usually realized by a CPU and software, but may be realized by hardware (circuit).

【0160】さらに、本実施の形態において、前処理と
後処理の双方を一括して行ったが、後処理のみを一括し
て行っても良い。かかる場合でも、前処理、本処理、後
処理をシーケンシャルに行うより、エラーに強い受信装
置が実現できる。
Further, in this embodiment, both the pre-processing and the post-processing are performed collectively, but only the post-processing may be performed collectively. Even in such a case, a receiving apparatus that is more resistant to errors can be realized than performing the pre-processing, main processing, and post-processing sequentially.

【0161】本発明にかかる他の実施形態の概要図を図
23に示す。
FIG. 23 is a schematic diagram of another embodiment according to the present invention.

【0162】図23の受信システムは、受信装置70、
記録媒体20を有する。受信装置70は、受信部11、
記録部72、属性情報保持部73、一括処理数決定部7
4を有する。属性情報保持部73は、受信装置70のC
PU能力やメモリサイズなどの受信装置70の属性に関
する情報(以下、属性情報という。)を保持する。
The receiving system shown in FIG.
It has a recording medium 20. The receiving device 70 includes a receiving unit 11,
Recording unit 72, attribute information holding unit 73, batch processing number determination unit 7
4 The attribute information holding unit 73 stores the C
It holds information (hereinafter, referred to as attribute information) on attributes of the receiving device 70, such as PU capability and memory size.

【0163】一括処理数決定部74は、属性情報保持部
73で保持している属性情報に基づいて一括して処理す
るデータ群数を決定する。
The batch processing number determination section 74 determines the number of data groups to be processed collectively based on the attribute information stored in the attribute information storage section 73.

【0164】次に、図24のフローチャートに基づいて
受信装置70の動作を説明する。
Next, the operation of the receiving apparatus 70 will be described based on the flowchart of FIG.

【0165】(ステップS801)記録部72は、予め
決められた名称のディレクトリを作成する。
(Step S801) The recording section 72 creates a directory having a predetermined name.

【0166】(ステップS802)一括処理数決定部7
4は、属性情報取得部73が保持する属性情報を取得す
る。
(Step S802) Batch processing number determination section 7
4 acquires the attribute information held by the attribute information acquisition unit 73.

【0167】(ステップS803)一括処理数決定部7
4は、取得した属性情報に基づいて一括処理するデータ
群数を決定する。詳細は、以下に述べる。
(Step S803) Batch processing number determination section 7
No. 4 determines the number of data groups to be collectively processed based on the acquired attribute information. Details will be described below.

【0168】(ステップS204)記録部72は、n個
のデータ群を記録媒体20に記録するための前処理(以
下、前処理という。)を行う。ここで、例えば、1デー
タ群を1ファイルに記録する場合を想定する。この場
合、前処理とは、ファイル生成処理およびファイルオー
プン処理である。
(Step S204) The recording section 72 performs preprocessing (hereinafter, referred to as preprocessing) for recording the n data groups on the recording medium 20. Here, for example, it is assumed that one data group is recorded in one file. In this case, the pre-processing is a file generation processing and a file open processing.

【0169】(ステップS205)記録部72は、ステ
ップS204の処理がエラーか否かを判断する。エラー
であればステップS204に戻り、エラーでなければス
テップS206に行く。前処理におけるエラーか否かの
判断は、例えばファイルポインタが正常にリターンされ
ない、等で判断可能である。内部の処理では記録媒体に
おける記憶領域が確保できなかった場合などが該当す
る。
(Step S205) The recording section 72 determines whether or not the processing in step S204 is an error. If an error occurs, the process returns to step S204, and if not, the process proceeds to step S206. The determination as to whether or not an error has occurred in the preprocessing can be made based on, for example, that the file pointer is not normally returned. This corresponds to a case where a storage area in a recording medium cannot be secured in internal processing.

【0170】(ステップS206)変数iに0を代入す
る。
(Step S206) 0 is substituted for a variable i.

【0171】(ステップS207)記録部72は、受信
部11がi番目のデータ群を受信したか否かを判断す
る。受信していればステップS208に行き、受信して
いなければステップS207に戻る。
(Step S207) The recording section 72 determines whether or not the receiving section 11 has received the i-th data group. If it has been received, the process proceeds to step S208, and if it has not been received, the process returns to step S207.

【0172】(ステップS208)記録部72は、i番
目のデータ群の本処理を行う。
(Step S208) The recording section 72 performs the main processing of the i-th data group.

【0173】(ステップS209)記録部72は本処理
にエラーが発生したか否かを判断する。エラーが発生し
ていればステップS208に戻る。エラーは発生してい
なければステップS210に行く。
(Step S209) The recording section 72 determines whether or not an error has occurred in this processing. If an error has occurred, the process returns to step S208. If no error has occurred, the process proceeds to step S210.

【0174】(ステップS210)記録部72は、i番
目のデータ群の後処理を行う。
(Step S210) The recording section 72 performs post-processing of the i-th data group.

【0175】(ステップS211)記録部72は、ステ
ップS210における後処理にエラーが発生したか否か
を判断する。エラーが発生していればステップS210
に戻り、エラーが発生していなければステップS212
に行く。
(Step S211) The recording section 72 determines whether or not an error has occurred in the post-processing in step S210. If an error has occurred, step S210
Return to step S212 if no error has occurred.
go to.

【0176】(ステップS212)記録部72は、(n
+i)番目のデータ群の前処理を行う。
(Step S212) The recording section 72 sets (n
+ I) Preprocess the data group.

【0177】(ステップS213)記録部72は、ステ
ップS212での処理がエラーか否かを判断する。エラ
ーであれば、ステップS212に戻り、エラーでなけれ
ばステップS214に行く。
(Step S213) The recording section 72 determines whether or not the processing in step S212 is an error. If an error has occurred, the process returns to step S212, and if not, the process proceeds to step S214.

【0178】(ステップS214)iにi+1を代入す
る。ステップS207に行く。
(Step S214) Substitute i + 1 for i. Go to step S207.

【0179】次に、上記で説明した受信装置の特徴的処
理は、ステップS803である。つまり、属性情報から
一括処理するデータ群数を決定する処理である。以下、
その処理について詳述する。
Next, the characteristic processing of the receiving apparatus described above is step S803. That is, this is a process of determining the number of data groups to be collectively processed from the attribute information. Less than,
The processing will be described in detail.

【0180】今、属性情報保持部73に、受信装置70
のCPU能力とメモリサイズが格納されているとする。
そして、一括処理数決定部74は、CPU能力とメモリ
サイズに基づいて一括処理数を決定する。通常、CPU
能力が大であればあるほど一括処理数が増加する。ま
た、メモリサイズが大きければ大きいほど一括処理数が
増加する。
Now, the attribute information holding unit 73 stores the receiving device 70
It is assumed that the CPU capacity and the memory size are stored.
Then, the batch processing number determination unit 74 determines the number of batch processing based on the CPU capacity and the memory size. Usually CPU
The higher the capacity, the larger the number of batch processes. Also, the larger the memory size, the more the number of batch processes increases.

【0181】具体的には、一括処理数決定部74は、関
数z=f(x、y)(zは一括処理数、xはCPU能
力、yはメモリサイズ)に基づいて一括処理数を決定す
る。ただし、一括処理数決定部74において、上記のよ
うな関数により一括処理数を決定しても良いが、CPU
能力とメモリサイズから一括処理数が決定できる表によ
り一括処理数を決定しても良い。
Specifically, the batch processing number determination section 74 determines the number of batch processing based on the function z = f (x, y) (z is the number of batch processing, x is the CPU capacity, and y is the memory size). I do. However, the batch processing number determination unit 74 may determine the number of batch processing by the function as described above.
The number of batch processes may be determined from a table in which the number of batch processes can be determined from the capacity and the memory size.

【0182】さらに、属性情報はCPU能力とメモリサ
イズだけではなく、その他受信装置70の属性情報を用
いれば何でもよい。また、一括処理数決定部74は、受
信装置70の属性情報を用いていれば、当該属性情報に
加えて外部からの情報をも用いて一括処理数を決定して
も良い。
Further, the attribute information is not limited to the CPU capability and the memory size, but may be anything as long as the attribute information of the receiving device 70 is used. If the attribute information of the receiving device 70 is used, the batch processing number determination unit 74 may determine the batch processing number using external information in addition to the attribute information.

【0183】次に、図25のフローチャートに基づいて
受信装置70の別の動作を説明する。先の場合と違うの
は、複数のデータ群の後処理も一括して行っている点で
ある。
Next, another operation of the receiving apparatus 70 will be described based on the flowchart of FIG. The difference from the previous case is that post-processing of a plurality of data groups is also performed collectively.

【0184】(ステップS801)記録部72は、予め
決められた名称のディレクトリを作成する。
(Step S801) The recording section 72 creates a directory having a predetermined name.

【0185】(ステップS802)一括処理数決定部7
4は、属性情報取得部73が保持する属性情報を取得す
る。
(Step S802) Batch processing number determination section 7
4 acquires the attribute information held by the attribute information acquisition unit 73.

【0186】(ステップS803)一括処理数決定部7
4は、取得した属性情報に基づいて一括処理するデータ
群数を決定する。詳細は、以下に述べる。
(Step S803) Batch processing number determination unit 7
No. 4 determines the number of data groups to be collectively processed based on the acquired attribute information. Details will be described below.

【0187】(ステップS204)記録部72は、n個
のデータ群の前処理を行う。
(Step S204) The recording section 72 performs pre-processing on n data groups.

【0188】(ステップS205)記録部72は、ステ
ップS204の処理がエラーか否かを判断する。エラー
であればステップS204に戻り、エラーでなければス
テップS206に行く。
(Step S205) The recording section 72 determines whether or not the processing in step S204 is an error. If an error occurs, the process returns to step S204, and if not, the process proceeds to step S206.

【0189】(ステップS206)変数iに0を代入す
る。
(Step S206) 0 is substituted for a variable i.

【0190】(ステップS207)記録部72は、受信
部11がi番目のデータ群を受信したか否かを判断す
る。受信していればステップS208に行き、受信して
いなければステップS207に戻る。
(Step S207) The recording section 72 determines whether or not the receiving section 11 has received the i-th data group. If it has been received, the process proceeds to step S208, and if it has not been received, the process returns to step S207.

【0191】(ステップS208)記録部72は、i番
目のデータ群の本処理を行う。
(Step S208) The recording section 72 performs the main processing of the i-th data group.

【0192】(ステップS209)記録部72は本処理
にエラーが発生したか否かを判断する。エラーが発生し
ていればステップS208に戻る。エラーは発生してい
なければステップS214に行く。
(Step S209) The recording section 72 determines whether or not an error has occurred in this processing. If an error has occurred, the process returns to step S208. If no error has occurred, the process proceeds to step S214.

【0193】(ステップS214)iにi+1を代入す
る。
(Step S214) i + 1 is substituted for i.

【0194】(ステップS501)記録部72は、iを
nで割った余りが0か否かを判断する。0であればステ
ップS502に行き、0でなければステップS207に
戻る。
(Step S501) The recording section 72 determines whether or not the remainder obtained by dividing i by n is zero. If it is 0, the procedure goes to step S502, and if it is not 0, the procedure returns to step S207.

【0195】(ステップS502)jに0を代入する。(Step S502) 0 is substituted for j.

【0196】(ステップS503)記録部72は、(i
−n+j)番目のデータ群の後処理を行う。
(Step S503) The recording section 72 sets (i)
Post-process the (n + j) -th data group.

【0197】(ステップS504)記録部72は、ステ
ップS503での後処理がエラーでないか否かを判断す
る。エラーであればステップS503に戻る。エラーで
なければステップS505に行く。
(Step S504) The recording section 72 determines whether or not the post-processing in step S503 is an error. If an error has occurred, the process returns to step S503. If there is no error, go to step S505.

【0198】(ステップS505)iにj+1を代入す
る。
(Step S505) j + 1 is substituted for i.

【0199】(ステップS506)jがn−1と等しい
か否かを判断する。等しければステップS507に行
き、等しくなければステップS503に戻る。
(Step S506) It is determined whether or not j is equal to n-1. If they are equal, the procedure goes to step S507, and if they are not equal, the procedure returns to step S503.

【0200】(ステップS507)記録部72は、n個
のデータ群の前処理を行う。
(Step S507) The recording section 72 performs pre-processing on n data groups.

【0201】(ステップS508)記録部72は、ステ
ップS507での前処理がエラーでないか否かを判断す
る。エラーであればステップS507に戻る。エラーで
なければステップS207に行く。
(Step S508) The recording section 72 determines whether or not the preprocessing in step S507 is an error. If an error has occurred, the process returns to step S507. If there is no error, go to step S207.

【0202】以上のように、本実施の形態によれば、受
信装置の属性情報に基づいて適切な一括処理数が決定さ
れることにより、すべてのデータ群をさらに安全に記録
媒体に記録することができる。
As described above, according to the present embodiment, all data groups can be more securely recorded on a recording medium by determining an appropriate number of batch processes based on attribute information of a receiving device. Can be.

【0203】本発明にかかる他の実施形態のブロック図
を図26に示す。
FIG. 26 is a block diagram showing another embodiment according to the present invention.

【0204】図26の受信システムは、受信装置10
0、記録媒体20を有する。受信装置100は、受信部
11、n個の記録部(91から9n)を有する。記録部
91等は、受信部11で受信したデータを記録媒体20
に記録する。記録の方法が記録部12、記録部42等と
は異なる。以下、本実施の形態における記録部91等の
記録の方法について詳述する。
The receiving system shown in FIG.
0, a recording medium 20 is provided. The receiving apparatus 100 includes a receiving unit 11 and n recording units (91 to 9n). The recording unit 91 and the like transfer the data received by the receiving unit 11 to the recording medium 20.
To record. The recording method is different from the recording unit 12, the recording unit 42, and the like. Hereinafter, a recording method of the recording unit 91 and the like in the present embodiment will be described in detail.

【0205】次に、図27のモジュールの記録処理の流
れを示す概要図を用いて、記録部91から記録部9nの
動作について説明する。
Next, the operation of the recording units 91 to 9n will be described with reference to the schematic diagram showing the flow of the recording process of the module in FIG.

【0206】今、nは3である。そして、記録部91は
CPU1に該当する。記録部92はCPU2に、記録部
93はCPU3に該当する。CPU1は、前処理を専門
に行う。CPU2は本処理を行う。CPU3は後処理を
行う。そして、各CPU間で各処理に必要な情報が渡さ
れる。
Now, n is 3. The recording unit 91 corresponds to the CPU 1. The recording unit 92 corresponds to the CPU 2, and the recording unit 93 corresponds to the CPU 3. The CPU 1 specializes in preprocessing. The CPU 2 performs this processing. The CPU 3 performs post-processing. Then, information necessary for each process is passed between the CPUs.

【0207】そして、受信部11は、データDIIを受
信した後、連続してモジュールを受信する。
Then, after receiving the data DII, the receiving unit 11 continuously receives the module.

【0208】以上の状況で、まずCPU1がモジュール
0の前処理(例えば、ファイル生成、ファイルオープ
ン)を行う。そして、CPU1からファイルポインタを
CPU2に渡す。次に、CPU2は本処理を行う。つま
り、渡されたファイルポインタにより特定されるファイ
ルにモジュールを書き込む。書き込みが終了すると、C
PU2はファイルポインタをCPU3に渡す。さらに、
CPU3は後処理を行う。具体的には、CPU3は、渡
されたファイルポインタで特定されるファイルをクロー
ズする。
In the above situation, first, the CPU 1 performs pre-processing (for example, file generation and file open) of the module 0. Then, the CPU 1 passes the file pointer to the CPU 2. Next, the CPU 2 performs this processing. That is, the module is written to the file specified by the passed file pointer. When writing is completed, C
PU2 passes the file pointer to CPU3. further,
The CPU 3 performs post-processing. Specifically, the CPU 3 closes the file specified by the passed file pointer.

【0209】以上のように、3つのCPUを用いて、パ
イプライン処理を行い、連続して送信されるモジュール
を安全に記録する。
[0209] As described above, pipeline processing is performed using three CPUs, and modules transmitted continuously are safely recorded.

【0210】なお、上記によれば、パイプライン処理に
より安全にモジュールを記録する処理を行ったが、複数
のCPUがある環境であれば、モジュール0の記録処理
(前処理、本処理、後処理)をCPU1で行い、モジュ
ール1の記録処理をCPU2で行うなど、モジュール処
理毎に担当するCPUを分けても良い。この場合、どの
CPUがどのモジュールを処理するかは、他のCPUで
制御しても良いし、メッセージパッシングによって知ら
せあっても良い。
According to the above description, the process of safely recording a module by pipeline processing was performed. However, if there are multiple CPUs, the recording process of module 0 (pre-processing, main processing, post-processing) ) May be performed by the CPU 1 and the recording process of the module 1 may be performed by the CPU 2. In this case, which CPU processes which module may be controlled by another CPU or may be notified by message passing.

【0211】以上説明したように、本発明によれば、複
数のデータ群を連続して受信して記録する際に、複数の
データ群の前処理または/および後処理を一括して行う
ことにより、エラーが発生してもすべてのデータ群を安
全に記録媒体に記録することができる。
As described above, according to the present invention, when a plurality of data groups are continuously received and recorded, the pre-processing and / or post-processing of the plurality of data groups are collectively performed. Even if an error occurs, all data groups can be safely recorded on the recording medium.

【0212】本発明は以下のような装置または方法にか
かる発明として把握することができる。
The present invention can be understood as an invention relating to the following apparatus or method.

【0213】(1)複数のデータ群を受信する受信部
と、前記受信部で受信したデータ群を記録媒体に記録す
る記録部とを具備する受信装置であって、前記記録部
は、データ群を記録媒体に記録するための前処理と、デ
ータ群を記録媒体に記録する本処理と、データ群を記録
媒体に記録するための後処理を行い、複数のデータ群に
対する前処理を本処理の前に一括して行うことを特徴と
する受信装置。
(1) A receiving apparatus comprising: a receiving unit that receives a plurality of data groups; and a recording unit that records the data groups received by the receiving unit on a recording medium, wherein the recording unit includes a data group. Pre-processing for recording the data group on the recording medium, post-processing for recording the data group on the recording medium, and post-processing for recording the data group on the recording medium. A receiving apparatus characterized in that the receiving apparatus is performed in a lump before.

【0214】(2)複数のデータ群を受信する受信部
と、前記受信部で受信したデータ群を記録媒体に記録す
る記録部とを具備する受信装置であって、前記記録部
は、データ群を記録媒体に記録するための前処理と、デ
ータ群を記録媒体に記録する本処理と、データ群を記録
媒体に記録するための後処理を行い、複数のデータ群に
対する後処理を本処理の後に一括して行うことを特徴と
する受信装置。
(2) A receiving apparatus comprising: a receiving section for receiving a plurality of data groups; and a recording section for recording the data groups received by the receiving section on a recording medium, wherein the recording section comprises: Pre-processing for recording the data group on the recording medium, post-processing for recording the data group on the recording medium, and post-processing for recording the data group on the recording medium. A receiving device, which is collectively performed later.

【0215】(3)複数のデータ群を受信する受信部
と、前記受信部で受信したデータ群を記録媒体に記録す
る記録部とを具備する受信装置であって、前記記録部
は、データ群を記録媒体に記録するための前処理と、デ
ータ群を記録媒体に記録する本処理と、データ群を記録
媒体に記録するための後処理を行い、複数のデータ群に
対する前処理を本処理の前に一括して行い、かつ複数の
データ群に対する後処理を本処理の後に一括して行うこ
とを特徴とする受信装置。
(3) A receiving apparatus comprising: a receiving section that receives a plurality of data groups; and a recording section that records the data groups received by the receiving section on a recording medium, wherein the recording section includes a data group. Pre-processing for recording the data group on the recording medium, post-processing for recording the data group on the recording medium, and post-processing for recording the data group on the recording medium. A receiving apparatus, wherein the receiving apparatus performs the collective processing before and collectively performs post-processing on a plurality of data groups after the main processing.

【0216】(4)一括して前処理を行うデータ群数を
保持する一括処理数保持部をさらに具備し、前記記録部
は、前記一括処理数保持部で保持しているデータ群数の
データ群の前処理を一括して行うことを特徴とする前記
(1)〜(3)いずれかに記載の受信装置。
(4) It further comprises a batch processing number holding unit for holding the number of data groups to be subjected to batch preprocessing, and the recording unit stores the data of the number of data groups held by the batch processing number holding unit. The receiving device according to any one of (1) to (3), wherein the group is pre-processed collectively.

【0217】(5)受信装置の属性である属性情報を保
持する属性情報保持部と、前記属性情報保持部で保持す
る属性情報に基づいて一括して前処理を行うデータ群数
を決定するデータ群数決定部とをさらに具備し、前記記
録部は、前記一括処理数保持部で保持しているデータ群
数のデータ群の前処理を一括して行うことを特徴とする
前記(1)〜(3)いずれかに記載の受信装置。
(5) An attribute information holding unit for holding attribute information, which is an attribute of the receiving device, and data for determining the number of data groups to be preprocessed collectively based on the attribute information held by the attribute information holding unit A group number determining unit, wherein the recording unit collectively performs pre-processing of data groups of the number of data groups held by the batch processing number holding unit. (3) The receiving device according to any of the above.

【0218】(6)複数のデータ群を受信する受信部
と、前記受信部で受信したデータ群を記録媒体に記録す
るために第一の記録部と第二の記録部と第三の記録部と
を具備する受信装置であって、前記第一の記録部はデー
タ群を記録媒体に記録するための前処理を行い、前記第
二の記録部はデータ群を記録媒体に記録する本処理を行
い、前記第三の記録部はデータ群を記録媒体に記録する
ための後処理を行い、前記3つの記録部がデータ群に対
する前処理、本処理、後処理をリレーして行うことを特
徴とする受信装置。
(6) A receiving section for receiving a plurality of data groups, and a first recording section, a second recording section, and a third recording section for recording the data groups received by the receiving section on a recording medium. Wherein the first recording unit performs pre-processing for recording a data group on a recording medium, and the second recording unit performs a main process of recording the data group on a recording medium. The third recording unit performs post-processing for recording a data group on a recording medium, and the three recording units relay pre-processing, main processing, and post-processing for the data group. Receiving device.

【0219】(7)前記記録部はデータ群をファイルと
して記録媒体に記録し、前記前処理はファイル作成およ
びファイルオープン処理であり、前記本処理はファイル
書きこみ処理であり、前記後処理はファイルクローズ処
理であることを特徴とする前記(1)〜(6)いずれか
に記載の受信装置。
(7) The recording unit records the data group as a file on a recording medium, the preprocessing is file creation and file opening processing, the main processing is file writing processing, and the post processing is file processing. The receiving device according to any one of (1) to (6), wherein the receiving device is a close process.

【0220】(8)受信された複数のデータ群を記録媒
体に記録するプログラムであって、前記プログラムは、
データ群を記録媒体に記録するための前処理ステップ
と、データ群を記録媒体に記録する本処理ステップと、
データ群を記録媒体に記録するための後処理ステップを
有し、複数のデータ群に対する複数の前処理ステップを
本処理ステップの前に一括して行うことを特徴とするプ
ログラム。
(8) A program for recording a plurality of received data groups on a recording medium, the program comprising:
A pre-processing step for recording the data group on the recording medium; a main processing step for recording the data group on the recording medium;
A program having a post-processing step for recording a data group on a recording medium, wherein a plurality of pre-processing steps for a plurality of data groups are collectively performed before the main processing step.

【0221】(9)受信された複数のデータ群を記録媒
体に記録するプログラムであって、前記プログラムは、
データ群を記録媒体に記録するための前処理ステップ
と、データ群を記録媒体に記録する本処理ステップと、
データ群を記録媒体に記録するための後処理ステップを
有し、複数のデータ群に対する複数の後処理ステップを
本処理ステップの後に一括して行うことを特徴とするプ
ログラム。
(9) A program for recording a plurality of received data groups on a recording medium, the program comprising:
A pre-processing step for recording the data group on the recording medium, and a main processing step for recording the data group on the recording medium;
A program having a post-processing step for recording a data group on a recording medium, wherein a plurality of post-processing steps for a plurality of data groups are collectively performed after the main processing step.

【0222】(10)受信された複数のデータ群を記録
媒体に記録するプログラムであって、前記プログラム
は、データ群を記録媒体に記録するための前処理ステッ
プと、データ群を記録媒体に記録する本処理ステップ
と、データ群を記録媒体に記録するための後処理ステッ
プを有し、複数のデータ群に対する複数の前処理ステッ
プを本処理ステップの前に一括して行い、かつ複数のデ
ータ群に対する複数の後処理ステップを本処理ステップ
の後に一括して行うことを特徴とするプログラム。
(10) A program for recording a plurality of received data groups on a recording medium, the program comprising: a preprocessing step for recording the data groups on a recording medium; and recording the data groups on a recording medium. A main processing step for recording a data group on a recording medium, a plurality of preprocessing steps for a plurality of data groups being collectively performed before the main processing step, and a plurality of data groups A program for performing a plurality of post-processing steps for a group after the main processing step.

【0223】(11)記憶されている一括して前処理を
行うデータ群数を取得するデータ群数取得ステップをさ
らに具備し、前記前処理ステップは、前記データ群数の
データ群の前処理を一括して行うことを特徴とする請求
項8または請求項10いずれか記載のプログラム。
(11) The method further comprises a data group number acquiring step of acquiring the stored data group number to be collectively pre-processed, wherein the pre-processing step includes pre-processing of the data groups of the data group number. The program according to claim 8, wherein the program is performed collectively.

【0224】(12)記録している属性情報に基づいて
一括して前処理を行うデータ群数を決定する一括処理数
決定ステップとをさらに具備し、前記前処理ステップ
は、前記一括処理数決定ステップで決定した一括処理数
のデータ群の前処理を一括して行うことを特徴とする前
記(8)〜(10)いずれかに記載の受信装置。
(12) A batch processing number determining step of determining the number of data groups to be batch-processed on the basis of the recorded attribute information, further comprising: a batch processing number determination step. The receiving device according to any one of (8) to (10), wherein preprocessing of the data group of the number of batch processes determined in the step is performed in a batch.

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

【図1】本発明にかかる送受信システムの全体構成を示
す図である。
FIG. 1 is a diagram showing an overall configuration of a transmission / reception system according to the present invention.

【図2】送信装置1の機能ブロック図である。FIG. 2 is a functional block diagram of a transmission device 1.

【図3】コンテンツデータのディレクトリ構造である。FIG. 3 is a directory structure of content data.

【図4】送信装置1のハードウェア構成の一例である。FIG. 4 is an example of a hardware configuration of a transmission device 1.

【図5】送信装置1の送信処理フローチャートである。FIG. 5 is a transmission processing flowchart of the transmission device 1.

【図6】モジュールデータのデータ構造を示す図であ
る。
FIG. 6 is a diagram showing a data structure of module data.

【図7】データDIIのデータ構造を示す図である。FIG. 7 is a diagram showing a data structure of data DII.

【図8】データDIIが繰り返し送信された後、DBB
メッセージデータが送信された状態を説明するための図
である。
FIG. 8 shows DBB after data DII is repeatedly transmitted.
FIG. 4 is a diagram for explaining a state in which message data is transmitted.

【図9】受信装置のハードウェア構成を示す図である。FIG. 9 is a diagram illustrating a hardware configuration of a receiving device.

【図10】モジュール蓄積恣処理のフローチャートであ
る。
FIG. 10 is a flowchart of a module accumulation arbitrary process.

【図11】前処理の詳細フローチャートである。FIG. 11 is a detailed flowchart of preprocessing.

【図12】ディレクトリ作成処理のフローチャートであ
る。
FIG. 12 is a flowchart of a directory creation process.

【図13】ディレクトリ構造を示す図である。FIG. 13 is a diagram showing a directory structure.

【図14】バッファ使用量とモジュール書き込み処理と
の関係を示す図である。
FIG. 14 is a diagram illustrating the relationship between the buffer usage and the module write processing.

【図15】バッファ使用量とモジュール書き込み処理と
の関係を示す図である。
FIG. 15 is a diagram illustrating a relationship between buffer usage and module write processing.

【図16】バッファ使用量とモジュール書き込み処理と
の関係を示す図である。
FIG. 16 is a diagram illustrating a relationship between buffer usage and module write processing.

【図17】他の実施形態における受信システムのブロッ
ク図である。
FIG. 17 is a block diagram of a receiving system according to another embodiment.

【図18】図17の受信装置10の動作を説明するフロ
ーチャートである。
FIG. 18 is a flowchart illustrating an operation of the reception device 10 of FIG.

【図19】受信装置10の書き込み処理を示す図であ
る。
FIG. 19 is a diagram showing a writing process of the receiving device 10.

【図20】他の実施形態における受信システムのブロッ
ク図である。
FIG. 20 is a block diagram of a receiving system according to another embodiment.

【図21】受信装置40の動作を説明するフローチャー
トである。
FIG. 21 is a flowchart illustrating an operation of the reception device 40.

【図22】受信装置40の書き込み処理を示す図であ
る。
FIG. 22 is a diagram showing a writing process of the receiving device 40.

【図23】他の実施形態における受信システムのブロッ
ク図である。
FIG. 23 is a block diagram of a receiving system according to another embodiment.

【図24】受信装置70の動作を説明するフローチャー
トである。
FIG. 24 is a flowchart illustrating an operation of the reception device 70.

【図25】受信装置70における他の動作を説明するフ
ローチャートである。
FIG. 25 is a flowchart illustrating another operation of the receiving device 70.

【図26】他の実施形態における受信システムのブロッ
ク図である。
FIG. 26 is a block diagram of a receiving system according to another embodiment.

【図27】受信装置100の書き込み処理を示す図であ
る。
FIG. 27 is a diagram showing a writing process of the receiving device 100.

【符号の説明】[Explanation of symbols]

101・・・・・送信装置 103・・・・・コンテンツデータ記憶手段 105・・・・・モジュール化手段 106・・・・・モジュール化データ記憶手段 107・・・・・構成モジュール管理情報生成手段 110・・・・・受信装置 111・・・・・受信手段 113・・・・・一時記憶手段 115・・・・・制御手段 117・・・・・記憶手段 101 transmission device 103 content data storage means 105 modularization means 106 modular data storage means 107 configuration module management information generation means 110 receiving apparatus 111 receiving means 113 temporary storing means 115 controlling means 117 storing means

───────────────────────────────────────────────────── フロントページの続き (51)Int.Cl.7 識別記号 FI テーマコート゛(参考) H04N 5/76 H04N 5/76 Z (72)発明者 中岡 英明 大阪府門真市大字門真1006番地 松下電器 産業株式会社内 (72)発明者 鍋島 伸司 大阪府門真市大字門真1006番地 松下電器 産業株式会社内 Fターム(参考) 5B082 EA01 FA01 HA05 5C052 AB02 DD04 ──────────────────────────────────────────────────の Continued on the front page (51) Int.Cl. 7 Identification symbol FI Theme coat ゛ (Reference) H04N 5/76 H04N 5/76 Z (72) Inventor Hideaki Nakaoka 1006 Kazuma Kazuma, Kadoma, Osaka Matsushita Electric Industrial (72) Inventor Shinji Nabeshima 1006 Kadoma, Kazuma, Osaka Prefecture Matsushita Electric Industrial Co., Ltd. F term (reference) 5B082 EA01 FA01 HA05 5C052 AB02 DD04

Claims (30)

【特許請求の範囲】[Claims] 【請求項1】送信側では、コンテンツデータをデジタル
放送するとともに、受信側ではかかるコンテンツデータ
を蓄積記憶するデジタルデータ送受信システムにおい
て、 前記送信側では、前記コンテンツデータの蓄積記憶時の
ファイル情報を含むデータDIIを送信後、所定の猶予
時間経過後から前記コンテンツデータをモジュール化し
て送信し、 コンテンツデータの受信側では、データDII受信後、
コンテンツデータ受信前に前記送信されるコンテンツデ
ータを蓄積記憶させるためのファイル書き込み準備処理
を複数ファイルについて実行すること、 を特徴とするデジタルデータ送受信システム。
1. A digital data transmitting / receiving system in which a transmitting side digitally broadcasts content data and a receiving side stores and stores the content data, wherein the transmitting side includes file information at the time of storing and storing the content data. After transmitting the data DII, the content data is modularized and transmitted after a lapse of a predetermined grace time, and the content data receiving side receives the data DII,
Performing a file write preparation process for storing the transmitted content data before receiving the content data for a plurality of files.
【請求項2】デジタル放送されたコンテンツデータを受
信して蓄積記憶するデジタルデータ受信装置において、 データDII受信後、コンテンツデータ受信前に前記送
信されるコンテンツデータを蓄積記憶させるためのファ
イル書き込み準備処理を複数ファイルについて実行する
こと、 を特徴とするデジタルデータ受信装置。
2. A digital data receiving apparatus for receiving, storing and storing digitally broadcasted content data, comprising: a file writing preparation process for storing and storing the transmitted content data after receiving the data DII and before receiving the content data. Performing the above for a plurality of files.
【請求項3】コンテンツデータをデジタル放送するデジ
タルデータ送信装置において、 前記コンテンツデータの蓄積記憶時のファイル情報を含
むデータDIIを送信後、受信側にてファイル書き込み
準備処理を複数ファイルについて実行可能とするための
猶予時間経過後、前記コンテンツデータをモジュール化
して送信すること、 を特徴とするデジタルデータ送信装置。
3. A digital data transmitting apparatus for digitally broadcasting content data, wherein after transmitting data DII including file information at the time of storing and storing the content data, a receiving side can execute file writing preparation processing for a plurality of files. And transmitting the content data in a modular form after a grace period for performing the digital data transmission.
【請求項4】請求項3のデジタルデータ送信装置におい
て、 データDIIを繰り返し送ることにより実質的に前記猶
予時間を生成すること、 を特徴とするもの。
4. The digital data transmitting apparatus according to claim 3, wherein said delay time is substantially generated by repeatedly transmitting data DII.
【請求項5】請求項3のデジタルデータ送信装置におい
て、 1のデータDIIで管理する総モジュール数は2つであ
り、前記データDIIを30秒間繰り返し送ることによ
り前記猶予時間を生成すること、 を特徴とするもの。
5. The digital data transmitting apparatus according to claim 3, wherein the total number of modules managed by one data DII is two, and the grace time is generated by repeatedly transmitting the data DII for 30 seconds. Features.
【請求項6】請求項2のデジタルデータ受信装置におい
て、 繰り返し送られてきたデータDIIのうち最初のデータ
DIIを受信すると、前記ファイル書き込み準備処理を
すること、 を特徴とするもの。
6. The digital data receiving apparatus according to claim 2, wherein when the first data DII among the repeatedly transmitted data DII is received, the file writing preparation processing is performed.
【請求項7】請求項2または請求項6のデジタルデータ
受信装置において、 所定数のファイルについて、前記ファイル書き込み準備
処理をすること、 を特徴とするもの。
7. The digital data receiving apparatus according to claim 2, wherein said file writing preparation processing is performed for a predetermined number of files.
【請求項8】請求項7のデジタルデータ受信装置におい
て、 前記ファイル書き込み準備処理をするファイル数を、前
記猶予時間から決定するもの。
8. The digital data receiving apparatus according to claim 7, wherein the number of files to be subjected to the file writing preparation processing is determined from the grace time.
【請求項9】請求項2のデジタルデータ受信装置におい
て、 同じデータDIIで特定される全ファイルの書き込み終
了してから、前記全ファイルの閉じ処理をするもの。
9. The digital data receiving apparatus according to claim 2, wherein after all the files specified by the same data DII have been written, the closing processing of all the files is performed.
【請求項10】請求項2のデジタルデータ受信装置にお
いて、 前記コンテンツデータは、他のコンテンツデータへのリ
ンク情報を含んでいるもの。
10. The digital data receiving apparatus according to claim 2, wherein the content data includes link information to another content data.
【請求項11】請求項2のデジタルデータ受信装置にお
いて、 1のモジュールを1ファイルに記憶するもの、 を特徴とするもの。
11. The digital data receiving apparatus according to claim 2, wherein one module is stored in one file.
【請求項12】請求項2のデジタルデータ受信装置にお
いて、 データDIIは、各コンテンツデータが記憶される場合
のファイル名およびファイル階層構造を含んでいるこ
と、 を特徴とするもの。
12. The digital data receiving apparatus according to claim 2, wherein the data DII includes a file name and a file hierarchical structure when each content data is stored.
【請求項13】デジタル放送されたコンテンツデータを
受信して蓄積記憶するデジタルデータ受信装置におい
て、 同じデータDIIで特定される全ファイルの書き込み処
理を終了してから、前記全ファイルの閉じ処理をするこ
と、 を特徴とするデジタルデータ受信装置。
13. A digital data receiving apparatus for receiving, storing, and storing digitally broadcasted content data, in which after all the files specified by the same data DII have been written, the all files are closed. A digital data receiving device.
【請求項14】デジタル放送されたコンテンツデータを
受信して蓄積記憶するデジタルデータ受信装置におい
て、 送信されたコンテンツデータをファイルとして蓄積記憶
させるためのファイル書き込み準備処理をコンテンツデ
ータ受信前に複数ファイルまとめて実行すること、 を特徴とするデジタルデータ受信装置。
14. A digital data receiving apparatus for receiving, storing and storing digitally broadcasted content data, wherein a file writing preparation process for storing and storing the transmitted content data as a file is performed by combining a plurality of files before receiving the content data. And a digital data receiving apparatus.
【請求項15】請求項14のデジタルデータ受信装置に
おいて、 前記モジュール受信前に送られてきたデータDIIを受
信すると、かかるデータDIIからファイル開き処理準
備の必要なファイルを決定すること、 を特徴とするもの。
15. The digital data receiving apparatus according to claim 14, wherein upon receiving the data DII sent before receiving the module, determining a file that needs to be prepared for file opening processing from the data DII. What to do.
【請求項16】請求項14のデジタルデータ受信装置に
おいて、 前記モジュールのインデックスデータを含むデータDI
Iを受信する前に、所定数のファイルについて仮ファイ
ル名で開き処理準備をしておき、データDIIを受信す
ると、ファイル名変更および当該ファイルのディレクト
リ情報の書き込みをすること、 を特徴とするもの。
16. The digital data receiving apparatus according to claim 14, wherein the data DI includes index data of the module.
Before receiving I, a predetermined number of files are opened with a temporary file name and prepared for processing, and when data DII is received, the file name is changed and directory information of the file is written. .
【請求項17】請求項2、請求項6〜請求項16のいず
れかのデジタルデータ受信装置において、 当該デジタルデータ受信装置は、デジタル放送用のセッ
トトップボックスであるもの、 を特徴とするもの。
17. The digital data receiving apparatus according to claim 2, wherein the digital data receiving apparatus is a set-top box for digital broadcasting.
【請求項18】請求項2、請求項6〜請求項16のいず
れかのデジタルデータ受信装置において、 当該デジタルデータ受信装置は、デジタル放送用のテレ
ビであるもの、 を特徴とするもの。
18. The digital data receiving device according to claim 2, wherein the digital data receiving device is a television for digital broadcasting.
【請求項19】デジタル放送されたコンテンツデータを
受信して蓄積記憶するデジタルデータ受信装置におい
て、 各コンテンツデータをファイルとして記憶するためのフ
ァイル管理情報を受信した後、前記コンテンツデータ受
信前に、当該コンテンツデータをファイルとして蓄積記
憶させるためのファイル書き込み準備処理を複数ファイ
ルについて実行すること、 を特徴とするデジタルデータ受信装置。
19. A digital data receiving apparatus for receiving, storing and storing digitally broadcasted content data, comprising: receiving file management information for storing each content data as a file, and receiving the content data before receiving the content data; Performing a file writing preparation process for accumulating and storing content data as a file for a plurality of files.
【請求項20】送信側では、コンテンツデータをデジタ
ル放送するとともに、受信側ではかかるコンテンツデー
タを蓄積記憶するデジタルデータ送受信方法において、 前記送信側では、前記コンテンツデータの蓄積記憶時の
ファイル情報を含むデータDIIを送信後、所定の猶予
時間経過後から前記コンテンツデータを送信し、 コンテンツデータの受信側では、データDII受信後、
コンテンツデータ受信前に前記送信されるコンテンツデ
ータをファイルに蓄積記憶させるためのファイル書き込
み準備処理を複数ファイルについて実行すること、 を特徴とするデジタルデータ送受信方法。
20. A digital data transmission / reception method in which a transmitting side digitally broadcasts content data and a receiving side stores and stores the content data, wherein the transmitting side includes file information at the time of storing and storing the content data. After transmitting the data DII, the content data is transmitted after a predetermined grace period has elapsed.
Performing a file writing preparation process for accumulating and storing the transmitted content data in a file before receiving the content data for a plurality of files.
【請求項21】デジタル放送されたコンテンツデータを
受信して蓄積記憶するデジタルデータ受信方法におい
て、 データDII受信後、コンテンツデータ受信までに、コ
ンテンツデータをファイルに蓄積記憶させるためのファ
イル書き込み準備処理を複数ファイルについて実行する
こと、 を特徴とするデジタルデータ受信方法。
21. A digital data receiving method for receiving, storing, and storing digitally broadcasted content data, comprising: performing a file writing preparation process for storing and storing content data in a file after receiving data DII and before receiving the content data. A method for receiving digital data, wherein the method is performed for a plurality of files.
【請求項22】コンテンツデータをデジタル放送するデ
ジタルデータ送信方法において、 前記コンテンツデータの蓄積記憶時のファイル情報を含
むデータDIIを送信後、受信側にてファイル書き込み
準備処理を複数ファイルについて実行可能とするための
猶予時間経過後、前記コンテンツデータを送信するこ
と、 を特徴とするデジタルデータ送信方法。
22. A digital data transmission method for digitally broadcasting content data, wherein after receiving data DII including file information at the time of storing and storing the content data, the receiving side can execute file writing preparation processing for a plurality of files. Transmitting the content data after an elapse of a grace period for performing the digital data transmission.
【請求項23】請求項22のデジタルデータ送信方法に
おいて、 1のデータDIIで管理する総モジュール数は2つであ
り、前記データDIIを30秒間繰り返し送ること、 を特徴とするもの。
23. The digital data transmission method according to claim 22, wherein the total number of modules managed by one data DII is two, and said data DII is repeatedly transmitted for 30 seconds.
【請求項24】デジタル放送されたコンテンツデータを
受信して蓄積記憶するデジタルデータ受信方法におい
て、 同じデータDIIで特定される全ファイルの書き込み処
理を終了してから、前記全ファイルの閉じ処理をするこ
と、 を特徴とするデジタルデータ受信方法。
24. A digital data receiving method for receiving, storing and storing digitally broadcasted content data, wherein the writing process of all files specified by the same data DII is completed, and then the closing process of all the files is performed. A method for receiving digital data.
【請求項25】デジタル放送されたコンテンツデータを
受信して蓄積記憶するデジタルデータ受信方法におい
て、 前記コンテンツデータ受信前に、当該コンテンツデータ
をファイルとして蓄積記憶させるためのファイル書き込
み準備処理を複数ファイルについて実行すること、 を特徴とするデジタルデータ受信方法。
25. A digital data receiving method for receiving, storing and storing digitally broadcasted content data, wherein a file writing preparation process for storing and storing the content data as a file is performed for a plurality of files before receiving the content data. Performing a digital data receiving method.
【請求項26】送信側では、コンテンツデータを複数の
モジュール化し、各モジュールをモジュール群毎にまと
めて、当該モジュール群に属するモジュールに関する構
成モジュール管理情報とともにデジタル放送し、受信側
ではかかる構成モジュール管理情報に基づいて、受信し
たモジュール化コンテンツデータをファイルとして蓄積
記憶するデジタルデータ送受信システムにおいて、 送信側では前記構成モジュール管理情報を送信後、所定
の猶予時間経過後から前記モジュールを送信し、 受信側では、前記構成モジュール管理情報を受信する
と、前記モジュール化コンテンツデータをファイルとし
て蓄積記憶させるためのファイル書き込み準備処理を複
数ファイルについて実行すること、 を特徴とするデジタルデータ送受信システム。
26. The transmitting side divides the content data into a plurality of modules, compiles each module into a module group, and digitally broadcasts the module together with the configuration module management information on the modules belonging to the module group. In a digital data transmission / reception system for storing and storing received modularized content data as a file based on information, a transmitting side transmits the module after a predetermined grace period has elapsed after transmitting the constituent module management information, In the digital data transmission / reception system, upon receiving the configuration module management information, a file writing preparation process for storing and storing the modularized content data as a file is performed for a plurality of files.
【請求項27】モジュール化されてデジタル放送された
コンテンツデータを受信して蓄積記憶するデジタルデー
タ受信装置において、 前記各モジュールとともに送信される情報であって、各
モジュールに関する構成モジュール管理情報を受信する
と、前記各モジュールデータをファイルとして蓄積記憶
させるためのファイル書き込み準備処理を複数ファイル
について実行すること、 を特徴とするデジタルデータ受信装置。
27. A digital data receiving apparatus for receiving and accumulating and storing modularized digitally broadcasted content data, comprising: information transmitted together with each of the modules; Executing a file write preparation process for accumulating and storing each of the module data as a file for a plurality of files.
【請求項28】モジュール化されたコンテンツデータを
記憶しておき、各モジュールをモジュール群規則に基づ
いてモジュール群化して、モジュール群に属するモジュ
ールに関する構成モジュール管理情報とともにデジタル
放送するデジタルデータ送信装置において、 前記構成モジュール管理情報を送信後、所定の猶予時間
経過してから前記各モジュールデータを送信すること、 を特徴とするデジタルデータ送信装置。
28. A digital data transmitting apparatus which stores modularized content data, divides each module into modules based on module group rules, and digitally broadcasts the module together with configuration module management information on modules belonging to the module group. The digital data transmission device, wherein the module data is transmitted after a predetermined grace period has elapsed after transmitting the constituent module management information.
【請求項29】送信側では、複数のコンテンツデータを
1のカルーセル形式にて繰り返し放送するとともに、受
信側ではかかるコンテンツデータを受信して蓄積記憶す
る放送データ送受信方法において、 前記送信側では、前記コンテンツデータの蓄積記憶時の
ファイル情報を含むカルーセル管理情報を送信後、所定
の猶予時間経過後から前記コンテンツデータをモジュー
ルとして送信し、 コンテンツデータの受信側では、前記カルーセル管理情
報受信後、前記モジュール受信までに各モジュールに含
まれるコンテンツデータをファイルに蓄積記憶させるた
めのファイル書き込み準備処理を複数ファイルについて
実行すること、を特徴とする放送データ送受信方法。
29. A broadcast data transmitting / receiving method in which a transmitting side repeatedly broadcasts a plurality of content data in one carousel format, and a receiving side receives, stores and stores the content data. After transmitting the carousel management information including the file information at the time of storing and storing the content data, the content data is transmitted as a module after a lapse of a predetermined grace period. A broadcast data transmission / reception method, wherein a file writing preparation process for accumulating and storing content data included in each module in a file before reception is performed for a plurality of files.
【請求項30】以下の選別受信部およびCPUを有する
デジタルデータ受信装置を制御するためのコンピュータ
読み取り可能なプログラムまたは当該プログラムを記録
した記録媒体であって、 設定された選別条件に基づいて、モジュールデータを選
別受信し、各モジュールデータを出力する選別受信部、 前記プログラムは、CPUに請求項19〜23に記載さ
れたいずれかの方法を実行させるためのプログラムであ
ること、 を特徴とするプログラムまたは当該プログラムを記録し
た記憶媒体。
30. A computer-readable program for controlling a digital data receiving apparatus having the following selection receiving unit and CPU, or a recording medium on which the program is recorded, wherein a module is provided based on a set selection condition. A selection receiving unit that receives data selectively and outputs each module data, wherein the program is a program for causing a CPU to execute any one of the methods according to claims 19 to 23. Alternatively, a storage medium storing the program.
JP2002046818A 2001-02-23 2002-02-22 Digital data transmission / reception system and method Expired - Fee Related JP4201074B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002046818A JP4201074B2 (en) 2001-02-23 2002-02-22 Digital data transmission / reception system and method

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP2001-47856 2001-02-23
JP2001047856 2001-02-23
JP2002046818A JP4201074B2 (en) 2001-02-23 2002-02-22 Digital data transmission / reception system and method

Publications (2)

Publication Number Publication Date
JP2002358228A true JP2002358228A (en) 2002-12-13
JP4201074B2 JP4201074B2 (en) 2008-12-24

Family

ID=26609962

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002046818A Expired - Fee Related JP4201074B2 (en) 2001-02-23 2002-02-22 Digital data transmission / reception system and method

Country Status (1)

Country Link
JP (1) JP4201074B2 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008085722A (en) * 2006-09-28 2008-04-10 Funai Electric Co Ltd Digital broadcast recording apparatus
JP2008252521A (en) * 2007-03-30 2008-10-16 Nippon Television Network Corp Transmission confirmation system for data broadcasting, conversion device, transmission confirming device, and program thereof
JP2009049573A (en) * 2007-08-15 2009-03-05 Sony Corp Information processor, method, and program
JP2012213138A (en) * 2011-03-18 2012-11-01 Nippon Hoso Kyokai <Nhk> Broadcast service transmission device and program
JP2015524113A (en) * 2012-06-05 2015-08-20 サムスン エレクトロニクス カンパニー リミテッド File transmission / reception apparatus and method in general-purpose device
JP2016208461A (en) * 2015-04-28 2016-12-08 日本放送協会 Processor, program and data structure

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008085722A (en) * 2006-09-28 2008-04-10 Funai Electric Co Ltd Digital broadcast recording apparatus
JP4715701B2 (en) * 2006-09-28 2011-07-06 船井電機株式会社 Digital broadcast recording device
JP2008252521A (en) * 2007-03-30 2008-10-16 Nippon Television Network Corp Transmission confirmation system for data broadcasting, conversion device, transmission confirming device, and program thereof
JP2009049573A (en) * 2007-08-15 2009-03-05 Sony Corp Information processor, method, and program
JP2012213138A (en) * 2011-03-18 2012-11-01 Nippon Hoso Kyokai <Nhk> Broadcast service transmission device and program
JP2015524113A (en) * 2012-06-05 2015-08-20 サムスン エレクトロニクス カンパニー リミテッド File transmission / reception apparatus and method in general-purpose device
US10331637B2 (en) 2012-06-05 2019-06-25 Samsung Electronics Co., Ltd. Apparatus and method for transmitting and receiving files in general purpose device
JP2016208461A (en) * 2015-04-28 2016-12-08 日本放送協会 Processor, program and data structure

Also Published As

Publication number Publication date
JP4201074B2 (en) 2008-12-24

Similar Documents

Publication Publication Date Title
US9986198B2 (en) Receiving device, receiving method, transmitting device, and transmitting method
US7992182B2 (en) Information provisioning apparatus and information provisioning method
KR100641594B1 (en) Data transmission control method, data transmission method, data transmitter, and receiver
US6636953B2 (en) Receiving apparatus that receives and accumulates broadcast contents and makes contents available according to user requests
JP4417711B2 (en) Receiver apparatus and method
CN100367244C (en) Data transceiving system and method
CN104054354A (en) Receiving device, receiving method, program, and information processing system
CN101789975B (en) Method and system for download contents of PVOD (push video on demand) business
US20030097423A1 (en) Preview system for data broadcast contents
KR20010021521A (en) Method and system for digital data transmission/reception
US20030084180A1 (en) Metadata receiving apparatus, receiving method, metadata receiving program, computer-readable recording medium recording therein metadata receiving program, metadata sending apparatus, and transmitting method
US20030009472A1 (en) Method related to structured metadata
WO2006090612A1 (en) Data management system, data management method, server device, reception device, control program, and computer-readable recording medium containing the same
KR100809641B1 (en) Method for exchanging contents between heterogeneous system and contents management system for performing the method
US20020062320A1 (en) File management method and content recording/playback apparatus
CN1732688B (en) Method of transmitting interactive television
JP2002358228A (en) Digital data transmission/reception system and method thereof
KR100892311B1 (en) Software upgrade apparatus and method for digital broadcasting receiver
JP2001024995A (en) Broadcasting device, broadcasting method and receiver
KR100565577B1 (en) Device for generating broadcast interoperable protocol message and method for broadcast interoperable protocol message using the same
KR101063813B1 (en) Information providing system and information providing method, recording device and recording method
US6681075B1 (en) Data transmission apparatus and data reception apparatus
KR20050106103A (en) Method and apparatus for storing an interactive television program
KR100582499B1 (en) How to display the playlist screen
JP4243452B2 (en) Cookie processing program, cookie processing device, cookie processing method and content fusion method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050209

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080519

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080708

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20080908

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20080930

R150 Certificate of patent or registration of utility model

Ref document number: 4201074

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111017

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121017

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131017

Year of fee payment: 5

LAPS Cancellation because of no payment of annual fees