JPH1083313A - Message simultaneously transmitting system and method for it - Google Patents

Message simultaneously transmitting system and method for it

Info

Publication number
JPH1083313A
JPH1083313A JP23893896A JP23893896A JPH1083313A JP H1083313 A JPH1083313 A JP H1083313A JP 23893896 A JP23893896 A JP 23893896A JP 23893896 A JP23893896 A JP 23893896A JP H1083313 A JPH1083313 A JP H1083313A
Authority
JP
Japan
Prior art keywords
transmission
message
mailbox
task
simultaneous
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.)
Pending
Application number
JP23893896A
Other languages
Japanese (ja)
Inventor
Hiroko Ozaki
宏子 尾崎
Hiroyuki Yamatani
裕之 山谷
Yoshikazu Shirahata
美和 白幡
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
NEC Miyagi Ltd
Original Assignee
NEC Corp
NEC Miyagi 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 NEC Corp, NEC Miyagi Ltd filed Critical NEC Corp
Priority to JP23893896A priority Critical patent/JPH1083313A/en
Publication of JPH1083313A publication Critical patent/JPH1083313A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To accelerate a transmitting time by reducing time for processing the whole system. SOLUTION: Table information including the addresses of mail boxes 31 to 3N (N is a natural number not less than 3) corresponding to each task 41 to 4N (N is a natural number not less than 1) to transmit is transferred to a transmission part 6 as parameters. Therefore, the transmission part 6 simultaneously transmits to the plural mail boxes 31 to 3N by once starting based on table information to improve operability and transmission performance. On the other hand, through the use of table information distributed as the parameter, a transmission part 3 transmits a message to the mail boxes 31 to 3N corresponding to the tasks 41 to 4N at each transmission destination to simplify processing on a transmission side and to reduce the number of the times of access to a stack with the starting of the transmission part and the switching of operation to the transmission part to reduce time for processing the whole system to accelerate a transmission speed and to improve transmitting performance.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明はメッセージ同時送信
システムおよびメッセージ同時送信方法に係り、特にリ
アルタイムオペレーテイングシステム(リアルタイムO
S)上で複数のタスクに対して送信するメッセージ同時
送信システムおよびメッセージ同時送信方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a simultaneous message transmission system and a simultaneous message transmission method, and more particularly to a real-time operating system (real-time operating system).
S) The present invention relates to a message simultaneous transmission system and a message simultaneous transmission method for transmitting to a plurality of tasks in (S).

【0002】[0002]

【従来の技術】従来、リアルタイムオペレーテイングシ
ステム(以下、リアルタイムOSという)上で複数のタ
スクに対してメッセージを送信するメッセージ送信シス
テムがある。このようなメッセージ送信システムは、送
信部に対して1つの送信先のメールボックスのアクセス
アドレスおよび、送信メッセージのポインタをパラメー
タとして与えていた。すなわち、これまでのメッセージ
同時送信システムでは、送信側タスクと受信側タスクが
1対1に対応しており、同じメッセージを複数タスクに
対して同時に送信する際においても、送信側が別々に各
相手方タスクに対して送信する必要があった。そのた
め、この種の送信システムでは、送信の度毎に送信動作
をする送信部が起動するために、送信タスクと送信部と
の間には、図5に示すような関係があった。すなわち、
このシステムでは、送信タスクと送信部の動作の切り替
えをn(nは3以上の自然数)回、行って受信側タスク
に情報を送出していた。
2. Description of the Related Art Conventionally, there is a message transmission system for transmitting a message to a plurality of tasks on a real-time operating system (hereinafter, referred to as a real-time OS). In such a message transmission system, an access address of one destination mailbox and a pointer of a transmission message are given as parameters to the transmission unit. That is, in the conventional message simultaneous transmission system, the transmitting task and the receiving task have a one-to-one correspondence, and even when transmitting the same message to a plurality of tasks at the same time, the transmitting task is separately performed by each partner task. Had to be sent to. Therefore, in this type of transmission system, a transmission unit that performs a transmission operation is activated every time transmission is performed, and thus the transmission task and the transmission unit have a relationship as illustrated in FIG. That is,
In this system, the operation of the transmission task and the operation of the transmission unit are switched n times (n is a natural number of 3 or more) and the information is transmitted to the reception task.

【0003】[0003]

【発明が解決しようとする課題】しかしながら、これま
でのリアルタイムOSを用いたメッセージの送信システ
ムは、送信側タスクと受信側タスクは1対1に対応して
おり、同じメッセージを複数の受信側タスクに対して同
時送信する場合でも、送信側タスクが別々に各相手方の
受信側タスクに対して送信する必要があり、その度毎に
送信部を呼び出さなければならず、それに伴うスタック
へのアクセス、および送信部への動作の切り替えを頼繁
に行なう必要があった。そのため、この種のシステムで
は、同じメッセージを複数タスクに対して同時に送信す
る場合に、システム全体の処理時間が遅くなるという問
題があった。
However, in a conventional message transmission system using a real-time OS, a transmission task and a reception task have a one-to-one correspondence, and the same message is transmitted to a plurality of reception tasks. Even when transmitting simultaneously, the transmitting task must transmit separately to the receiving task of each other party, and the transmitting unit must be called each time, so that access to the stack, In addition, it was necessary to frequently switch the operation to the transmission unit. Therefore, in this type of system, when the same message is transmitted to a plurality of tasks at the same time, there is a problem that the processing time of the entire system becomes slow.

【0004】本発明の目的は、同じメッセージを複数タ
スクに対して同時送信する場合に、システム全体の処理
時間を短縮して、送信速度を高速化するメッセージ同時
送信システムおよびメッセージ同時送信方法を提供する
ことにある。
[0004] It is an object of the present invention to provide a message simultaneous transmission system and a message simultaneous transmission method for shortening the processing time of the entire system and increasing the transmission speed when the same message is simultaneously transmitted to a plurality of tasks. Is to do.

【0005】本発明の他の目的は、1回の送信部の起動
で同時に複数の相手に対してメッセージを送信して、送
信側の処理を簡単にすることにより、送信性能の向上を
図ることにある。
Another object of the present invention is to improve the transmission performance by simultaneously transmitting a message to a plurality of partners by one activation of the transmission unit and simplifying the processing on the transmission side. It is in.

【0006】本発明のさらに他の目的は、送信部の起動
に伴うスタックへのアクセス、および送信部への動作の
切り替え回数を減らして、システム全体の処理時間を滅
少させることにより、操作性を向上することにある。
Still another object of the present invention is to reduce the number of times of access to the stack and the number of switching of operations to the transmission unit upon activation of the transmission unit, thereby reducing the processing time of the entire system, thereby improving operability. Is to improve.

【0007】[0007]

【課題を解決するための手段】本発明のメッセージ同時
送信システムおよびメッセージ同時送信方法は、複数の
タスクがメールボックスを介して同時にメッセージの送
受信を行うリアルタイムOSにおいて、送信する各タス
クに対応するメールボックスのアドレスを含むテーブル
情報を送信部にパラメータとして引き渡す。これによ
り、送信部は、テーブル情報に基づいて、1回の起動で
複数のメールボックスに対して同時に送信を行うことが
できるため、操作性の向上および送信性能の向上を図る
ことができる。
SUMMARY OF THE INVENTION A message simultaneous transmission system and a message simultaneous transmission method according to the present invention provide a real-time OS in which a plurality of tasks simultaneously transmit and receive messages via a mailbox. The table information including the box address is passed to the transmission unit as a parameter. Accordingly, the transmission unit can simultaneously transmit to a plurality of mailboxes by one activation based on the table information, so that operability and transmission performance can be improved.

【0008】また本発明では、送信部がパラメータとし
て引き渡されたテーブル情報を用いて、各送信先のタス
クに対応するメールボックスにメッセージを送信するこ
とにより、送信側の処理が簡単になると共に、送信部の
起動に伴うスタックへのアクセス、および送信部への動
作の切り替え回数が減り、システム全体の処理時間を滅
少させることができ、ひいては送信速度の高速化および
送信性能の向上を図ることができる。
In the present invention, the transmitting unit transmits a message to the mailbox corresponding to the task of each transmission destination using the table information passed as a parameter, thereby simplifying the processing on the transmission side. The number of times the access to the stack and the switching of the operation to the transmission unit due to the activation of the transmission unit are reduced, so that the processing time of the entire system can be reduced, and the transmission speed is increased and the transmission performance is improved. Can be.

【0009】[0009]

【発明の実施の形態】次に、本発明のメッセージ同時送
信システムおよびメッセージ同時送信方法について図面
を参照して詳細に説明する。図1は本発明の一実施例の
同時送信方式が適用されたシステムを示すブロック図で
ある。このシステムは、メッセージ送信を行う送信タス
ク部1と、実際の送信動作を制御するリアルタイムオペ
レーテイングシステム(OS)2と、メッセージを受信
するメールボックス31〜3N(Nは3以上の自然数)
と、受信タスク部41〜4N(Nは1以上の自然数)と
から、その主要部が構成されている。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, a message simultaneous transmission system and a message simultaneous transmission method of the present invention will be described in detail with reference to the drawings. FIG. 1 is a block diagram showing a system to which a simultaneous transmission method according to one embodiment of the present invention is applied. This system includes a transmission task unit 1 for transmitting a message, a real-time operating system (OS) 2 for controlling an actual transmission operation, and mailboxes 31 to 3N for receiving a message (N is a natural number of 3 or more).
And the receiving task units 41 to 4N (N is a natural number of 1 or more), the main parts of which are configured.

【0010】また送信タスク部1は、各送信先タスクに
対応するメールボックスのアドレス情報を格納するテー
ブル部8と、そのテーブル部8のテーブルポインタを引
き取り、対応するメールボックスに対してメッセージを
送信する送信関数に基づいて送信動作をする送信部6と
から構成する。
The transmission task section 1 receives a table section 8 for storing address information of a mailbox corresponding to each destination task and a table pointer of the table section 8, and transmits a message to the corresponding mailbox. And a transmitting unit 6 that performs a transmitting operation based on the transmitting function to be performed.

【0011】図2は図1に示す送信タスク部1内のメー
ルボックスアドレス格納テーブル8の具体的な構成を示
す図である。このメールボックスアドレス格納テーブル
8は、各送信先タスクに対応するメールボックスのアド
レス1〜Nと、テーブルの終わりを示すテーブルストッ
パとから構成する。
FIG. 2 is a diagram showing a specific configuration of the mailbox address storage table 8 in the transmission task unit 1 shown in FIG. The mailbox address storage table 8 includes mailbox addresses 1 to N corresponding to each destination task, and a table stopper indicating the end of the table.

【0012】次に、本発明のメッセージ同時送信システ
ムおよびメッセージ同時送信方法の実施例の動作を説明
する。図3は、本発明の実施例のメッセージ同時送信シ
ステムの動作を説明するフローチャートである。
Next, the operation of the embodiment of the simultaneous message transmission system and the simultaneous message transmission method of the present invention will be described. FIG. 3 is a flowchart illustrating the operation of the simultaneous message transmission system according to the embodiment of the present invention.

【0013】図3を参照すると、ステップ101(以
下、S101と略称する)において、送信タスクにおけ
る同時送信システムは、最初に登録されているメールボ
ックスアドレスのポインタを移動する。次に、S102
に進み、メールボックスアドレスがテーブルの終わりを
示すテーブルストッパであるか否かを判断する。
Referring to FIG. 3, in step 101 (hereinafter abbreviated as S101), the simultaneous transmission system in the transmission task moves the pointer of the first registered mailbox address. Next, S102
To determine whether or not the mailbox address is a table stopper indicating the end of the table.

【0014】メールボックスアドレスがテーブルの終わ
りを示すテーブルストッパでないと(S102のYes
のとき)には、以下の処理を行わずに処理を終了(エン
ド)する。またメールボックスアドレスがテーブルの終
わりを示すテーブルストッパでないとき(S102のN
oのとき)には、S105に進んで、対応するメールボ
ックスに対して送信のための起動をする。
If the mailbox address is not the table stopper indicating the end of the table (Yes in S102)
), The process ends without performing the following process. If the mailbox address is not the table stopper indicating the end of the table (N in S102)
In the case of (o), the process proceeds to S105, and the corresponding mailbox is activated for transmission.

【0015】さらに進んで、S106においては、次に
登録されているメールボックスアドレスにポインタを移
動して、再び、S102の判断を行う。
Further, in S106, the pointer is moved to the next registered mailbox address, and the determination in S102 is performed again.

【0016】次に、図1〜5に基づいて本実施例の動作
をさらに詳細に説明する。図1において、送信タスク1
は各送信先タスクに対応するメールボックスのアドレス
を得て、それを図1及び図2に示すメールボックスアド
レス格納テーブル8に格納し、テーブルのポインタを送
信部6にパラメータとして引き渡す。
Next, the operation of this embodiment will be described in more detail with reference to FIGS. In FIG. 1, transmission task 1
Obtains the mailbox address corresponding to each destination task, stores it in the mailbox address storage table 8 shown in FIGS. 1 and 2, and passes the pointer of the table to the transmission unit 6 as a parameter.

【0017】送信部6は、S101において引き渡され
たポインタから最初に登録されているメールボックスア
ドレスにポインタを移動し、次に、S102において、
それがテーブルストッパか否かの判断をする。テーブル
ストッパでなければ、S105においてそのメールボッ
クスに対して送信するためにOSに制御を引き渡し、次
に、S106において、登録されているメールボックス
アドレスにポインタを移動し、ステップ102に戻す。
ステップ102でテーブルストッパであると判定される
と、送信部6は処理を終了する。
The transmitting unit 6 moves the pointer from the pointer delivered in S101 to the first registered mailbox address, and then in S102
It is determined whether or not it is a table stopper. If it is not the table stopper, control is passed to the OS to transmit to the mailbox in S105, and then the pointer is moved to the registered mailbox address in S106, and the process returns to step 102.
If it is determined in step 102 that the table stopper is used, the transmitting unit 6 ends the process.

【0018】この結果、図4に示すように、送信タスク
1がメールボックスアドレス格納テーブル8を用いて送
信部6を1回起動するだけで、メールボックスアドレス
格納テーブル8に登録されている各メールボックスに対
して同一のメッセージの送信を行うことができる。この
際には、送信部6の起動に伴うスタックヘのアクセスお
よぴ送信部6への動作の切り替え回数を極めて少なくす
ることができる。
As a result, as shown in FIG. 4, the transmission task 1 only activates the transmission unit 6 once using the mailbox address storage table 8, and each mail registered in the mailbox address storage table 8 is activated. The same message can be sent to the box. In this case, the number of times the access to the stack and the switching to the operation to the transmission unit 6 due to the activation of the transmission unit 6 can be extremely reduced.

【0019】図6は本発明の第1の変形実施例を示す図
である。この変形実施例では、メールボックスアドレス
格納テーブル8が各送信先タスクに対応するメールボッ
クスのアドレスを格納するエリア(Al,A2,A3)
と、テーブルの終わりを示すテーブルストッパとから構
成する点、メールボックス31〜33に対応する受信タ
スク41〜43を設けている点が先の実施例と異なる。
FIG. 6 is a diagram showing a first modified embodiment of the present invention. In this modified example, the area (Al, A2, A3) where the mailbox address storage table 8 stores the address of the mailbox corresponding to each destination task
And a table stopper indicating the end of the table, and that receiving tasks 41 to 43 corresponding to the mailboxes 31 to 33 are provided.

【0020】送信タスク1は、各送信先タスクに対応す
るメールボックスのアドレスを得て、それをメールボッ
クスアドレス格納テーブル8に格納し、エリアAl,A
2,A3を設定したテーブルのポインタを送信部6にパ
ラメータとして引き渡すことができる。この送信部6
は、引き渡されたポインタから最初に登録されているメ
ールボックスアドレスがテーブルストッパではなく、受
信タスクAに対応するメールボックスAに対して送信す
るために、リアルタイムOS2に制御を移す。
The transmission task 1 obtains a mailbox address corresponding to each transmission destination task, stores it in the mailbox address storage table 8, and stores the addresses in the areas Al and A.
The pointer of the table in which A2 and A3 are set can be passed to the transmitting unit 6 as parameters. This transmission unit 6
Transfers the control to the real-time OS 2 so that the mailbox address registered first from the passed pointer is not the table stopper but to the mailbox A corresponding to the receiving task A.

【0021】次に、登録されているメールボックスアド
レスにポインタを移動する。同様に、送信起動を行い、
受信タスク41〜43に対応するメールボックス31〜
33に送信するために、OSに制御を移した後、次に登
録されているメールボックスアドレスがテーブルストッ
パとなると、処理を終了する。
Next, the pointer is moved to the registered mailbox address. Similarly, start sending,
Mailboxes 31 to 31 corresponding to the receiving tasks 41 to 43
After the control is transferred to the OS for transmission to the OS 33, when the mailbox address registered next becomes the table stopper, the process is terminated.

【0022】図6は本発明の第2の変形実施例を示す図
である。この変形実施例では、送信タスク、受信タスク
を区別しない複数のタスク71〜7N,91〜9Nと、
各タスクに対応するメールボックス31〜3N,81〜
8Nからなる点で上記実施例および第1の変形実施理例
と異なる。
FIG. 6 is a view showing a second modified embodiment of the present invention. In this modified example, a plurality of tasks 71 to 7N and 91 to 9N that do not distinguish between a transmission task and a reception task are provided.
Mailboxes 31-3N, 81-corresponding to each task
8N is different from the above embodiment and the first modified embodiment.

【0023】本変形実施例では、タスク91〜9Nが送
信側のときには、タスク71〜7Nが受信側となり、以
上の実施例と同様に動作する。またタスク71〜7Nが
送信側のときには、タスク91〜9Nが受信側となり、
上記実施例と逆の動作になるが、いずれにしても同様の
動作をすることに代わりがない。
In this modified embodiment, when the tasks 91 to 9N are on the transmitting side, the tasks 71 to 7N are on the receiving side, and operate in the same manner as in the above embodiment. When the tasks 71 to 7N are on the transmitting side, the tasks 91 to 9N are on the receiving side,
The operation is the reverse of that of the above embodiment, but the same operation is performed in any case.

【0024】以上に説明した第2の変形実施例では、各
タスク71〜7N,91〜9Nがそれぞれ複数の送信先
に同じメッセージを同時に送信することにより、送信タ
スク、受信タスクを区別せずにメッセージの送受信を行
うことが可能となり、タスク71〜7N,91〜9Nを
汎用的に使用することができ、システムの送受信性能の
向上を図ることができる。
In the second modified embodiment described above, each of the tasks 71 to 7N and 91 to 9N simultaneously transmits the same message to a plurality of destinations, so that the transmission task and the reception task are not distinguished. Messages can be transmitted and received, the tasks 71 to 7N and 91 to 9N can be used for general purpose, and the transmission and reception performance of the system can be improved.

【0025】以上に説明した実施例、第1および第2の
変形実施例においては、複数のタスクがメールボックス
を介して同時にメッセージの送受信を行うリアルタイム
OS2を用いて、送信する各タスクに対応するメールボ
ックスのアドレスを含むテーブル情報を送信部6にパラ
メータとして引き渡す。これにより、送信部6は、テー
ブル情報に基づいて、1回の起動で複数のメールボック
スに対して同時に送信を行うことができるため、操作性
の向上および送信性能の向上を図ることができる。
In the above-described embodiment, the first and second modified embodiments, a plurality of tasks correspond to each task to be transmitted using the real-time OS 2 which simultaneously transmits and receives messages via a mailbox. The table information including the address of the mailbox is passed to the transmission unit 6 as a parameter. Thereby, the transmitting unit 6 can simultaneously transmit to a plurality of mailboxes by one activation based on the table information, and thus operability and transmission performance can be improved.

【0026】また本実施例、第1および第2の変形実施
例においては、送信部6がパラメータとして引き渡され
たメールボックスアドレス格納テーブル8のテーブル情
報を用いて、各送信先のタスクに対応するメールボック
スにメッセージを送信することにより、送信側の処理が
簡単になると共に、送信部3の起動に伴うスタックへの
アクセス、および送信部3への動作の切り替え回数が減
り、システム全体の処理時間を滅少させることができ、
これがために送信速度の高速化および送信性能の向上を
図ることができる。
In the present embodiment, the first and second modified embodiments, the transmission unit 6 uses the table information of the mailbox address storage table 8 passed as a parameter to correspond to the task of each transmission destination. By transmitting a message to the mailbox, the processing on the transmission side is simplified, the number of access to the stack upon activation of the transmission unit 3 and the number of switching operations to the transmission unit 3 are reduced, and the processing time of the entire system Can be reduced,
As a result, the transmission speed can be increased and the transmission performance can be improved.

【0027】[0027]

【発明の効果】以上に説明した本発明によれば、パラメ
ータとして受け渡された各送信先のタスクに対応するメ
ールボックスアドレスであるテーブル情報に基づいて、
送信部を1度起動させることにより、複数のタスクに対
して同時に送信処理を行うことができるため、システム
全体の動作時間を減少させることができ、操作性の向上
および送信性能の向上を図ることができる。
According to the present invention described above, based on the table information which is the mailbox address corresponding to each destination task passed as a parameter,
By starting the transmission unit once, transmission processing can be performed simultaneously on a plurality of tasks, so that the operation time of the entire system can be reduced, and operability and transmission performance can be improved. Can be.

【0028】また本発明によれば、送信部がパラメータ
として引き渡されたテーブル情報を用いて、各送信先の
タスクに対応するメールボックスにメッセージを送信す
ることにより、送信部の起動に伴うスタックへのアクセ
ス、および送信部への動作の切り替え回数が減り、シス
テム全体の処理時間を滅少させることができ、ひいては
送信速度の高速化および送信性能の向上を図ることがで
きるなどの効果を奏することができる。
Further, according to the present invention, the transmitting unit transmits a message to the mailbox corresponding to the task of each transmission destination by using the table information passed as a parameter, so that the transmission unit transmits the message to the stack. And the number of times of switching the operation to the transmission unit and the operation of the transmission unit is reduced, the processing time of the entire system can be reduced, and the transmission speed can be increased and the transmission performance can be improved. Can be.

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

【図1】本発明のメッセージ同時送信システムおよびメ
ッセージ同時送信方法の実施例の構成を示すブロック図
である。
FIG. 1 is a block diagram showing a configuration of an embodiment of a simultaneous message transmission system and a simultaneous message transmission method of the present invention.

【図2】図1中のメールボックスアドレス格納テーブル
の構成を示す図である。
FIG. 2 is a diagram showing a configuration of a mailbox address storage table in FIG. 1;

【図3】本発明の実施例の動作を説明するフローチャー
トである。
FIG. 3 is a flowchart illustrating the operation of the embodiment of the present invention.

【図4】本発明の実施例のメッセージ同時送信システム
の動作を説明するタイミングチャートである。
FIG. 4 is a timing chart illustrating the operation of the simultaneous message transmission system according to the embodiment of the present invention.

【図5】本発明の第1変形実施例の構成を説明するブロ
ック図である。
FIG. 5 is a block diagram illustrating a configuration of a first modified example of the present invention.

【図6】本発明の第2変形実施例の構成を説明するブロ
ック図である
FIG. 6 is a block diagram illustrating a configuration of a second modified example of the present invention.

【図7】従来のメッセージ同時送信システムの動作を説
明するタイミングチャートである。
FIG. 7 is a timing chart for explaining the operation of a conventional simultaneous message transmission system.

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

1 送信タスク部 2 リアルタイムOS 6 送信部 8 メールボックスアドレス格納テーブル 31〜3N メールボックス 41〜4N 受信タスク部 71〜7N タスク部 81〜8N 送信部 91〜9N タスク部 DESCRIPTION OF SYMBOLS 1 Transmission task part 2 Real-time OS 6 Transmission part 8 Mailbox address storage table 31-3N Mailbox 41-4N Reception task part 71-7N Task part 81-8N Transmission part 91-9N Task part

───────────────────────────────────────────────────── フロントページの続き (72)発明者 白幡 美和 宮城県黒川郡大和町吉岡字雷神2番地 宮 城日本電気株式会社内 ────────────────────────────────────────────────── ─── Continued on the front page (72) Miwa Shirahata Inventor Miyagi NEC Co., Ltd.

Claims (7)

【特許請求の範囲】[Claims] 【請求項1】送信制御をするリアルタイムオペレーショ
ンシステム部が複数個のメッセージの受信用のメールボ
ックスに接続されているメッセージ同時送信システムに
おいて、 各送信先の前記メールボックスのアクセスアドレスを含
む情報を格納するテーブル手段と、 前記テーブル情報に基づいて複数の前記メールボックス
に対して同時に送信を行う送信手段と、 を備えたことを特徴とするメッセージ同時送信システ
ム。
1. A message simultaneous transmission system in which a real-time operation system unit for controlling transmission is connected to a plurality of mailboxes for receiving messages, wherein information including an access address of the mailbox of each destination is stored. A message simultaneous transmission system, comprising: a table means for performing transmission to a plurality of mailboxes simultaneously based on the table information.
【請求項2】前記テーブル手段から送出されたテーブル
情報に基づいて前記メールボックスに対して同時に送信
を行うインタフェース手段を備えたことを特徴とする請
求項1に記載のメッセージ同時送信システム。
2. The simultaneous message transmission system according to claim 1, further comprising an interface unit for simultaneously transmitting the message to the mailbox based on the table information sent from the table unit.
【請求項3】前記リアルタイムオペレーションシステム
部は、前記インターフェース手段を介在して前記テーブ
ル手段から送出されたテーブル情報に基づいて、1回の
起動で前記メールボックスに対して同時に送信を行うこ
とを特徴とする請求項1または2に記載のメッセージ同
時送信システム。
3. The real-time operation system unit transmits simultaneously to the mailbox by one activation based on table information sent from the table means via the interface means. The message simultaneous transmission system according to claim 1 or 2, wherein
【請求項4】前記リアルタイムオペレーションシステム
部は、前記インターフェース手段を介在して前記テーブ
ル手段から送出されたテーブル情報に基づいて、各送信
先のタスクに対応するメールボックスにメッセージを送
信することを特徴とする請求項1〜3のいずれかに記載
のメッセージ同時送信システム。
4. The real-time operation system unit transmits a message to a mailbox corresponding to a task of each transmission destination based on table information sent from the table unit via the interface unit. The simultaneous message transmission system according to any one of claims 1 to 3.
【請求項5】送信制御をするリアルタイムオペレーショ
ンシステム部が複数個のメッセージの受信用のメールボ
ックスに接続されているメッセージ同時送信システムに
おいて、 各送信先の前記メールボックスのアクセスアドレスを含
む情報を格納するステップと、 前記テーブル情報に基づいて複数の前記メールボックス
に対して同時に送信を行うステップと、 を含むことを特徴とするメッセージ同時送信方法。
5. A message simultaneous transmission system in which a real-time operation system section for controlling transmission is connected to a plurality of mailboxes for receiving messages, stores information including an access address of the mailbox of each destination. And transmitting simultaneously to the plurality of mailboxes based on the table information.
【請求項6】前記リアルタイムオペレーションシステム
部は、前記インターフェース手段を介在して前記テーブ
ル手段から送出されたテーブル情報に基づいて、1回の
起動で前記メールボックスに対して同時に送信を行うス
テップを含むことを特徴とする請求項4に記載のメッセ
ージ同時送信方法。
6. The real-time operation system unit includes a step of simultaneously transmitting to the mailbox by one activation based on table information sent from the table means via the interface means. 5. The method for simultaneous transmission of messages according to claim 4, wherein:
【請求項7】前記リアルタイムオペレーションシステム
部は、前記インターフェース手段を介在して前記テーブ
ル手段から送出されたテーブル情報に基づいて、各送信
先のタスクに対応するメールボックスにメッセージを送
信するステップを含むことを特徴とする請求項5または
6に記載のメッセージ同時送信方法。
7. The real-time operation system section includes a step of transmitting a message to a mailbox corresponding to a task of each transmission destination based on table information sent from the table means via the interface means. 7. The simultaneous message transmission method according to claim 5, wherein
JP23893896A 1996-09-10 1996-09-10 Message simultaneously transmitting system and method for it Pending JPH1083313A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP23893896A JPH1083313A (en) 1996-09-10 1996-09-10 Message simultaneously transmitting system and method for it

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP23893896A JPH1083313A (en) 1996-09-10 1996-09-10 Message simultaneously transmitting system and method for it

Publications (1)

Publication Number Publication Date
JPH1083313A true JPH1083313A (en) 1998-03-31

Family

ID=17037519

Family Applications (1)

Application Number Title Priority Date Filing Date
JP23893896A Pending JPH1083313A (en) 1996-09-10 1996-09-10 Message simultaneously transmitting system and method for it

Country Status (1)

Country Link
JP (1) JPH1083313A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7461380B2 (en) 2003-02-18 2008-12-02 Denso Corporation Inter-task communications method, program, recording medium, and electronic device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7461380B2 (en) 2003-02-18 2008-12-02 Denso Corporation Inter-task communications method, program, recording medium, and electronic device

Similar Documents

Publication Publication Date Title
EP0100092A2 (en) Multiple communication interface between processor and digital transmission means
US6488127B2 (en) Elevator information communication system
JPH1083313A (en) Message simultaneously transmitting system and method for it
JPH10327190A (en) Network traffic priority determining method
JPH069361B2 (en) Message transmission method
JPH098842A (en) Electronic mail system
JPH05344148A (en) Electronic mail device
JP3559592B2 (en) Network system and control method thereof
JPH06149500A (en) Automatic switching mechanism for printer
JP3003349B2 (en) Computer Network Data Relay Method
JP3180433B2 (en) Data relay method and relay method for computer network
JP2000339239A (en) Electronic mail system and processing method
JPH06214912A (en) Communication system
JP3351581B2 (en) Data relay device
JP2994198B2 (en) Email management system
JP2724323B2 (en) Signal switching device and signal switching method
US20040078479A1 (en) Traffic generator using a network processor
JP3152287B2 (en) Shortcut communication system
JPS62212762A (en) Processing system for function decentralized information
JPH04324553A (en) Method for transferring mail to substitute destination
JPH06295270A (en) Information processor
JPH07295839A (en) Inter-task communication system
JPH09289525A (en) Network connecting device
JPH03293840A (en) Mail transmission system
JPH02309892A (en) Call processing signal control system