Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1567 → Rev 1599

/demos/trunk/sharkDecoderWithFSF/initfile.c
7,6 → 7,7
*
* Authors :
* Giacomo Guidi <giacomo@gandalf.sssup.it>
* Tullio Facchinetti <tullio.facchinetti@unipv.it>
* (see the web pages for full authors list)
*
* ReTiS Lab (Scuola Superiore S.Anna - Pisa - Italy)
61,7 → 62,7
 
/*+ Interrupt Server +*/
#define INTDRIVE_Q 1000
#define INTDRIVE_U 1000
#define INTDRIVE_U 0.1*MAX_BANDWIDTH
#define INTDRIVE_FLAG 0
 
void call_shutdown_task(void *arg);
155,7 → 156,7
FSF_register_module(posix_level,grubstar_level, (int)(MAX_BANDWIDTH*0.8));
dummy_register_level();
 
CBS_register_level(CBS_ENABLE_ALL,1);
CBS_register_level(CBS_ENABLE_ALL,edf_level);
 
SEM_register_module();