Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 741 → Rev 742

/shark/trunk/include/modules/elastic.h
45,6 → 45,9
#define ELASTIC_ENABLE_GUARANTEE 1 /*+ Task Guarantee enabled +*/
#define ELASTIC_ENABLE_ALL 1
 
/* C Scaling factor define */
#define SCALING_UNIT 10000
 
LEVEL ELASTIC_register_level(int flags, LEVEL master, ext_bandwidth_t U);
 
int ELASTIC_set_period(PID p, TIME period);
59,5 → 62,8
int ELASTIC_set_bandwidth(LEVEL lev, ext_bandwidth_t);
ext_bandwidth_t ELASTIC_get_bandwidth(LEVEL lev);
 
int ELASTIC_set_scaling_factor(LEVEL level, int scaling_factor);
int ELASTIC_get_scaling_factor(LEVEL level);
 
__END_DECLS
#endif