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