INTERNAL_QUAL int rtos_task_check_priority(int *scheduler, int *priority)
This function checks (and corrects) a given priority within a given scheduler type. 
 
bool CheckScheduler(int &sched_type)
Check if the scheduler is a valid type in the current process and adapt to a valid value...
 
bool CheckPriority(int &sched_type, int &priority)
Check if the scheduler type and priority match and adapt to a valid value. 
 
This file has all the (periodic) thread specific interfaces. 
 
int rtos_task_check_scheduler(int *sched_type)
This function checks (and corrects) if the given sched_type is valid for this RTOS. 
 
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute. 
 
AtomicInt threads(0)
The number of threads in addition to the main() thread.