#include <toppers/alarmhandler.hpp>
toppers::alarmhandler_body< Diagnostics, Stub >に対する継承グラフ

Public メンバ関数 | |
| alarmhandler_body (VP_INT exinf) | |
| コンストラクタ | |
| VP_INT | get_extended_info () const |
| 拡張情報の取得 | |
| void | run () |
| ハンドラ本体動作の実行 | |
Static Public 変数 | |
| const task_context_tag | task_context = toppers::task_context |
| タスクコンテキストを指定する定数 | |
| const non_task_context_tag | non_task_context = toppers::non_task_context |
| 非タスクコンテキストを指定する定数 | |
| const non_task_context_tag | context_independent = toppers::non_task_context |
| 現在のコンテキスト(すなわち非タスクコンテキスト)を指定する定数 | |
Protected 型 | |
| typedef Stub | stub |
| サービスコールスタブ | |
Protected メンバ関数 | |
| ~alarmhandler_body () | |
| デストラクタ | |
Static Protected メンバ関数 | |
| ID | get_task_id () |
| 実行中のタスクID番号を参照する | |