|
WSF
|
#include <TaskManager.hpp>
Public Member Functions | |
| TaskManager (WsfScenario &aScenario, const InputConfig &aInputConfig) | |
| ~TaskManager () | |
| void | Execute () |
| bool | GetNextTask (Task &aTask) |
| const InputConfig & | GetInputConfig () const |
| WsfScenario & | GetScenario () const |
| engage::TaskManager::TaskManager | ( | WsfScenario & | aScenario, |
| const InputConfig & | aInputConfig ) |
| engage::TaskManager::~TaskManager | ( | ) |
| void engage::TaskManager::Execute | ( | ) |
|
inline |
| bool engage::TaskManager::GetNextTask | ( | Task & | aTask | ) |
Get the index of the next task to be run.
This is called by a simulation thread to get the next task to be run.
| aTask | [output] The information of the task to run. |
Referenced by Execute().
|
inline |