source: asp3_wo_tecs/trunk/extension/rstr_task/test/test_rstr2.cfg@ 306

Last change on this file since 306 was 306, checked in by ertl-honda, 7 years ago

3.1.0を反映

File size: 520 bytes
Line 
1/*
2 * 制約タスクのテスト(2)のシステムコンフィギュレーションファイル
3 *
4 * $Id: test_rstr2.cfg 572 2016-02-01 14:40:09Z ertl-hiro $
5 */
6INCLUDE("tecsgen.cfg");
7
8#include "test_rstr2.h"
9
10CRE_TSK(TASK1, { TA_ACT, 1, task1, MID_PRIORITY, STACK_SIZE, NULL });
11CRE_TSK(TASK2, { TA_RSTR, 2, task2, MID_PRIORITY, STACK_SIZE, NULL });
12CRE_TSK(TASK3, { TA_NULL, 3, task3, HIGH_PRIORITY, STACK_SIZE, NULL });
13CRE_MTX(MTX1, { TA_CEILING, HIGH_PRIORITY });
14CRE_MTX(MTX2, { TA_CEILING, MID_PRIORITY });
Note: See TracBrowser for help on using the repository browser.