##// END OF EJS Templates
Added Calibrations Task defines...
jeandet -
r70:1b9238c88489 Next draft
parent child
Show More
@@ -164,6 +164,7 typedef struct ring_node
164 #define RTEMS_EVENT_BURST_BP1_F1 RTEMS_EVENT_21
164 #define RTEMS_EVENT_BURST_BP1_F1 RTEMS_EVENT_21
165 #define RTEMS_EVENT_BURST_BP2_F1 RTEMS_EVENT_22
165 #define RTEMS_EVENT_BURST_BP2_F1 RTEMS_EVENT_22
166 #define RTEMS_EVENT_SWF_RESYNCH RTEMS_EVENT_23
166 #define RTEMS_EVENT_SWF_RESYNCH RTEMS_EVENT_23
167 #define RTEMS_EVENT_CAL_SWEEP_WAKE RTEMS_EVENT_24
167
168
168 //********************************************
169 //********************************************
169 //********************************************
170 //********************************************
@@ -298,6 +299,7 typedef struct ring_node
298 #define TASKID_AVF2 18
299 #define TASKID_AVF2 18
299 #define TASKID_PRC2 19
300 #define TASKID_PRC2 19
300 #define TASKID_SCRB 20
301 #define TASKID_SCRB 20
302 #define TASKID_CALI 21
301
303
302 #define TASK_PRIORITY_SPIQ 5
304 #define TASK_PRIORITY_SPIQ 5
303 #define TASK_PRIORITY_LINK 20
305 #define TASK_PRIORITY_LINK 20
@@ -310,6 +312,7 typedef struct ring_node
310 #define TASK_PRIORITY_CWF3 40 // there is a printf in this function, be careful with its priority wrt CWF1
312 #define TASK_PRIORITY_CWF3 40 // there is a printf in this function, be careful with its priority wrt CWF1
311 #define TASK_PRIORITY_SEND 45
313 #define TASK_PRIORITY_SEND 45
312 #define TASK_PRIORITY_RECV 50
314 #define TASK_PRIORITY_RECV 50
315 #define TASK_PRIORITY_CALI 50
313 #define TASK_PRIORITY_ACTN 50
316 #define TASK_PRIORITY_ACTN 50
314 #define TASK_PRIORITY_AVF0 60
317 #define TASK_PRIORITY_AVF0 60
315 #define TASK_PRIORITY_AVF1 70
318 #define TASK_PRIORITY_AVF1 70
@@ -337,6 +340,7 typedef struct ring_node
337 #define QUEUE_PRC0 2
340 #define QUEUE_PRC0 2
338 #define QUEUE_PRC1 3
341 #define QUEUE_PRC1 3
339 #define QUEUE_PRC2 4
342 #define QUEUE_PRC2 4
343 #define QUEUE_CALI 5
340
344
341 #define CPU_USAGE_REPORT_PERIOD 6 // * 10 s = period
345 #define CPU_USAGE_REPORT_PERIOD 6 // * 10 s = period
342
346
General Comments 0
You need to be logged in to leave comments. Login now