Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 158 → Rev 159

/shark/trunk/include/modules/edf.h
21,11 → 21,11
 
/**
------------
CVS : $Id: edf.h,v 1.3 2003-03-13 13:39:04 pj Exp $
CVS : $Id: edf.h,v 1.4 2003-05-05 07:31:12 pj Exp $
 
File: $File$
Revision: $Revision: 1.3 $
Last update: $Date: 2003-03-13 13:39:04 $
Revision: $Revision: 1.4 $
Last update: $Date: 2003-05-05 07:31:12 $
------------
 
This file contains the scheduling module EDF (Earliest Deadline First)
134,10 → 134,7
#define EDF_ENABLE_GUARANTEE 2 /*+ Task Guarantee enabled +*/
#define EDF_ENABLE_ALL 3 /*+ All flags enabled +*/
 
#define EDF_FAILED_GUARANTEE 8 /*+ used in the module, unsettable
in EDF_register_level... +*/
 
 
/*+ Registration function:
int flag Options to be used in this level instance...
 
/shark/trunk/include/modules/cbs.h
21,11 → 21,11
 
/**
------------
CVS : $Id: cbs.h,v 1.3 2003-03-13 13:39:04 pj Exp $
CVS : $Id: cbs.h,v 1.4 2003-05-05 07:31:12 pj Exp $
 
File: $File$
Revision: $Revision: 1.3 $
Last update: $Date: 2003-03-13 13:39:04 $
Revision: $Revision: 1.4 $
Last update: $Date: 2003-05-05 07:31:12 $
------------
 
This file contains the aperiodic server CBS (Total Bandwidth Server)
112,9 → 112,6
#define CBS_ENABLE_GUARANTEE 1 /*+ Task Guarantee enabled +*/
#define CBS_ENABLE_ALL 1
 
#define CBS_FAILED_GUARANTEE 8 /*+ used in the module, unsettable
in EDF_register_level... +*/
 
/*+ Registration function:
int flags Options to be used in this level instance...
LEVEL master the level that must be used as master level for the
/shark/trunk/include/modules/rm.h
21,11 → 21,11
 
/**
------------
CVS : $Id: rm.h,v 1.3 2003-03-13 13:39:04 pj Exp $
CVS : $Id: rm.h,v 1.4 2003-05-05 07:31:12 pj Exp $
 
File: $File$
Revision: $Revision: 1.3 $
Last update: $Date: 2003-03-13 13:39:04 $
Revision: $Revision: 1.4 $
Last update: $Date: 2003-05-05 07:31:12 $
------------
 
This file contains the scheduling module RM (Rate Monotonic)
140,10 → 140,6
#define RM_ENABLE_GUARANTEE 2 /*+ Task Guarantee enabled +*/
#define RM_ENABLE_ALL 3 /*+ All flags enabled +*/
 
#define RM_FAILED_GUARANTEE 8 /*+ used in the module, unsettable
in RM_register_level... +*/
 
 
/*+ Registration function:
int flag Options to be used in this level instance...