|
| | Ready (double time, bool renew=false) |
| |
| void | process () override |
| | handle the the event TODO: 'process' is maybe not the best word for that, given that our simulator actually manipulated processes More...
|
| |
| std::string | getName () override |
| | get the name of the event More...
|
| |
| | Event (double time, bool renew=true) |
| | Event constructor. More...
|
| |
| void | setTask (std::shared_ptr< Process > task) |
| | if the event is specific to a task, set it here. TODO not all events have an associated task. This should be moved More...
|
| |
| double | getTime () |
| | get the time at which the event is scheduled More...
|
| |
| virtual | ~Event () |
| |
| virtual void | print () |
| | print information about the event More...
|
| |
This event is scheduled when a waiting process becomes ready
Definition at line 22 of file ready.h.