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

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

3.1.0を反映

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