51 #ifndef __RKHSMA_PRIO_H__
52 #define __RKHSMA_PRIO_H__
void rkh_smaPrio_setUnready(rui8_t prio)
Removing an active object from the ready list.
rbool_t rkh_smaPrio_isNotReady(void)
Evaluates to true if all active objects are not ready to run.
rui8_t rkh_smaPrio_findHighest(void)
Finding the highest priority active object ready to run.
void rkh_smaPrio_init(void)
Initializes the native priority mechanism for active object scheduling.
rbool_t rkh_smaPrio_isReady(void)
Evaluates to true if any active object is ready to run.
void rkh_smaPrio_setReady(rui8_t prio)
Making an active object ready-to-run inserting it into the ready list.
Defines the data types that uses RKH.