![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <scheduler/strategy/staticpriority/Disabled.hpp>


Public Member Functions | |
| Disabled (const wns::pyconfig::View &config) | |
| virtual MapInfoCollectionPtr | doStartSubScheduling (SchedulerStatePtr schedulerState, wns::scheduler::SchedulingMapPtr schedulingMap) |
| The main work is done here. Called by StaticPriority master scheduler. | |
| virtual void | initialize () |
| this method is used to initialize datastructures. Please overload/implement this for your derived class | |
| virtual | ~Disabled () |
Definition at line 34 of file Disabled.hpp.
| Disabled::Disabled | ( | const wns::pyconfig::View & | config | ) |
Definition at line 38 of file Disabled.cpp.
| Disabled::~Disabled | ( | ) | [virtual] |
Definition at line 42 of file Disabled.cpp.
| wns::scheduler::MapInfoCollectionPtr Disabled::doStartSubScheduling | ( | SchedulerStatePtr | schedulerState, | |
| wns::scheduler::SchedulingMapPtr | schedulingMap | |||
| ) | [virtual] |
| SchedulerState | contains all the input parameters and current state of the scheduler. | |
| SchedulingMap | contains the (incomplete) result so far and will be updated by this method. |
Implements wns::scheduler::strategy::staticpriority::SubStrategyInterface.
Definition at line 52 of file Disabled.cpp.
| void Disabled::initialize | ( | ) | [virtual] |
Implements wns::scheduler::strategy::staticpriority::SubStrategyInterface.
Definition at line 47 of file Disabled.cpp.
1.5.5