Scheduler
coreEvents.h
Go to the documentation of this file.
1 
10 #ifndef COREEVENTS_H
11 #define COREEVENTS_H
12 
13 //TODO: remove those includes
14 #include "startProc.h"
15 #include "newProcess.h"
16 #include "newInteractiveProcess.h"
17 #include "newJob.h"
18 #include "missedDeadline.h"
19 #include "ready.h"
20 #include "waiting.h"
21 #include "terminates.h"
22 #include "stopSimulation.h"
23 
24 #include "timeoutEvent.h"
25 
26 #endif
27