JP2010009527A - Information processor - Google Patents

Information processor Download PDF

Info

Publication number
JP2010009527A
JP2010009527A JP2008171327A JP2008171327A JP2010009527A JP 2010009527 A JP2010009527 A JP 2010009527A JP 2008171327 A JP2008171327 A JP 2008171327A JP 2008171327 A JP2008171327 A JP 2008171327A JP 2010009527 A JP2010009527 A JP 2010009527A
Authority
JP
Japan
Prior art keywords
callback function
program module
dynamic loading
module
parameter
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
JP2008171327A
Other languages
Japanese (ja)
Inventor
Manabu Sueishi
学 末石
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.)
Toshiba Corp
Original Assignee
Toshiba Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Corp filed Critical Toshiba Corp
Priority to JP2008171327A priority Critical patent/JP2010009527A/en
Publication of JP2010009527A publication Critical patent/JP2010009527A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)
  • Executing Machine-Instructions (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To conduct processing without trying it again, even when unable to call a callback function. <P>SOLUTION: A dynamic loading control module includes the callback function, when calling the callback function, and determines whether a dynamic loading module with a system soft module called by assigning the callback function is loaded in a main storage part or not (step S402). The dynamic loading control module investigates whether an operation of the dynamic loading module depends on an operation of the callback function or not (step S405), when not loaded. An operation of calling the callback function is finished (step S404) when not depending, and the operation is finished (step S404) after error processing (step S406), when depending. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、情報処理装置に係り、特に、コールバック関数の処理に関する。   The present invention relates to an information processing apparatus, and more particularly to processing of a callback function.

情報処理装置で、コールバック関数を用いた処理が知られている。即ち、呼び出し元のプログラム1が呼び出し先のプログラム2を呼び出す際、コールバック関数と呼ばれるプログラム3を識別する情報を引数として与え、呼び出されたプログラム2は、その引数を参照してコールバック関数と呼ばれるプログラム3を呼び出す処理である。ここで、プログラム3を識別する情報は、例えば、プログラム3が位置する主記憶部のアドレスである。   In an information processing apparatus, processing using a callback function is known. That is, when the call source program 1 calls the call destination program 2, information for identifying the program 3 called a callback function is given as an argument, and the called program 2 refers to the argument as a callback function. This is a process for calling the called program 3. Here, the information for identifying the program 3 is, for example, the address of the main storage unit where the program 3 is located.

コールバック関数を用いた処理は、例えば、呼び出されたプログラム2で何らかのイベントが発生した際の処理を、呼び出し元のプログラム1が指定するために用いられる。ここで、プログラム3をコールバック関数と呼ぶが、必ずしも関数であることを意味しない。即ち、プログラム3は、呼び出しが可能なプログラムの単位であれば良く、プログラミング言語に依存して、関数の他、サブルーチン、サブプログラム、手続き、メソッドなどと呼ばれることもある。   The processing using the callback function is used, for example, for the calling program 1 to specify processing when an event occurs in the called program 2. Here, the program 3 is called a callback function, but does not necessarily mean a function. That is, the program 3 may be a unit of a program that can be called, and may be called a subroutine, a subprogram, a procedure, a method or the like in addition to a function depending on the programming language.

また、プログラムがアセンブリ言語によって記述される場合、プログラム3を識別する情報として、アセンブリ言語によるプログラム中の位置(アドレス)を用いることによれば、コールバック関数と呼ばれるプログラム3は、プログラムの単位である必要はない。プログラム中の任意の位置(アドレス)から開始される処理であるとして良い。   Further, when a program is described in an assembly language, by using a position (address) in the program in the assembly language as information for identifying the program 3, the program 3 called a callback function is a program unit. There is no need. The process may be started from an arbitrary position (address) in the program.

呼び出し元のプログラム1と呼び出し先のプログラム2とは独立したプログラムであって、それらのプログラムは独立して動作する異なるタスクに割り当てられる処理が考えられる。この処理で、コールバック関数であるプログラム3は、呼び出し元のプログラム1と同じプログラムモジュール、即ち、所定の範囲の機能を果たすプログラム群に含まれ、かつ、呼び出し先のプログラム2が割り当てられたタスクとして動作することが考えられる。ここで、プログラムモジュールに含まれるプログラムの数は、複数と限るものではない。   The call source program 1 and the call destination program 2 are independent programs, and these programs can be assigned to different tasks that operate independently. In this process, the program 3 that is a callback function is included in the same program module as the calling source program 1, that is, a task that is assigned to the calling destination program 2 and is included in a program group that performs a predetermined range of functions. It is possible to operate as. Here, the number of programs included in the program module is not limited to a plurality.

この処理によれば、呼び出し元のプログラム1と、呼び出し先のプログラム2との独立性を高め、保守性を高めることができる。更に、コールバック関数であるプログラム3の動作の結果に依存して、呼び出し元のプログラム1の動作を変化させることが容易に可能となる。   According to this process, the independence between the call source program 1 and the call destination program 2 can be increased, and maintainability can be improved. Furthermore, depending on the result of the operation of the program 3 that is a callback function, the operation of the calling program 1 can be easily changed.

しかしながら、呼び出し元のプログラム1と、呼び出し先のプログラム2とが独立したプログラムであって、それぞれのプログラムが異なるタスクに割り当てられて動作している場合、これらのプログラムのアンロードは、これらの2つのタスクによる処理に悪い影響を及ぼす。そこで、プログラムの一方の主記憶部からのアンロードの際、上記複数のタスクによって行なわれている処理を取り消す処理が知られている(例えば、特許文献1参照。)。   However, when the call source program 1 and the call destination program 2 are independent programs, and each program is assigned to a different task and operates, these programs are unloaded. Adversely affects processing by one task. Therefore, a process for canceling the process performed by the plurality of tasks when the program is unloaded from one main storage unit is known (see, for example, Patent Document 1).

ここで、上記プログラム又はそのプログラムが含まれるプログラムモジュールのアンロードは、そのプログラムのバージョンアップの際に行われるのみならず、そのプログラムが割り当てられたタスクがサスペンド状態に置かれること、そのタスクが消滅されたこと、そのタスクに割り当てられた主記憶部が解放されることによってそのプログラムがアンロードされることなどによって発生する。なお、サスペンド状態とは、そのタスクがOSのカーネルによって動作しないと設定された状態を意味し、そのタスクがCPUリソースを要求して、そのリソースの割り当てを待つ状態ではない。
特開2004−192648号公報(第32頁)
Here, the unloading of the program or the program module including the program is not only performed when the version of the program is upgraded, but the task to which the program is assigned is put in a suspended state, and the task is For example, the program is unloaded, the main memory allocated to the task is released, and the program is unloaded. The suspended state means a state in which the task is set not to be operated by the OS kernel, and is not a state in which the task requests a CPU resource and waits for the allocation of the resource.
JP 2004-192648 A (page 32)

しかしながら、上述した特許文献1に開示されている方法では、プログラムのアンロード後、そのプログラムのロードを待って、アンロードの際に行なわれていた処理を再度行う、即ち、処理のやり直しが必要である問題点があった。   However, in the method disclosed in Patent Document 1 described above, after the program is unloaded, the process that has been performed at the time of unloading is performed again after waiting for the program to be loaded. There was a problem.

本発明は上記問題点を解決するためになされたもので、コールバック関数の呼び出しが不可能であっても、やり直すことなしに処理を行う情報処理装置を提供することを目的とする。   The present invention has been made to solve the above problems, and an object of the present invention is to provide an information processing apparatus that performs processing without redoing even if a callback function cannot be called.

上記目的を達成するために、本発明の情報処理装置は、主記憶手段に記憶されたプログラムを実行する情報処理装置であって、第1のプログラムモジュールと、第2のプログラムモジュールとを備え、前記第1のプログラムモジュールは、コールバック関数を識別する情報をパラメータとして与えて前記第2のプログラムモジュールを呼び出し、前記第2のプログラムモジュールは、前記パラメータとして与えられた識別する情報で識別されるコールバック関数が前記主記憶手段に記憶されている場合、そのコールバック関数を呼び出し、そのコールバック関数が前記主記憶手段に記憶されていない場合、そのコールバック関数を呼び出す動作を無視することを特徴とする。   In order to achieve the above object, an information processing apparatus of the present invention is an information processing apparatus that executes a program stored in a main storage unit, and includes a first program module and a second program module, The first program module gives information identifying a callback function as a parameter to call the second program module, and the second program module is identified by the identifying information given as the parameter. When the callback function is stored in the main storage means, the callback function is called. When the callback function is not stored in the main storage means, the operation of calling the callback function is ignored. Features.

本発明によれば、コールバック関数の呼び出しが不可能であっても、やり直すことなしに処理を行うことができる。   According to the present invention, even if it is impossible to call a callback function, it is possible to perform processing without re-execution.

以下に、本発明による情報処理装置の実施の形態を、図面を参照して説明する。図1は、本発明の実施形態に係る情報処理装置が適用された移動通信装置の構成を示すブロック図である。   Embodiments of an information processing apparatus according to the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing a configuration of a mobile communication apparatus to which an information processing apparatus according to an embodiment of the present invention is applied.

この移動通信装置は、移動通信網(図示せず)を介した通信等を行う装置であり、装置全体の制御を行う制御部100と、基地局(図示せず)との間で電波の送受信を行うアンテナ111aと、通信部111bと、送受信部112と、スピーカ113aと、マイクロフォン113bと、通話部113cと、表示部114と、入力装置115と、カメラ116と、スピーカ117と、ファイル記憶部121とを備える。   This mobile communication device is a device that performs communication through a mobile communication network (not shown), and transmits and receives radio waves between a control unit 100 that controls the entire device and a base station (not shown). An antenna 111a, a communication unit 111b, a transmission / reception unit 112, a speaker 113a, a microphone 113b, a call unit 113c, a display unit 114, an input device 115, a camera 116, a speaker 117, and a file storage unit. 121.

制御部100には、システムソフトモジュール101と、動的ローディング制御モジュール102と、動的ローディング管理テーブル103と、動的ローディングモジュール104とが含まれる。これらのプログラムによるモジュールがタスクに割り当てられて、主記憶部(図示せず)にロード、即ち、記憶され、そのタスクがCPU(図示せず)によって実行されることにより、又は、ノンタスクとして主記憶部にロードされ、CPUによって動作されることにより、それぞれのプログラムの機能が実行される。   The control unit 100 includes a system software module 101, a dynamic loading control module 102, a dynamic loading management table 103, and a dynamic loading module 104. Modules by these programs are assigned to tasks and loaded or stored in a main memory (not shown), and the task is executed by a CPU (not shown) or as a non-task main memory. The functions of the respective programs are executed by being loaded into the sections and operated by the CPU.

これらの主記憶部へのロードと、CPUリソースの割り当ては、制御部100に含まれるディスパッチャ(図示せず)によって行なわれる。ファイル記憶部121には、ファイル121aが記憶される。   The loading to the main storage unit and the allocation of CPU resources are performed by a dispatcher (not shown) included in the control unit 100. The file storage unit 121 stores a file 121a.

上記のように構成された、本発明の実施形態に係る移動通信装置の各部の動作を、図1を参照して説明する。   The operation of each part of the mobile communication apparatus configured as described above according to the embodiment of the present invention will be described with reference to FIG.

システムソフトモジュール101は、複数の種類のモジュールからなり、それぞれのモジュールは、タスクに割り当てられ、そのタスクが実行されて機能を実現するものである。システムソフトモジュール101が割り当てられたタスクは、装置の各部、又は、動的ローディングモジュール104が実現する各機能によって要求されることを契機に実行される。また、各システムソフトモジュール101は、常に主記憶部にロードされており、それぞれが割り当てられたタスクは、装置の電源投入の際に生成され、消滅することはない。   The system software module 101 includes a plurality of types of modules, and each module is assigned to a task, and the task is executed to realize a function. The task to which the system software module 101 is assigned is executed when requested by each unit of the apparatus or each function realized by the dynamic loading module 104. Each system software module 101 is always loaded in the main storage unit, and a task assigned to each system software module 101 is generated when the apparatus is turned on and does not disappear.

上記タスクは、装置の各部又は各機能に要求されない場合、サスペンド状態に置かれ、実行状態に置かれることはない。装置の各部又は各機能に要求された場合、実行状態に置かれ、実行される。ここで、CPUの数に限りがある場合、実行状態に置かれるとは、CPUリソース待ち状態に置かれることを含む。   If the task is not required for each part or function of the device, the task is placed in the suspended state and not in the running state. When requested by each unit or each function of the apparatus, it is placed in the execution state and executed. Here, when the number of CPUs is limited, being placed in the execution state includes being placed in a CPU resource waiting state.

なお、システムソフトモジュール101は、常に主記憶部にロードされており、また、そのモジュールを割り当てられたタスクが装置の電源投入の際に生成され、消滅することはないのは、装置の各部又は各機能に実行を要求された後、動作を開始するまでの時間を短縮するためである。しかし、そのタスクは、装置の各部又は各機能に実行を要求されるまでは消滅されており、その要求によって生成されるとし、タスクが生成された後、システムソフトモジュール101は、主記憶部にロードされるとしても良い。また、ローディングされたシステムソフトモジュール101は、適宜二次記憶部(図示せず)にスワップアウトされても良い。主記憶部リソースを活用するためである。   Note that the system software module 101 is always loaded in the main storage unit, and a task to which the module is assigned is generated when the apparatus is turned on and does not disappear. This is to shorten the time until the operation is started after each function is requested to execute. However, the task disappears until each unit or function of the apparatus is requested to execute, and it is generated by the request. After the task is generated, the system software module 101 stores the task in the main memory unit. May be loaded. Further, the loaded system software module 101 may be swapped out to a secondary storage unit (not shown) as appropriate. This is for utilizing the main memory resource.

この実施形態では、制御部100は、2つのシステムソフトモジュール101を含む。第1は、2つの機能、即ち、符号化された静止画、例えば、JPEGファイルを復号し、復号された静止画を表示部114に表示させる機能と、静止画を符号化して、得られたJPEGファイルをパラメータとして返す機能とを実現するものであり、以後、システムソフトモジュール101(JPEG)と称する。   In this embodiment, the control unit 100 includes two system software modules 101. The first is obtained by encoding two still images, that is, a still image encoded, for example, a function of decoding a JPEG file and displaying the decoded still image on the display unit 114, and a still image. A function for returning a JPEG file as a parameter is realized, and is hereinafter referred to as a system software module 101 (JPEG).

システムソフトモジュール101(JPEG)は、呼び出しに際し、コールバック関数を識別する情報を必要とする。このコールバック関数は、復号された静止画を表示部114に表示させる機能にあっては、表示の完了を通知するものである。一方、符号化の機能にあっては、パラメータとしてJPEGファイルを返すためのものである。   The system software module 101 (JPEG) needs information for identifying a callback function when called. This callback function notifies the display completion in the function of displaying the decoded still image on the display unit 114. On the other hand, the encoding function is for returning a JPEG file as a parameter.

第2は、2つの機能、即ち、符号化された動画像と音声と、例えば、MPEGファイルを復号して、画像を表示部114に表示させ、音声をスピーカ117から発生させる機能と、動画像と音声とを符号化して、得られたMPEGファイルをファイル121aとしてファイル記憶部121に記憶させる機能とを実現するものであり、以後、システムソフトモジュール101(MPEG)と称する。   Second, there are two functions, that is, an encoded moving image and sound, a function of decoding an MPEG file, for example, displaying an image on the display unit 114, and generating sound from the speaker 117, and a moving image. And a function of storing the obtained MPEG file as a file 121a in the file storage unit 121, and hereinafter referred to as a system software module 101 (MPEG).

システムソフトモジュール101(MPEG)は、呼び出しに際し、コールバック関数を識別する情報を必要とする。このコールバック関数は、復号された静止画を表示部114に表示させ、音声をスピーカ117から発生させる機能にあっては、表示の完了を通知し、また、表示が行なわれていることを所定の時間間隔で通知するものである。一方、符号化の機能にあっては、パラメータとしてMPEGファイルを返すためのものである。   The system software module 101 (MPEG) needs information for identifying a callback function when called. This callback function displays the decoded still image on the display unit 114, and in the function of generating sound from the speaker 117, notifies the completion of the display and determines that the display is being performed. This is notified at the time interval. On the other hand, the encoding function is for returning an MPEG file as a parameter.

動的ローディング制御モジュール102は、制御部100に含まれるディスパッチャの一部として、ノンタスクとして動作して機能を実現するものである。即ち、動的ローディング制御モジュール102は、システムソフトモジュール101によって呼び出され、その呼び出しに伴うパラメータに従って、動的ローディングモジュール104に含まれるコールバック関数を呼び出す。   The dynamic loading control module 102 implements functions by operating as a non-task as a part of the dispatcher included in the control unit 100. That is, the dynamic loading control module 102 is called by the system software module 101 and calls a callback function included in the dynamic loading module 104 in accordance with parameters accompanying the call.

呼び出されたコールバック関数は、上記システムソフトモジュール101が割り当てられたタスクとして実行される。なお、動的ローディング制御モジュール102は、ノンタスクとして動作するが、これに限るものではない。タスクに割り当てられ、そのタスクが実行されることによって動作しても良い。   The called callback function is executed as a task to which the system software module 101 is assigned. The dynamic loading control module 102 operates as a non-task, but is not limited to this. It may be assigned to a task and operate by executing the task.

動的ローディング制御モジュール102が割り当てられたタスクは、装置の電源投入の際に生成され、消滅することはないとしても良く、また、システムソフトモジュール101によって呼び出された際に生成されても良い。更に、動的ローディング制御モジュール102は、主記憶部に常にロードされていても、いなくても良い。ただし、タスクとして動作する場合、動的ローディング制御モジュール102が割り当てられたタスクは、動的ローディングモジュール104が割り当てられたタスクよりも高い優先度を持ち、優先してCPUリソースが割り当てられることが適切である。   The task to which the dynamic loading control module 102 is assigned is generated when the apparatus is turned on and may not disappear, or may be generated when called by the system software module 101. Furthermore, the dynamic loading control module 102 may or may not always be loaded in the main storage unit. However, when operating as a task, a task to which the dynamic loading control module 102 is assigned has a higher priority than a task to which the dynamic loading module 104 is assigned, and it is appropriate that CPU resources are assigned with priority. It is.

動的ローディング管理テーブル103は、動的ローディングモジュール104が主記憶部にローディングされているか否かを記憶する。図2は、動的ローディング管理テーブル103の構成の一例を示す。この動的ローディング管理テーブル103は、モジュールID103aと、動的ロード状態103bとが関連付けられた情報からなる。   The dynamic loading management table 103 stores whether or not the dynamic loading module 104 is loaded in the main storage unit. FIG. 2 shows an example of the configuration of the dynamic loading management table 103. The dynamic loading management table 103 includes information in which a module ID 103a and a dynamic load state 103b are associated with each other.

モジュールID103aは、動的ローディングモジュール104を識別する情報である。また、動的ロード状態103bは、関連付けられたモジュールID103aによって識別される動的ローディングモジュール104が主記憶部にロードされているか否かを示し、「ロード」又は「アンロード」なる情報である。   The module ID 103a is information for identifying the dynamic loading module 104. The dynamic load state 103b indicates whether or not the dynamic loading module 104 identified by the associated module ID 103a is loaded in the main storage unit, and is “load” or “unload” information.

図2に示すように、この実施形態では、3つの動的ローディングモジュール104があり、それぞれを識別する情報は、「モジュール001(電子メール)」、「モジュール002(メディアプレイヤ)」、「モジュール003(写真撮影)」である。また、それぞれが割り当てられたタスクが実行する機能は、電子メールの送受信、コンテンツの再生、写真の撮影である。   As shown in FIG. 2, in this embodiment, there are three dynamic loading modules 104, and information for identifying each of them is “module 001 (e-mail)”, “module 002 (media player)”, and “module 003”. (Photographing) ". In addition, the functions executed by the tasks assigned to each of them are transmission / reception of e-mails, reproduction of contents, and taking pictures.

この3つの動的ローディングモジュール104のそれぞれを、以後、動的ローディングモジュール104(電子メール)、動的ローディングモジュール104(コンテンツ)、動的ローディングモジュール104(写真)と称する。   Each of the three dynamic loading modules 104 is hereinafter referred to as a dynamic loading module 104 (e-mail), a dynamic loading module 104 (content), and a dynamic loading module 104 (photo).

なお、動的ローディング管理テーブル103は、表形式で記憶されるように説明し、そして、図示したが、これは理解を容易にするためであって、これに限るものではない。例えば、離散して記憶され、離散した部分の間をポインターで結ぶ構成としても良い。   The dynamic loading management table 103 has been described and illustrated as being stored in a table format, but this is for ease of understanding and is not limited thereto. For example, it is good also as a structure which memorize | stores discretely and connects between the discrete parts with a pointer.

動的ローディングモジュール104のそれぞれは、入力装置115の所定の操作に基づいて、タスクに割り当てられることによって実行され、所定の機能を実現する。上記タスクは、入力装置115の所定の操作に基づいて、生成される。また、入力装置115の所定の操作に基づいて、又は、動的ローディングモジュール104の実現する所定の機能の終了によって、消滅される。また、動的ローディングモジュール104は、上記タスクが生成された際に主記憶部にロードされ、消滅された際に主記憶部からアンロードされる。   Each of the dynamic loading modules 104 is executed by being assigned to a task based on a predetermined operation of the input device 115 to realize a predetermined function. The task is generated based on a predetermined operation of the input device 115. Further, it disappears based on a predetermined operation of the input device 115 or when a predetermined function realized by the dynamic loading module 104 ends. The dynamic loading module 104 is loaded into the main storage unit when the task is generated, and is unloaded from the main storage unit when the task is deleted.

また、動的ローディングモジュール104のそれぞれは、コールバック関数を含み、システムソフトモジュール101を呼び出す際は、そのコールバック関数を識別する情報、即ち、そのコールバック関数が位置する主記憶部のアドレスを与える。なお、コールバック関数は、それぞれの動的ローディングモジュール104に含まれると限るものではない。しかし、含まれない場合、動的ローディングモジュール104のそれぞれのロードとアンロードに従って、動的ローディングモジュール104のそれぞれに対応するコールバック関数もロードとアンロードがされる。   Each of the dynamic loading modules 104 includes a callback function. When the system software module 101 is called, information for identifying the callback function, that is, the address of the main storage unit in which the callback function is located. give. The callback function is not limited to being included in each dynamic loading module 104. However, if not included, the callback function corresponding to each of the dynamic loading modules 104 is also loaded and unloaded according to the respective loading and unloading of the dynamic loading module 104.

動的ローディングモジュール104が割り当てられたタスクは、常には生成されておらず、かつ、動的ローディングモジュール104は、常には主記憶部にはロードされていないとしたが、これは、装置のリソースの有効活用を目的としたものであり、これに限るものではない。   The task to which the dynamic loading module 104 is assigned is not always generated, and the dynamic loading module 104 is not always loaded in the main storage unit. It is intended for effective use of, but is not limited to this.

上記タスクは、常に生成されており、入力装置115の所定の操作に基づいて、サスペンド状態と実行状態との間を推移する、及び/又は、動的ローディングモジュール104は、常に主記憶部にロードされているとしても良い。動的ローディングモジュール104が常に主記憶部にロードされているとき、本発明は、その動的ローディングモジュール104に対応するコールバック関数がロードされているか否かが変化する場合に適用される。   The above task is always generated, and transitions between a suspended state and an execution state based on a predetermined operation of the input device 115, and / or the dynamic loading module 104 is always loaded into the main storage unit. It may be. When the dynamic loading module 104 is always loaded into the main storage unit, the present invention is applied when it is changed whether or not the callback function corresponding to the dynamic loading module 104 is loaded.

既に説明したように、この実施形態で、動的ローディングモジュール104は、動的ローディングモジュール104(電子メール)、動的ローディングモジュール104(コンテンツ)、動的ローディングモジュール104(写真)の3つであり、タスクに割り当てられることによって、それらが実行する機能は、それぞれ電子メール送受信機能、コンテンツ再生機能、写真撮影機能である。   As described above, in this embodiment, the dynamic loading module 104 includes the dynamic loading module 104 (e-mail), the dynamic loading module 104 (content), and the dynamic loading module 104 (photo). The functions executed by being assigned to tasks are an e-mail transmission / reception function, a content reproduction function, and a photo shooting function, respectively.

以上説明したように、システムソフトモジュール101と、動的ローディング制御モジュール102と、動的ローディングモジュール104とは、それぞれノンタスクであるディスパッチャの一部として動作し、又は、タスクに割り当てられて実行されることによって機能を実現する。そこで、以後、システムソフトモジュール101と、動的ローディング制御モジュール102と、動的ローディングモジュール104とが動作して機能を実現する旨の記述によって、即ち、ディスパッチャ又はタスクの記載を省くことによって簡明な説明をする。   As described above, the system software module 101, the dynamic loading control module 102, and the dynamic loading module 104 each operate as a part of a non-task dispatcher, or are assigned to a task and executed. To realize the function. Therefore, hereinafter, the system software module 101, the dynamic loading control module 102, and the dynamic loading module 104 operate in a simple manner by describing that the functions are realized, that is, omitting the description of the dispatcher or task. Explain.

ここで、システムソフトモジュール101と、動的ローディング制御モジュール102と、動的ローディング管理テーブル103と、動的ローディングモジュール104とのコールバック関数の呼び出しの際のソフトウェア構成を説明する。図3は、この呼び出しの際のソフトウェア構成の一例を示す。即ち、これらのソフトウェアは、以下の順で動作要求、呼び出しを行う。   Here, the software configuration when calling the callback function of the system software module 101, the dynamic loading control module 102, the dynamic loading management table 103, and the dynamic loading module 104 will be described. FIG. 3 shows an example of the software configuration at the time of this call. That is, these software requests and calls operations in the following order.

(1)コールバック関数を含む動的ローディングモジュール104は、システムソフトモジュール101に動作を要求する。この際、上記コールバック関数を識別する情報を与える。(2)システムソフトモジュール101は、動的ローディングモジュール104に含まれるコールバック関数を呼び出す際、動的ローディング制御モジュール102を呼び出す。(3)動的ローディング制御モジュール102は、動的ローディングモジュール104を参照する。(4)参照によって得られた情報に基づいて、動的ローディングモジュール104に含まれるコールバック関数を呼び出す。   (1) The dynamic loading module 104 including the callback function requests the system software module 101 to operate. At this time, information for identifying the callback function is given. (2) When calling the callback function included in the dynamic loading module 104, the system software module 101 calls the dynamic loading control module 102. (3) The dynamic loading control module 102 refers to the dynamic loading module 104. (4) Call a callback function included in the dynamic loading module 104 based on the information obtained by reference.

通信部111bは、アンテナ111aが受信した高周波信号を送受信部112へ出力し、また、送受信部112から出力される高周波信号をアンテナ111aより送信する。   The communication unit 111b outputs the high frequency signal received by the antenna 111a to the transmission / reception unit 112, and transmits the high frequency signal output from the transmission / reception unit 112 from the antenna 111a.

送受信部112は、通信部111bからの高周波信号を増幅、周波数変換及び復調し、それによって得られたディジタル音声信号を通話部113cへ、得られた制御信号を制御部100へ、得られた電子メールを制御部100の電子メール送受信機能へ送る。更には、送受信部112は、通話部113cから出力されるディジタル音声信号と、制御部100から出力される制御信号と、電子メール送受信機能から出力される電子メールとを変調、周波数変換及び増幅し、高周波信号を得て、それを通信部111bに送る。   The transmission / reception unit 112 amplifies, frequency-converts and demodulates the high-frequency signal from the communication unit 111b, the digital voice signal obtained thereby is transmitted to the call unit 113c, and the obtained control signal is transmitted to the control unit 100. The mail is sent to the electronic mail transmission / reception function of the control unit 100. Further, the transmission / reception unit 112 modulates, converts and amplifies the digital voice signal output from the call unit 113c, the control signal output from the control unit 100, and the electronic mail output from the electronic mail transmission / reception function. The high frequency signal is obtained and sent to the communication unit 111b.

通話部113cは、送受信部112から出力されるディジタル音声信号をアナログ音声信号に変換し、それを増幅してスピーカ113aに送る。また、マイクロフォン113bから出力されるアナログ音声信号を増幅し、それをディジタル音声信号に変換して送受信部112に送信する。   The calling unit 113c converts the digital audio signal output from the transmission / reception unit 112 into an analog audio signal, amplifies it, and sends it to the speaker 113a. The analog audio signal output from the microphone 113b is amplified, converted into a digital audio signal, and transmitted to the transmission / reception unit 112.

表示部114は、制御部100に制御されることで、カーソルを含む文字・数字を含む画像データの表示動作を行い、表示されているデータは、入力装置115からの入力操作や着信信号の受信に応答して制御部100からの指示を受けることで切換わる。また、所定の時間に渡って入力装置115からの入力操作や着信信号の受信がない場合、表示部114は、制御部100に制御されて表示を終了する。   The display unit 114 is controlled by the control unit 100 to display image data including characters / numeric characters including a cursor, and the displayed data is input operation from the input device 115 or reception of an incoming signal. In response to an instruction from the control unit 100. When there is no input operation or incoming signal reception from the input device 115 for a predetermined time, the display unit 114 is controlled by the control unit 100 to end the display.

入力装置115は、通信相手の電話番号などを指定し、また、トグル式の入力方式によってひらがな文字、アルファベット文字及び記号文字を入力するための数字キーと、カーソル移動の指示を入力するカーソル移動キーやスクロールキーを含む機能の指示を入力する複数の機能キーとを含むキーからなる。カーソル移動キーは、4つのキーからなり、それぞれ上下左右方向へカーソル位置を移動させるために用いられる。   The input device 115 designates a communication partner's telephone number, etc., and numeric keys for inputting hiragana characters, alphabetic characters and symbol characters by a toggle type input method, and a cursor movement key for inputting a cursor movement instruction And a key including a plurality of function keys for inputting a function instruction including a scroll key. The cursor movement key includes four keys, and is used to move the cursor position in the vertical and horizontal directions.

そして、入力装置115のキーが操作、例えば押下されると、そのキーの識別子が制御部100に通知され、制御部100の制御に基づいて、その識別子が通知された装置内の各部の処理により、表示部114に文字として表示されたり、キーの操作及び解放に基づく制御が行われたりする。   When a key of the input device 115 is operated, for example, pressed, the identifier of the key is notified to the control unit 100, and based on the control of the control unit 100, the processing of each unit in the device to which the identifier is notified The characters are displayed as characters on the display unit 114, and control based on key operation and release is performed.

動的ローディングモジュール104(電子メール)による電子メール送受信機能は、入力装置115の所定のキー操作に基づいて動作を開始し、電子メールを送信する。即ち、入力装置115の所定のキー操作に従って、送信される電子メールの宛先電子メールアドレスと、件名と、本文とを入力して、件名と、本文とを、入力された宛先電子メールアドレスに宛てて、送受信部112に要求してメールサーバ装置(図示せず)へ送信させる。また、電子メール送受信機能は、入力装置115の所定のキー操作に従って、ファイル記憶部121に記憶されたファイル121aを添付ファイルとして併せて送信させる。   The e-mail transmission / reception function by the dynamic loading module 104 (e-mail) starts an operation based on a predetermined key operation of the input device 115 and transmits the e-mail. That is, in accordance with a predetermined key operation of the input device 115, the destination e-mail address, subject, and body of the e-mail to be transmitted are input, and the subject and body are addressed to the input destination e-mail address. The transmission / reception unit 112 is requested to transmit to a mail server device (not shown). The e-mail transmission / reception function causes the file 121a stored in the file storage unit 121 to be transmitted as an attached file in accordance with a predetermined key operation of the input device 115.

更に、電子メール送受信機能は、電子メール着信信号を受信したことを契機として動作を開始し、メールサーバ装置から送信された電子メールの送信元電子メールアドレス及び件名を含むその電子メールのヘッダと、その本文とを送受信部112を経由して受信して、ファイル121aとしてファイル記憶部121に記憶させる。更に、その電子メールに添付ファイルが添付されていれば、その添付ファイルをファイル121aとしてファイル記憶部121に記憶させる。   Furthermore, the e-mail transmission / reception function starts the operation upon receipt of the e-mail incoming signal, and the e-mail header including the source e-mail address and subject of the e-mail transmitted from the mail server device, The text is received via the transmission / reception unit 112 and stored in the file storage unit 121 as a file 121a. Further, if an attached file is attached to the electronic mail, the attached file is stored in the file storage unit 121 as a file 121a.

また、電子メール送受信機能は、入力装置115の所定のキー操作に基づいて動作を開始し、ファイル121aとして記憶された受信された電子メールの送信元電子メールアドレス、件名、及び本文を表示部114に表示させる。更に、その電子メールに添付ファイルが添付されている場合、その添付ファイルを出力させる。   The e-mail transmission / reception function starts operation based on a predetermined key operation of the input device 115, and displays the source e-mail address, subject, and text of the received e-mail stored as the file 121a. To display. Further, when an attached file is attached to the electronic mail, the attached file is output.

即ち、ファイル121aとして記憶されたその添付ファイルがJPEGファイルであれば、そのファイルをシステムソフトモジュール101(JPEG)に要求して復号させ、更に、得られた復号された画像を表示部114に表示させる。また、その添付ファイルがMPEGファイルであれば、そのファイルをシステムソフトモジュール101(MPEG)に要求して復号させ、更に、表示部114に表示させ、スピーカ117から音声発生させる。   That is, if the attached file stored as the file 121a is a JPEG file, the file is requested to the system software module 101 (JPEG) and decoded, and the obtained decoded image is displayed on the display unit 114. Let If the attached file is an MPEG file, the file is requested to the system software module 101 (MPEG) to be decoded, and further displayed on the display unit 114 to generate sound from the speaker 117.

動的ローディングモジュール104(コンテンツ)によるコンテンツ再生機能は、入力装置115の所定のキー操作によって指定されたファイル記憶部121に記憶されたファイル121aであるコンテンツを復号再生する。即ち、指定されたファイル121aがJPEGファイルであれば、そのファイルをシステムソフトモジュール101(JPEG)に要求して復号させ、得られた復号された画像を表示部114に表示させる。また、そのファイル121aがMPEGファイルであれば、そのファイルをシステムソフトモジュール101(MPEG)に要求して復号の上、表示部114に表示させ、スピーカ117から音声発生させる。   The content reproduction function by the dynamic loading module 104 (content) decodes and reproduces the content that is the file 121a stored in the file storage unit 121 specified by a predetermined key operation of the input device 115. That is, if the designated file 121a is a JPEG file, the system software module 101 (JPEG) is requested to decode the file, and the obtained decoded image is displayed on the display unit 114. If the file 121a is an MPEG file, the file is requested to the system software module 101 (MPEG), decoded, displayed on the display unit 114, and sound is generated from the speaker 117.

動的ローディングモジュール104(写真)による写真撮影機能は、入力装置115の所定のキー操作に基づいて、カメラ116によって入力された静止画をシステムソフトモジュール101(JPEG)に要求して符号化させ、得られたJPEGファイルをファイル121aとしてファイル記憶部121に記憶させる。   The photo shooting function by the dynamic loading module 104 (photograph) requests the system software module 101 (JPEG) to encode a still image input by the camera 116 based on a predetermined key operation of the input device 115, The obtained JPEG file is stored in the file storage unit 121 as the file 121a.

又は、動的ローディングモジュール104(写真)は、カメラ116によって入力された動画像と、マイクロフォン113bによって入力された音声とをシステムソフトモジュール101(MPEG)に要求して符号化させ、得られたMPEGファイルをファイル121aとしてファイル記憶部121に記憶させる。   Alternatively, the dynamic loading module 104 (photo) requests the system software module 101 (MPEG) to encode the moving image input by the camera 116 and the audio input by the microphone 113b, and obtains the obtained MPEG. The file is stored in the file storage unit 121 as a file 121a.

以下、本実施形態に係る移動通信装置における、コールバック関数が呼び出される動作を説明する。ここで、システムソフトモジュール101がコールバック関数を呼び出すに際し、そのコールバック関数を含む動的ローディングモジュール104の動作が終了し、そのプログラムが主記憶部からアンロードされている場合の動作を中心に説明する。   Hereinafter, an operation for calling a callback function in the mobile communication device according to the present embodiment will be described. Here, when the system software module 101 calls the callback function, the operation of the dynamic loading module 104 including the callback function is terminated, and the operation when the program is unloaded from the main storage unit is mainly described. explain.

(コールバックに係る情報)
図4は、コールバック関数を含む動的ローディングモジュール104が動作中に、動的ローディングモジュール104からシステムソフトモジュール101へ、システムソフトモジュール101から動的ローディング制御モジュール102へ、動的ローディング制御モジュール102から動的ローディングモジュール104に含まれるコールバック関数へ、それぞれ伝えられるコールバックに係る情報を示す。
(Information related to callback)
FIG. 4 shows that the dynamic loading module 104 including the callback function is in operation, the dynamic loading module 104 to the system software module 101, the system software module 101 to the dynamic loading control module 102, and the dynamic loading control module 102. To the callback function included in the dynamic loading module 104, information related to the callback transmitted to the callback function.

即ち、動的ローディングモジュール104からシステムソフトモジュール101へ伝えられるコールバックに係る情報は、その動的ローディングモジュール104のモジュールID103aと、その動的ローディングモジュール104の状態遷移依存情報と、その動的ローディングモジュール104に含まれるコールバック関数のアドレスを示すポインターとである。なお、コールバックに係る情報以外に、動的ローディングモジュール104からシステムソフトモジュール101へは、システムソフトモジュール101に依存するパラメータが当然に伝えられる。   That is, the information relating to the callback transmitted from the dynamic loading module 104 to the system software module 101 includes the module ID 103a of the dynamic loading module 104, the state transition dependency information of the dynamic loading module 104, and the dynamic loading. And a pointer indicating the address of the callback function included in the module 104. In addition to the information related to the callback, parameters depending on the system software module 101 are naturally transmitted from the dynamic loading module 104 to the system software module 101.

ここで、動的ローディングモジュール104の状態遷移依存情報は、その動的ローディングモジュール104にとって、コールバック関数が呼び出されるか否かは重要度が高いか否かを示す。重要度が高いか否かとは、コールバック関数が呼び出された後に行なわれるその動的ローディングモジュール104の動作は必須であるか否かであり、その動作が必須である場合、重要度が高く、状態遷移依存情報は依存するとなる。言い換えると、重要度が高いか否かとは、動的ローディングモジュール104の動作は、コールバック関数が呼び出されることに大きく依存するか否かである。また、大きく依存するか否かとは、大きな動作の相違があるか否かである。   Here, the state transition dependency information of the dynamic loading module 104 indicates whether the callback function is called or not is highly important for the dynamic loading module 104. Whether the importance is high or not is whether or not the operation of the dynamic loading module 104 performed after the callback function is called is indispensable. If the operation is essential, the importance is high. State transition dependency information is dependent. In other words, whether the importance is high or not is whether or not the operation of the dynamic loading module 104 is largely dependent on the callback function being called. Whether or not there is a large dependence is whether or not there is a large difference in operation.

ここで、上記動作が必須である一例は、動的ローディングモジュール104が終了する前にコールバック関数が呼び出されないことによって、装置の使用者に違和感を与える場合である。装置の使用者に違和感を与えない例として、単なる動作完了を通知するコールバック関数が呼び出された場合がある。また、装置の使用者に違和感を与える例として、コールバック関数の呼び出し後、動的ローディングモジュール104がコールバック関数を介して伝えられた画像を表示部114へ表示させ、また、音声をスピーカ117から発生させる場合がある。   Here, an example in which the above operation is indispensable is a case where the user of the apparatus is uncomfortable because the callback function is not called before the dynamic loading module 104 ends. As an example that does not give a sense of incongruity to the user of the apparatus, there is a case where a callback function that simply notifies the completion of operation is called. As an example of giving a sense of incongruity to the user of the apparatus, after the callback function is called, the dynamic loading module 104 displays an image transmitted via the callback function on the display unit 114, and the sound is output from the speaker 117. May occur.

また、上記動作が必須である別の例は、動的ローディングモジュール104が終了する前にコールバック関数が呼び出されないことによって、装置のリソースの活用に悪影響を与える場合である。装置のリソースの活用に悪影響を与える例として、コールバック関数の呼び出し後、動的ローディングモジュール104が、装置のリソースの解放を行なう場合がある。   Another example in which the above operation is essential is when the callback function is not called before the dynamic loading module 104 ends, thereby adversely affecting the utilization of the resources of the apparatus. As an example that adversely affects the utilization of device resources, the dynamic loading module 104 may release device resources after calling a callback function.

システムソフトモジュール101から動的ローディング制御モジュール102へ伝えられるコールバックに係る情報は、上記の動的ローディングモジュール104からシステムソフトモジュール101へ伝えられるコールバックに係る情報に加えて、システムソフトモジュール101によって与えられるコールバック関数へのパラメータである。   The information related to the callback transmitted from the system software module 101 to the dynamic loading control module 102 is added to the information related to the callback transmitted from the dynamic loading module 104 to the system software module 101 by the system software module 101. A parameter to the given callback function.

動的ローディング制御モジュール102から動的ローディングモジュール104に含まれるコールバック関数へ伝えられるコールバックに係る情報は、上記システムソフトモジュール101によって与えられるコールバック関数へのパラメータである。   The information relating to the callback transmitted from the dynamic loading control module 102 to the callback function included in the dynamic loading module 104 is a parameter to the callback function given by the system software module 101.

(動的ローディングモジュール104のロード)
図5は、動的ローディング制御モジュール102が動的ローディングモジュール104をロードする動作のフローチャートを示す。動的ローディング制御モジュール102は、入力装置115の所定の操作によって動的ローディングモジュール104をロードする動作を開始し(ステップS201)、動的ローディングモジュール104のいずれか、即ち、動的ローディングモジュール104(電子メール)、動的ローディングモジュール104(コンテンツ)、動的ローディングモジュール104(写真)の3つの中の1つを上記操作に従って選択して、その選択された動的ローディングモジュール104が割り当てられたタスクを生成して、リソース割り当てを待つ状態に置く(ステップS202)。
(Loading of dynamic loading module 104)
FIG. 5 shows a flowchart of an operation in which the dynamic loading control module 102 loads the dynamic loading module 104. The dynamic loading control module 102 starts an operation of loading the dynamic loading module 104 by a predetermined operation of the input device 115 (step S201), and one of the dynamic loading modules 104, that is, the dynamic loading module 104 ( E-mail), dynamic loading module 104 (content), and dynamic loading module 104 (photo) are selected according to the above operation, and the task to which the selected dynamic loading module 104 is assigned Is put in a state of waiting for resource allocation (step S202).

動的ローディング制御モジュール102は、その動的ローディングモジュール104を主記憶部にロードし(ステップS203)、ステップS202でロードした動的ローディングモジュール104に対応する、動的ローディング管理テーブル103の動的ロード状態103bを「ロード」として更新記憶させて(ステップS204)、動的ローディングモジュール104をロードする動作を終了する(ステップS205)。   The dynamic loading control module 102 loads the dynamic loading module 104 into the main storage unit (step S203), and dynamically loads the dynamic loading management table 103 corresponding to the dynamic loading module 104 loaded in step S202. The state 103b is updated and stored as “load” (step S204), and the operation of loading the dynamic loading module 104 is ended (step S205).

ここで、ステップS204で動的ロード状態103bを「ロード」として更新記憶させる動的ローディング管理テーブル103について説明をする。ステップS202で動的ローディングモジュール104(電子メール)をロードした場合、動的ローディング管理テーブル103中の「モジュール001(電子メール)」であるモジュールID103aと関連付けられた動的ロード状態103bを「ロード」として、更新記憶させる。   Here, the dynamic loading management table 103 that updates and stores the dynamic load state 103b as “load” in step S204 will be described. When the dynamic loading module 104 (e-mail) is loaded in step S202, the dynamic loading state 103b associated with the module ID 103a that is “module 001 (e-mail)” in the dynamic loading management table 103 is “loaded”. As shown in FIG.

一方、動的ローディングモジュール104(コンテンツ)、をロードした場合、動的ローディング管理テーブル103中の「モジュール002(メディアプレイヤ)」であるモジュールID103aと関連付けられた動的ロード状態103bを「ロード」として、更新記憶させる。   On the other hand, when the dynamic loading module 104 (content) is loaded, the dynamic loading state 103b associated with the module ID 103a which is “module 002 (media player)” in the dynamic loading management table 103 is set to “load”. , Store the update.

更に、動的ローディングモジュール104(写真)をロードした場合、動的ローディング管理テーブル103中の「モジュール003(写真撮影)」であるモジュールID103aと関連付けられた動的ロード状態103bを「ロード」として、更新記憶させる。   Further, when the dynamic loading module 104 (photograph) is loaded, the dynamic loading state 103b associated with the module ID 103a which is “module 003 (photographing)” in the dynamic loading management table 103 is set to “load”. Update memorize.

(動的ローディングモジュール104のアンロード)
図6は、動的ローディング制御モジュール102が動的ローディングモジュール104をアンロードする動作のフローチャートを示す。動的ローディング制御モジュール102は、ロードされた動的ローディングモジュール104が割り当てられたタスクが入力装置115の所定の操作によって動作を終了する際、その動的ローディングモジュール104が割り当てられたタスクの要求によって、動的ローディングモジュール104をアンロードする動作を開始する(ステップS301)。
(Unloading of dynamic loading module 104)
FIG. 6 shows a flowchart of an operation in which the dynamic loading control module 102 unloads the dynamic loading module 104. When the task to which the loaded dynamic loading module 104 is assigned finishes the operation by a predetermined operation of the input device 115, the dynamic loading control module 102 receives the request of the task to which the dynamic loading module 104 is assigned. Then, the operation of unloading the dynamic loading module 104 is started (step S301).

そして、動的ローディング制御モジュール102は、上記要求をしたタスクを消滅させ(ステップS302)、そのタスクに割り当てられた動的ローディングモジュール104を主記憶部からアンロードし、即ち、そのタスクに割り当てられていた主記憶部リソースを含む全てのリソースを解放する(ステップS303)。   Then, the dynamic loading control module 102 deletes the requested task (step S302), and unloads the dynamic loading module 104 assigned to the task from the main memory, that is, assigned to the task. All resources including the main storage resource that has been released are released (step S303).

そして、動的ローディング制御モジュール102は、ステップS303でアンロードした動的ローディングモジュール104に対応する、動的ローディング管理テーブル103の動的ロード状態103bを「アンロード」として更新記憶させて(ステップS304)、動的ローディングモジュール104をアンロードする動作を終了する(ステップS305)。   Then, the dynamic loading control module 102 updates and stores the dynamic loading state 103b of the dynamic loading management table 103 corresponding to the dynamic loading module 104 unloaded in step S303 as “unload” (step S304). ), The operation of unloading the dynamic loading module 104 is terminated (step S305).

ここで、ステップS304で動的ロード状態103bを「アンロード」として動的ローディング管理テーブル103を更新記憶させる動作は、図5を参照して説明した動的ローディング制御モジュール102が動的ローディングモジュール104をロードする際の動作に準ずる。   Here, the operation of updating and storing the dynamic loading management table 103 with the dynamic loading state 103b set to “unload” in step S304 is performed by the dynamic loading control module 102 described with reference to FIG. Same as the operation when loading.

即ち、ロードする動作では、ロードした動的ローディングモジュール104に関連付けられた動的ロード状態103bを「ロード」として、更新記憶させるのに対し、アンロードする動作では、アンロードした動的ローディングモジュール104に関連付けられた動的ロード状態103bを「アンロード」として、更新記憶させる。   That is, in the loading operation, the dynamic loading state 103b associated with the loaded dynamic loading module 104 is updated and stored as “load”, whereas in the unloading operation, the unloaded dynamic loading module 104 is stored. The dynamic load state 103b associated with is updated and stored as “unload”.

(動的ローディングモジュール104中のコールバック関数の呼び出し)
既に図4を参照して説明した通り、コールバック関数を含む動的ローディングモジュール104が、システムソフトモジュール101を呼び出し、呼び出されたシステムソフトモジュール101が上記コールバック関数を呼び出す目的で、動的ローディング制御モジュール102を呼び出す。この呼び出された動的ローディング制御モジュール102が上記コールバック関数を呼び出す動作を説明する。
(Calling a callback function in the dynamic loading module 104)
As already described with reference to FIG. 4, the dynamic loading module 104 including the callback function calls the system software module 101 and the called system software module 101 calls the callback function for the purpose of dynamic loading. Call the control module 102. An operation in which the called dynamic loading control module 102 calls the callback function will be described.

図7は、動的ローディング制御モジュール102がコールバック関数を呼び出す動作のフローチャートを示す。動的ローディング制御モジュール102は、システムソフトモジュール101に呼び出されてコールバック関数を呼び出す動作を開始する(ステップS401)。   FIG. 7 shows a flowchart of an operation in which the dynamic loading control module 102 calls a callback function. The dynamic loading control module 102 is called by the system software module 101 and starts an operation for calling a callback function (step S401).

この呼び出される際、パラメータとして、システムソフトモジュール101が呼び出すコールバック関数を含む動的ローディングモジュール104のモジュールID103aと、そのコールバック関数に対するその動的ローディングモジュール104の状態遷移依存情報と、その動的ローディングモジュール104に含まれるコールバック関数のアドレスを示すポインターと、システムソフトモジュール101によってそのコールバック関数へ与えられるパラメータとが与えられる。   When called, the module ID 103a of the dynamic loading module 104 including a callback function called by the system software module 101 as parameters, the state transition dependency information of the dynamic loading module 104 for the callback function, and the dynamic A pointer indicating the address of the callback function included in the loading module 104 and a parameter given to the callback function by the system software module 101 are given.

動的ローディング制御モジュール102は、上記コールバック関数を含む動的ローディングモジュール104が主記憶部にロードされているか否かを判断する(ステップS402)。即ち、パラメータとして与えられたモジュールID103aと関連付けられて記憶された動的ロード状態103bを動的ローディング管理テーブル103から検索する。検索された動的ロード状態103bが「ロード」である場合ロードされていると判断し、検索された動的ロード状態103bが「アンロード」である場合、ロードされていないと判断する。   The dynamic loading control module 102 determines whether or not the dynamic loading module 104 including the callback function is loaded in the main storage unit (step S402). That is, the dynamic loading management table 103 is searched for the dynamic load state 103b stored in association with the module ID 103a given as a parameter. If the searched dynamic load state 103b is “load”, it is determined that the loaded state is loaded. If the searched dynamic load state 103b is “unloaded”, it is determined that the loaded state is not loaded.

ロードされていると判断された場合、動的ローディング制御モジュール102は、パラメータとして与えられたポインターを参照して上記コールバック関数を呼び出して(ステップS403)、コールバック関数を呼び出す動作を終了する(ステップS404)。   If it is determined that the function is loaded, the dynamic loading control module 102 calls the callback function with reference to the pointer given as a parameter (step S403), and ends the operation of calling the callback function (step S403). Step S404).

ここで、コールバック関数が呼び出された結果、システムソフトモジュール101によって与えられたそのコールバック関数へのパラメータに従ってコールバック関数は動作し、その動作の結果に従って動的ローディングモジュール104は動作する。また、動的ローディング制御モジュール102がコールバック関数を呼び出す動作を終了することによって、システムソフトモジュール101は、コールバック関数を呼び出す動作に続く動作を行う。   Here, as a result of the callback function being called, the callback function operates according to the parameters to the callback function given by the system software module 101, and the dynamic loading module 104 operates according to the result of the operation. Further, when the dynamic loading control module 102 finishes the operation of calling the callback function, the system software module 101 performs the operation following the operation of calling the callback function.

一方、ロードされていないと判断された場合、動的ローディング制御モジュール102は、パラメータとして与えられた状態遷移依存情報を調べる(ステップS405)。調べた結果、依存しない場合、コールバック関数を呼び出す動作を無視し、即ち、コールバック関数を呼び出さず、かつ、その呼び出しに代わる処理を行なわずに動作を終了する(ステップS404)。一方、依存する場合、エラー処理を行って(ステップS406)、コールバック関数を呼び出す動作を終了する(ステップS404)。   On the other hand, if it is determined that it is not loaded, the dynamic loading control module 102 checks the state transition dependency information given as a parameter (step S405). As a result of the examination, if it does not depend, the operation for calling the callback function is ignored, that is, the operation is terminated without calling the callback function and without performing the processing in place of the call (step S404). On the other hand, if it depends, error processing is performed (step S406), and the operation of calling the callback function is terminated (step S404).

ここで、ステップS406のエラー処理は、例えば、依存することを示す状態遷移依存情報が与えられたが、上記動的ローディングモジュール104及び/又は上記コールバック関数が主記憶部にロードされていない旨と、上記システムソフトモジュール101を識別する情報と、上記コールバック関数を識別する情報と、そのコールバック関数を含む動的ローディングモジュール104を識別する情報とを表示部114に表示させる。   Here, the error processing in step S406 is given, for example, state transition dependency information indicating dependence, but the dynamic loading module 104 and / or the callback function is not loaded into the main storage unit. And information for identifying the system software module 101, information for identifying the callback function, and information for identifying the dynamic loading module 104 including the callback function are displayed on the display unit 114.

また、例えば、依存することを示す状態遷移依存情報が与えられたが、上記動的ローディングモジュール104及び/又は上記コールバック関数が主記憶部にロードされていない旨と、上記システムソフトモジュール101を識別する情報と、上記コールバック関数を識別する情報と、そのコールバック関数を含む動的ローディングモジュール104を識別する情報とをエラー履歴(エラーログ)に追加記憶させる。   In addition, for example, state transition dependency information indicating dependency is given, but the dynamic loading module 104 and / or the callback function is not loaded in the main storage unit, and the system software module 101 is Information for identifying, information for identifying the callback function, and information for identifying the dynamic loading module 104 including the callback function are additionally stored in an error history (error log).

ここで、エラー履歴は、ファイル121aとしてファイル記憶部121に記憶されるが、これに限るものではない。履歴記憶部(図示せず)に記憶されるとしても良く、また、例えば、送受信部112を介してエラー収集装置(図示せず)に送信されても良い。エラー収集装置は、エラー履歴を記憶する。   Here, the error history is stored in the file storage unit 121 as the file 121a, but is not limited thereto. It may be stored in a history storage unit (not shown), or may be transmitted to an error collection device (not shown) via the transmission / reception unit 112, for example. The error collection device stores an error history.

このように記憶されたエラー履歴を参照することによって、装置のプログラムの開発工程の短縮に効果がある。また、このように、エラー処理を行うことによって、装置のユーザに違和感を与えることを防止する効果が得られる。即ち、装置で動作中のタスクが異常終了し、エラーを示すポップアップウィンドウが表示部114に表示されるなど、ユーザに違和感を与える状態へ遷移することを防止する効果が得られる。   By referring to the stored error history in this way, the development process of the apparatus program can be shortened. In addition, by performing error processing in this way, an effect of preventing the user of the apparatus from feeling uncomfortable can be obtained. That is, it is possible to obtain an effect of preventing a transition to a state in which the user feels uncomfortable, for example, a task running on the apparatus ends abnormally and a pop-up window indicating an error is displayed on the display unit 114.

ここで、状態遷移依存情報について、具体例を挙げて説明する。システムソフトモジュール101(JPEG)がJPEGファイルを復号し、ヒープメモリに記憶された復号された静止画をコールバック関数を介してパラメータとして返すとした場合、動的ローディングモジュール104(電子メール)がJPEGファイルを表示部114に表示させ、その表示の後、上記ヒープメモリを別の目的に使用するには、コールバック関数を介して返された静止画を表示させた後、上記ヒープメモリを解放する動作が必要である。即ち、状態遷移依存情報は、「依存する」となる。   Here, the state transition dependency information will be described with a specific example. When the system software module 101 (JPEG) decodes the JPEG file and returns the decoded still image stored in the heap memory as a parameter via the callback function, the dynamic loading module 104 (e-mail) In order to display the file on the display unit 114 and use the heap memory for another purpose after the display, the still image returned via the callback function is displayed and then the heap memory is released. Action is required. That is, the state transition dependency information becomes “depends”.

一方、システムソフトモジュール101(JPEG)がJPEGファイルを復号し、ヒープメモリに記憶された復号された静止画を表示部114に表示させる、そして、コールバック関数を介して復号及び表示処理の完了を通知し、所定の時間に渡る表示の後、上記ヒープメモリを解放するとした場合、動的ローディングモジュール104(電子メール)がJPEGファイルを表示部114に表示させるには、システムソフトモジュール101(JPEG)を単に呼び出せば良い。   On the other hand, the system software module 101 (JPEG) decodes the JPEG file, displays the decoded still image stored in the heap memory on the display unit 114, and completes the decoding and display processing via the callback function. If the heap memory is released after the notification and display for a predetermined time, the system software module 101 (JPEG) is required for the dynamic loading module 104 (e-mail) to display the JPEG file on the display unit 114. Simply call.

即ち、動的ローディングモジュール104(電子メール)は、コールバック関数を介して返される完了通知を得ることなく動作を終了しても、装置のユーザへ違和感を与えない。また、装置のリソースの活用に悪影響を与えない。そこで、状態遷移依存情報は、「依存しない」となる。   That is, the dynamic loading module 104 (e-mail) does not give an uncomfortable feeling to the user of the apparatus even when the operation is completed without obtaining a completion notification returned via the callback function. In addition, it does not adversely affect the utilization of device resources. Therefore, the state transition dependency information is “not dependent”.

なお、動的ローディングモジュール104(電子メール)が入力装置115の所定の操作に基づいて動作を終了する、即ち、装置のユーザの意思に従って動作を終了する場合、その終了以前に入力装置115の所定の操作によって与えられたJPEGファイルの表示指示は取り消されたとみなすことが適切な場合、動的ローディングモジュール104(電子メール)は、システムソフトモジュール101(JPEG)に処理の取り消しを要求するが、これに限るものではない。   When the dynamic loading module 104 (e-mail) ends the operation based on a predetermined operation of the input device 115, that is, when the operation ends according to the intention of the user of the device, the input of the input device 115 is performed before the end. When it is appropriate to consider that the display instruction of the JPEG file given by the operation of (1) is canceled, the dynamic loading module 104 (e-mail) requests the system software module 101 (JPEG) to cancel the process. It is not limited to.

例えば、システムソフトモジュール101(JPEG)は、コールバック関数を介して復号された静止画を動的ローディングモジュール104(電子メール)に伝えるとし、動的ローディングモジュール104(電子メール)は、「依存しない」である状態遷移依存情報をシステムソフトモジュール101(JPEG)へ伝えれば良い。ここで、システムソフトモジュール101(JPEG)は、復号された静止画が記憶された記憶領域の解放を含む管理をする。これによって、装置は、JPEGファイルの表示指示の取り消しなしに、この取り消しが行なわれた場合と同じ動作をする。   For example, the system software module 101 (JPEG) transmits a still image decoded via a callback function to the dynamic loading module 104 (e-mail), and the dynamic loading module 104 (e-mail) ”May be transmitted to the system software module 101 (JPEG). Here, the system software module 101 (JPEG) performs management including release of a storage area in which the decoded still image is stored. As a result, the apparatus performs the same operation as when the cancellation is performed without canceling the display instruction of the JPEG file.

以上の説明は、システムソフトモジュール101(JPEG)に限らず、システムソフトモジュール101(MPEG)にあっても同様である。また、動的ローディングモジュール104(電子メール)に限らず、動的ローディングモジュール104(コンテンツ)、動的ローディングモジュール104(写真)にあっても同様である。   The above description is not limited to the system software module 101 (JPEG), and the same applies to the system software module 101 (MPEG). The same applies not only to the dynamic loading module 104 (e-mail) but also to the dynamic loading module 104 (content) and the dynamic loading module 104 (photo).

以上の説明は、動的ローディング管理テーブル103は、動的ローディングモジュール104が主記憶部にロードされているか否かを記憶する専用のテーブルであるとしたが、これに限るものではない。例えば、タスクに係る情報を記憶するタスクコントロールブロック(図示せず)に含まれるとしても良い。また、上記専用のテーブルである場合、動的ローディング制御モジュール102に含まれるとしても良い。   In the above description, the dynamic loading management table 103 is a dedicated table for storing whether or not the dynamic loading module 104 is loaded in the main storage unit, but is not limited thereto. For example, it may be included in a task control block (not shown) that stores information related to a task. Further, in the case of the dedicated table, it may be included in the dynamic loading control module 102.

以上の説明で、コールバック関数を識別する情報は、その関数がロードされた主記憶部の絶対アドレスであるとしたが、これに限るものではない。例えば、その関数が含まれる動的ローディングモジュール104の先頭からのアドレス、即ち、主記憶部の相対アドレスであるとしても良い。相対アドレスから絶対アドレスへの変換は、例えば、タスクコントロールブロックに記憶された、その動的ローディングモジュール104の先頭がロードされた主記憶部の絶対アドレスを参照することによって容易である。   In the above description, the information for identifying the callback function is the absolute address of the main storage unit into which the function is loaded. However, the information is not limited to this. For example, the address from the top of the dynamic loading module 104 including the function, that is, the relative address of the main storage unit may be used. Conversion from a relative address to an absolute address is easy, for example, by referring to the absolute address of the main storage unit stored in the task control block and loaded with the head of the dynamic loading module 104.

更には、コールバック関数を識別する情報は、その関数の名称であるとしても良い。名称を識別する情報とする場合、動的ローディングモジュール104は、自モジュールに含まれる関数と、その関数の相対アドレス、即ち、動的ローディングモジュール104の先頭からのアドレス、とを関連付けて自モジュール内に記憶する。   Furthermore, the information for identifying the callback function may be the name of the function. When the information for identifying the name is used, the dynamic loading module 104 associates the function included in the own module with the relative address of the function, that is, the address from the top of the dynamic loading module 104, in the own module. To remember.

そして、関数の名称から絶対アドレスへの変換は、その関連付けられた情報を参照することによって容易である。名称を識別する情報とする処理によれば、動的ローディングモジュール104に含まれる関数の中でロードされたプログラムが動的に変化する、即ち、ダイナミックリンク方式においても本発明を適用することができる。   Then, the conversion from the function name to the absolute address is easy by referring to the associated information. According to the processing for identifying the name, the program loaded in the function included in the dynamic loading module 104 changes dynamically, that is, the present invention can be applied to the dynamic link method. .

以上の説明は、本発明を移動通信装置に適用した形態を例にとって行ったが、これに限るものではない。本発明は、コールバック関数を用いる全ての情報処理装置、例えば、パソコンや、PDA(Personal Digital Assistant)に適用することが当然に可能である。本発明は以上の構成に限定されるものではなく、種々の変形が可能である。   Although the above description has been made taking an example in which the present invention is applied to a mobile communication device, the present invention is not limited to this. The present invention can naturally be applied to all information processing apparatuses using a callback function, such as a personal computer or a PDA (Personal Digital Assistant). The present invention is not limited to the above configuration, and various modifications are possible.

本発明の実施形態に係る移動通信装置の構成を示すブロック図。The block diagram which shows the structure of the mobile communication apparatus which concerns on embodiment of this invention. 本発明の実施形態に係る動的ローディング管理テーブルの構成の一例を示す図。The figure which shows an example of a structure of the dynamic loading management table which concerns on embodiment of this invention. 本発明の実施形態に係るシステムソフトモジュールと、動的ローディング制御モジュールと、動的ローディング管理テーブルと、動的ローディングモジュールとのソフトウェア構成の一例を示す図。The figure which shows an example of the software structure of the system software module which concerns on embodiment of this invention, the dynamic loading control module, the dynamic loading management table, and the dynamic loading module. 本発明の実施形態に係る動的ローディングモジュールに開始され、コールバック関数へ至る呼び出しの各段階で伝えられるコールバックに係る情報の一例を示す図。The figure which shows an example of the information which concerns on the callback transmitted by each step of the call which is started by the dynamic loading module which concerns on embodiment of this invention, and leads to a callback function. 本発明の実施形態に係る動的ローディング制御モジュールの動作のフローチャート(動的ローディングモジュールをロードする動作)。The flowchart of operation | movement of the dynamic loading control module which concerns on embodiment of this invention (operation | movement which loads a dynamic loading module). 本発明の実施形態に係る動的ローディング制御モジュールの動作のフローチャート(動的ローディングモジュールをアンロードする動作)。The flowchart of operation | movement of the dynamic loading control module which concerns on embodiment of this invention (operation | movement which unloads a dynamic loading module). 本発明の実施形態に係る動的ローディング制御モジュールの動作のフローチャート(コールバック関数を呼び出す動作)。The flowchart of operation | movement of the dynamic loading control module which concerns on embodiment of this invention (operation which calls a callback function).

符号の説明Explanation of symbols

100 制御部
101 システムソフトモジュール
102 動的ローディング制御モジュール
103 動的ローディング管理テーブル
103a モジュールID
103b 動的ロード状態
104 動的ローディングモジュール
114 表示部
115 入力装置
100 control unit 101 system software module 102 dynamic loading control module 103 dynamic loading management table 103a module ID
103b Dynamic loading state 104 Dynamic loading module 114 Display unit 115 Input device

Claims (8)

主記憶手段に記憶されたプログラムを実行する情報処理装置であって、
第1のプログラムモジュールと、
第2のプログラムモジュールとを備え、
前記第1のプログラムモジュールは、コールバック関数を識別する情報をパラメータとして与えて前記第2のプログラムモジュールを呼び出し、
前記第2のプログラムモジュールは、前記パラメータとして与えられた識別する情報で識別されるコールバック関数が前記主記憶手段に記憶されている場合、そのコールバック関数を呼び出し、そのコールバック関数が前記主記憶手段に記憶されていない場合、そのコールバック関数を呼び出す動作を無視する
ことを特徴とする情報処理装置。
An information processing apparatus that executes a program stored in main storage means,
A first program module;
A second program module;
The first program module calls the second program module with information identifying a callback function as a parameter,
When the callback function identified by the identification information given as the parameter is stored in the main storage means, the second program module calls the callback function, and the callback function is called the main function. An information processing apparatus characterized by ignoring an operation for calling a callback function when it is not stored in a storage means.
前記第1のプログラムモジュールは、前記コールバック関数を識別する情報に加えて、そのコールバック関数の呼び出しの重要度の高又は低をパラメータとして与えて前記第2のプログラムモジュールを呼び出し、
前記第2のプログラムモジュールは、前記パラメータとして与えられた識別する情報で識別されるコールバック関数が前記主記憶手段に記憶されていない、かつ、前記第1のプログラムモジュールによって与えられたパラメータが前記コールバック関数の呼び出しの重要度が低である場合、そのコールバック関数を呼び出す動作を無視する
ことを特徴とする請求項1に記載の情報処理装置。
In addition to the information for identifying the callback function, the first program module calls the second program module by giving a high or low importance level of calling the callback function as a parameter,
In the second program module, the callback function identified by the identifying information given as the parameter is not stored in the main storage means, and the parameter given by the first program module is The information processing apparatus according to claim 1, wherein when the importance of calling a callback function is low, an operation for calling the callback function is ignored.
表示手段を更に備え、
前記第1のプログラムモジュールは、前記コールバック関数の呼び出しの重要度が高である旨のパラメータを与えて前記第2のプログラムモジュールを呼び出し、
前記第2のプログラムモジュールは、符号化された画像ファイルを復号した後、前記パラメータとして与えられた識別する情報で識別されるコールバック関数が前記主記憶手段に記憶されている場合、そのコールバック関数を呼び出し、
前記第1のプログラムモジュールは、前記コールバック関数が呼び出されると、前記第2のプログラムモジュールによって復号された画像ファイルを前記表示手段に表示させる
ことを特徴とする請求項2に記載の情報処理装置。
A display means,
The first program module calls the second program module with a parameter indicating that the importance of calling the callback function is high,
If the callback function identified by the identification information given as the parameter is stored in the main storage means after decoding the encoded image file, the second program module returns the callback Call the function
3. The information processing apparatus according to claim 2, wherein when the callback function is called, the first program module displays the image file decoded by the second program module on the display unit. 4. .
表示手段を更に備え、
前記第1のプログラムモジュールは、前記コールバック関数の呼び出しの重要度が低である旨のパラメータを与えて前記第2のプログラムモジュールを呼び出し、
前記第2のプログラムモジュールは、符号化された画像ファイルを復号し、その復号された画像を前記表示手段に表示させた後、前記パラメータとして与えられた識別する情報で識別されるコールバック関数が前記主記憶手段に記憶されている場合、そのコールバック関数を呼び出す
ことを特徴とする請求項2に記載の情報処理装置。
A display means,
The first program module calls the second program module with a parameter indicating that the importance of calling the callback function is low,
The second program module decodes the encoded image file, displays the decoded image on the display means, and then has a callback function identified by the identification information given as the parameter. 3. The information processing apparatus according to claim 2, wherein the callback function is called when stored in the main storage means.
前記コールバック関数は、前記第1のプログラムモジュールが前記主記憶手段にロードされる際にその主記憶手段にロードされ、前記第1のプログラムモジュールが前記主記憶手段からアンロードされる際にその主記憶手段からアンロードされる
ことを特徴とする請求項1に記載の情報処理装置。
The callback function is loaded into the main storage means when the first program module is loaded into the main storage means, and the callback function is loaded when the first program module is unloaded from the main storage means. The information processing apparatus according to claim 1, wherein the information processing apparatus is unloaded from the main storage unit.
前記第1のプログラムモジュールは、前記コールバック関数を識別する情報と、前記コールバック関数の呼び出しの重要度の高又は低とをパラメータとして与えて前記第2のプログラムモジュールを呼び出し、
前記第2のプログラムモジュールは、前記パラメータとして与えられた識別する情報で識別されるコールバック関数の呼び出しに際し、前記第1のプログラムモジュールが前記主記憶手段に記憶されていない、かつ、前記第1のプログラムモジュールによって与えられたパラメータが前記コールバック関数の呼び出しの重要度が低である場合、そのコールバック関数を呼び出す動作を無視する
ことを特徴とする請求項5に記載の情報処理装置。
The first program module calls the second program module by giving information for identifying the callback function and high or low importance of calling the callback function as parameters,
When the second program module calls the callback function identified by the identification information given as the parameter, the first program module is not stored in the main storage means, and the first program module 6. The information processing apparatus according to claim 5, wherein an operation of calling the callback function is ignored when the parameter given by the program module has a low importance level for calling the callback function.
表示手段を更に備え、
前記第1のプログラムモジュールは、前記コールバック関数を識別する情報に加えて、そのコールバック関数の呼び出しの重要度の高又は低をパラメータとして与えて前記第2のプログラムモジュールを呼び出し、
前記第2のプログラムモジュールは、前記パラメータとして与えられた識別する情報で識別されるコールバック関数が前記主記憶手段に記憶されていない、かつ、前記第1のプログラムモジュールによって与えられたパラメータが前記コールバック関数の呼び出しの重要度が高である場合、前記表示手段に所定の表示をさせる
ことを特徴とする請求項1に記載の情報処理装置。
A display means,
In addition to the information for identifying the callback function, the first program module calls the second program module by giving a high or low importance level of calling the callback function as a parameter,
In the second program module, the callback function identified by the identifying information given as the parameter is not stored in the main storage means, and the parameter given by the first program module is The information processing apparatus according to claim 1, wherein when the importance of calling a callback function is high, the display unit displays a predetermined display.
履歴を記憶する履歴記憶手段を更に備え、
前記第1のプログラムモジュールは、前記コールバック関数を識別する情報に加えて、そのコールバック関数の呼び出しの重要度の高又は低をパラメータとして与えて前記第2のプログラムモジュールを呼び出し、
前記第2のプログラムモジュールは、前記パラメータとして与えられた識別する情報で識別されるコールバック関数が前記主記憶手段に記憶されていない、かつ、前記第1のプログラムモジュールによって与えられたパラメータが前記コールバック関数の呼び出しの重要度が高である場合、前記コールバック関数が前記主記憶手段に記憶されていない旨の履歴を前記履歴記憶手段に記憶させる
ことを特徴とする請求項1に記載の情報処理装置。
A history storage means for storing the history;
In addition to the information for identifying the callback function, the first program module calls the second program module by giving a high or low importance level of calling the callback function as a parameter,
In the second program module, the callback function identified by the identifying information given as the parameter is not stored in the main storage means, and the parameter given by the first program module is The history storage means stores a history indicating that the callback function is not stored in the main storage means when the importance of calling the callback function is high. Information processing device.
JP2008171327A 2008-06-30 2008-06-30 Information processor Pending JP2010009527A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008171327A JP2010009527A (en) 2008-06-30 2008-06-30 Information processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008171327A JP2010009527A (en) 2008-06-30 2008-06-30 Information processor

Publications (1)

Publication Number Publication Date
JP2010009527A true JP2010009527A (en) 2010-01-14

Family

ID=41589891

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008171327A Pending JP2010009527A (en) 2008-06-30 2008-06-30 Information processor

Country Status (1)

Country Link
JP (1) JP2010009527A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015176308A (en) * 2014-03-14 2015-10-05 株式会社リコー Information processor, apparatus, information processing system, information processing method, program and installation method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015176308A (en) * 2014-03-14 2015-10-05 株式会社リコー Information processor, apparatus, information processing system, information processing method, program and installation method
US10146886B2 (en) 2014-03-14 2018-12-04 Ricoh Company, Ltd. Information processing system and method for adding additional modules

Similar Documents

Publication Publication Date Title
JP4205980B2 (en) Terminal device and program
US7017163B2 (en) Method, server, and client used in client-server distributed system
EP2639736A1 (en) Apparatus and method of controlling permission to applications in a portable terminal
WO2019001074A1 (en) Remote process calling method and apparatus, and computer device
JP2010288301A (en) System for multimedia rendering in portable device
JP2015103106A (en) Communication device and communication program
JP2015103105A (en) Communication device, communication system, and communication program
WO2022078295A1 (en) Device recommendation method and electronic device
JP2015153252A (en) Communication system, communication device and program
JP2015082149A (en) Communication system, communication method, and communication program
US20100291913A1 (en) Remote control method between mobile phones
CN108874554B (en) Information communication method and device
KR100695212B1 (en) Method and mobile communication for automatically saving push message
JP2005228183A (en) Program execution method and computer system for executing the program
JP2010009527A (en) Information processor
WO2020107177A1 (en) Audio resource invoking method and apparatus, and electronic device
JP2007323653A (en) Data delivery system, data delivery method and data delivery program
JP6163802B2 (en) Server apparatus, update system, update method and program
CN107678794B (en) Application program starting interface merging method and mobile terminal
EP4191409A1 (en) Shared library multiplexing method and electronic device
JP2007122647A (en) Method, system and device for providing program data
JP2005310062A (en) Program, computer and data processing method
JP7315750B2 (en) Server system, client device and program
US9852403B2 (en) File attachment method and electronic device thereof
JP7163453B2 (en) computer system and program

Legal Events

Date Code Title Description
RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20100922

A711 Notification of change in applicant

Effective date: 20101028

Free format text: JAPANESE INTERMEDIATE CODE: A711