Subversion Repositories shark

Rev

Rev 1254 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#define PAR_TOTAL_EXEC_TIME 0
#define PAR_TIME 1
#define PAR_ACT_TYPE 2
#define PAR_TASK_NUMBER 3
#define PAR_EXEC_TYPE 4
#define PAR_TASK_TYPE 5
#define PAR_NOTHING 6
#define PAR_DEADLINE 7
#define PAR_ERROR 8
#define PAR_FOUND 9
#define PAR_CRIT_SESSION 10
#define PAR_END 11

#define PAR_EXEC_CONST 12
#define PAR_EXEC_MEAN 13

#define PAR_CONTRACT_SECTION 14
#define PAR_TASK_SECTION 15

#define PAR_ACT_SINGLE 16
#define PAR_ACT_PERIODIC 17
#define PAR_ACT_MEAN 18

#define PAR_TASK_OS 21
#define PAR_TASK_CT 22
#define PAR_TASK_BT 23

#define PAR_NO_CRIT 26
#define PAR_CRIT 27

#define PAR_LOCAL_SCHEDULER 29
#define PAR_POSIX 30
#define PAR_EDF 31
#define PAR_RM 32
#define PAR_NONE 33

#define PAR_FSF_SERVER 34