Scheduler
|
#include <mdpGovernor.h>
Public Member Functions | |
MdpGovernor () | |
virtual | ~MdpGovernor () |
virtual void | updateFreq (Scheduler::Processor *proc, Scheduler::Queue *readyQueue) |
virtual bool | freqChangeEvent (Scheduler::TriggeringEvent trigger) |
virtual std::string | getName () |
virtual void | printReport (std::string folder) override |
![]() | |
virtual | ~FreqGovernor () |
Static Public Attributes | |
static constexpr const char * | configKey = "mdpGovernor" |
Definition at line 24 of file mdpGovernor.h.
MdpGovernor::MdpGovernor | ( | ) |
Definition at line 32 of file mdpGovernor.cpp.
|
virtual |
Definition at line 62 of file mdpGovernor.cpp.
|
virtual |
Implements Scheduler::FreqGovernor.
Definition at line 80 of file mdpGovernor.cpp.
|
virtual |
Implements Scheduler::FreqGovernor.
Definition at line 89 of file mdpGovernor.cpp.
|
overridevirtual |
Reimplemented from Scheduler::FreqGovernor.
Definition at line 95 of file mdpGovernor.cpp.
|
virtual |
Implements Scheduler::FreqGovernor.
Definition at line 67 of file mdpGovernor.cpp.
|
static |
Definition at line 27 of file mdpGovernor.h.