10 #ifndef EDFDISCIPLINE_H 11 #define EDFDISCIPLINE_H 25 static constexpr
const char *
configKey =
"edfDiscipline";
EdfDiscipline(std::shared_ptr< SchedulerConfiguration > c)
static constexpr const char * configKey
virtual std::string getName()
returns the name of that discipline
PriorityDiscipline::ComparatorPointer getComparator() override
return a function pointer to a function that provides comparison of tasks' priorities ...
bool(* ComparatorPointer)(std::shared_ptr< Process >, std::shared_ptr< Process >)