]> rtime.felk.cvut.cz Git - frescor/fosa.git/blobdiff - include/fosa_configuration_parameters.h
Including FOSA for MarTE-OS
[frescor/fosa.git] / include / fosa_configuration_parameters.h
index b0804824c701d85f014cc10f73ecfff53bfb3669..916cbc15421038727b4043ec03fe000ddc005564 100644 (file)
 #define FOSA_ADS_SCHEDINFO_MAX   32
 
 
+// the difference between the maximum SCHED_FIFO priority 
+// and the priority of the ADS scheduler thread
+// value= 2 priority levels below the maximum
+
+#define FOSA_ADS_SCHEDULER_PRIO_DIFF  2
+
+// The preemption level of the ADS scheduler thread
+#define FOSA_ADS_SCHEDULER_LEVEL 0xffff
+
 #endif // _FOSA_CONFIG_PARAM_H_