]> rtime.felk.cvut.cz Git - frescor/fosa.git/blobdiff - include/fosa_configuration_parameters.h
Updating header text in FOSA files for the incoming final project
[frescor/fosa.git] / include / fosa_configuration_parameters.h
index 3a1e10307a7a1483c665042ef7fa139e848b2615..816a1ac3fa513b4aac14d02d8470469a801103a8 100644 (file)
@@ -1,5 +1,5 @@
 // -----------------------------------------------------------------------
-//  Copyright (C) 2006 - 2008 FRESCOR consortium partners:
+//  Copyright (C) 2006 - 2009 FRESCOR consortium partners:
 //
 //    Universidad de Cantabria,              SPAIN
 //    University of York,                    UK
@@ -95,11 +95,11 @@ FOSA_CPP_BEGIN_DECLS
  *********/
 
 // the maximum size in bytes of the ADS scheduling parameters
-#define FOSA_ADS_SCHEDPARAM_MAX   4000
+#define FOSA_ADS_SCHEDPARAM_MAX   8000
 
 // the maximum size in bytes of the data exchanged between a thread
 // and an ADS scheduler
-#define FOSA_ADS_SCHEDINFO_MAX   4000
+#define FOSA_ADS_SCHEDINFO_MAX   8000
 
 
 // the difference between the maximum SCHED_FIFO priority
@@ -111,6 +111,13 @@ FOSA_CPP_BEGIN_DECLS
 // The preemption level of the ADS scheduler thread
 #define FOSA_ADS_SCHEDULER_LEVEL 0xffff
 
+
+/******************
+ * THREAD GROUPS
+ ******************/
+#define FOSA_MAX_THREADS_PER_GROUP 5
+
+
 FOSA_CPP_END_DECLS
 
 #endif // _FOSA_CONFIG_PARAM_H_