#include "fdmp_kernel.h" #include "check.h" #include "task.h" #include "wait.h" #include "dataqueue.h"
#include "fdmp_kernel.h"
#include "check.h"
#include "task.h"
#include "wait.h"
#include "dataqueue.h"
dataqueue.cのインクルード依存関係図
ソースコードを見る。
dataqueue.c で定義されています。
dataqueue.c の 76 行で定義されています。
dataqueue.c の 75 行で定義されています。
データキューの数
dataqueue.c の 65 行で定義されています。
データキュー待ち情報ブロックの定義
データキューへの送信待ちとデータキューからの受信待ちで,同じ待ち情 報ブロックを使う.
データキュー管理ブロックのエリア(kernel_cfg.c)
データキュー初期化ブロックのエリア(kernel_cfg.c)
データキューIDの最大値(kernel_cfg.c)