source: rtems/testsuites/sptests/spedfsched03/edfparams.h @ c499856

4.115
Last change on this file since c499856 was c499856, checked in by Chris Johns <chrisj@…>, on 03/20/14 at 21:10:47

Change all references of rtems.com to rtems.org.

  • Property mode set to 100644
File size: 1.2 KB
Line 
1/*  edfparams.h
2 *
3 *  This include file contains information that is included in every
4 *  function in the test set.
5 *
6 *  COPYRIGHT (c) 1989-1999.
7 *  On-Line Applications Research Corporation (OAR).
8 *
9 *  The license and distribution terms for this file may be
10 *  found in the file LICENSE in this distribution or at
11 *  http://www.rtems.org/license/LICENSE.
12 */
13
14/* This file was generated with the following parameters:
15-T 30,10,0 -T 40,10,0 -T 50,10,0 -T 70,10,0 -A 1,100,7 -A 100,5,4
16*/
17
18#ifndef __EDFPARAMS_H_
19#define __EDFPARAMS_H_
20
21#include "system.h"
22
23rtems_task_priority Priorities[1+NUM_TASKS]= { 0, 30, 40, 50, 70, 254, 254 };
24
25uint32_t  Periods[1+NUM_PERIODIC_TASKS]    = { 0, 30, 40, 50, 70 };
26
27uint32_t  Execution[1+NUM_TASKS]           = { 0, 10, 10, 10, 10, 100, 5 };
28
29uint32_t  Phases[1+NUM_TASKS]              = { 0, 0, 0, 0, 0, 7, 4 };
30
31#define build_task_name() do { \
32Task_name[ 1 ] =  rtems_build_name( 'P', 'T', '1', ' ' );\
33Task_name[ 2 ] =  rtems_build_name( 'P', 'T', '2', ' ' );\
34Task_name[ 3 ] =  rtems_build_name( 'P', 'T', '3', ' ' );\
35Task_name[ 4 ] =  rtems_build_name( 'P', 'T', '4', ' ' );\
36Task_name[ 5 ] =  rtems_build_name( 'A', 'T', '5', ' ' );\
37Task_name[ 6 ] =  rtems_build_name( 'A', 'T', '6', ' ' );\
38} while(0)
39
40#endif
Note: See TracBrowser for help on using the repository browser.