source: asp3_wo_tecs/trunk/extension/ovrhdr/test/test_ovrhdr1.cfg@ 306

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

3.1.0を反映

File size: 560 bytes
Line 
1/*
2 * オーバランハンドラ機能のテスト(1)のシステムコンフィギュレーショ
3 * ンファイル
4 *
5 * $Id: test_ovrhdr1.cfg 572 2016-02-01 14:40:09Z ertl-hiro $
6 */
7INCLUDE("tecsgen.cfg");
8
9#include "test_ovrhdr1.h"
10
11CRE_TSK(TASK1, { TA_ACT, 1, task1, MID_PRIORITY, STACK_SIZE, NULL });
12CRE_TSK(TASK2, { TA_NULL, 2, task2, HIGH_PRIORITY, STACK_SIZE, NULL });
13CRE_TSK(TASK3, { TA_NULL, 3, task3, HIGH_PRIORITY, STACK_SIZE, NULL });
14CRE_ALM(ALM1, { TA_NULL, { TNFY_HANDLER, 1, alarm1_handler }});
15DEF_OVR({ TA_NULL, overrun_handler });
Note: See TracBrowser for help on using the repository browser.