Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 707 → Rev 708

/shark/trunk/include/modules/elastic.h
48,6 → 48,16
LEVEL ELASTIC_register_level(int flags, LEVEL master, ext_bandwidth_t U);
 
int ELASTIC_set_period(PID p, TIME period);
int ELASTIC_get_period(PID p);
 
int ELASTIC_set_E(PID p, int E);
int ELASTIC_get_E(PID p);
 
int ELASTIC_set_beta(PID p, int beta);
int ELASTIC_get_beta(PID p);
 
int ELASTIC_set_bandwidth(LEVEL lev, ext_bandwidth_t);
ext_bandwidth_t ELASTIC_get_bandwidth(LEVEL lev);
 
__END_DECLS
#endif