Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 672 → Rev 673

/shark/trunk/include/kernel/model.h
21,11 → 21,11
 
/**
------------
CVS : $Id: model.h,v 1.8 2004-05-25 10:12:59 giacomo Exp $
CVS : $Id: model.h,v 1.9 2004-05-25 10:54:01 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.8 $
Last update: $Date: 2004-05-25 10:12:59 $
Revision: $Revision: 1.9 $
Last update: $Date: 2004-05-25 10:54:01 $
------------
 
This file contains the definitions of the task and resource models.
541,7 → 541,7
#define elastic_task_def_period(m,Tmin,Tmax) (m).Tmin = (Tmin),\
(m).Tmax = (Tmax)
#define elastic_task_def_wcet(m,wcet) (m).wcet = (wcet)
#define elastic_task_def_const(m,kelastic,beta) (m).kelastic = (kelastic), \
#define elastic_task_def_param(m,kelastic,beta) (m).kelastic = (kelastic), \
(m).beta = (beta)
#define elastic_task_def_save_arrivals(m) (m).arrivals = SAVE_ARRIVALS
#define elastic_task_def_skip_arrivals(m) (m).arrivals = SKIP_ARRIVALS