##// END OF EJS Templates
PACKET_POS_PA_LFR_SID_PKT added
paul -
r29:6a30b7a924d9 default
parent child
Show More
@@ -179,26 +179,6 typedef struct ring_node
179 #define TASKID_AVF2 18
179 #define TASKID_AVF2 18
180 #define TASKID_PRC2 19
180 #define TASKID_PRC2 19
181
181
182 //#define TASK_PRIORITY_SPIQ 5
183 //#define TASK_PRIORITY_WTDG 10
184 //#define TASK_PRIORITY_HOUS 20
185 //#define TASK_PRIORITY_AVF0 25
186 //#define TASK_PRIORITY_AVF1 30
187 //#define TASK_PRIORITY_AVF2 33
188 //#define TASK_PRIORITY_CWF1 35 // CWF1 and CWF2 are never running together
189 //#define TASK_PRIORITY_CWF2 35 //
190 //#define TASK_PRIORITY_SWBD 37 // SWBD has a lower priority than WFRM, this is to extract the snapshot before sending it
191 //#define TASK_PRIORITY_WFRM 40
192 //#define TASK_PRIORITY_CWF3 40 // there is a printf in this function, be careful with its priority wrt CWF1
193 //#define TASK_PRIORITY_RECV 45
194 //#define TASK_PRIORITY_SEND 50
195 //#define TASK_PRIORITY_ACTN 50
196 //#define TASK_PRIORITY_PRC2 90
197 //#define TASK_PRIORITY_PRC0 100
198 //#define TASK_PRIORITY_PRC1 105
199 //#define TASK_PRIORITY_STAT 200
200 //#define TASK_PRIORITY_DUMB 200
201
202 #define TASK_PRIORITY_SPIQ 5
182 #define TASK_PRIORITY_SPIQ 5
203 #define TASK_PRIORITY_WTDG 20
183 #define TASK_PRIORITY_WTDG 20
204 #define TASK_PRIORITY_HOUS 30
184 #define TASK_PRIORITY_HOUS 30
@@ -1,8 +1,8
1 #ifndef TM_BYTE_POSITIONS_H
1 #ifndef TM_BYTE_POSITIONS_H
2 #define TM_BYTE_POSITIONS_H
2 #define TM_BYTE_POSITIONS_H
3
3
4 // SEQUENCE_CNT
5 #define PACKET_POS_SEQUENCE_CNT 6 // 4 + 2
4 #define PACKET_POS_SEQUENCE_CNT 6 // 4 + 2
5 #define PACKET_POS_PA_LFR_SID_PKT 20 // 4 + 16
6
6
7 // TC_LFR_LOAD_COMMON_PAR
7 // TC_LFR_LOAD_COMMON_PAR
8
8
General Comments 0
You need to be logged in to leave comments. Login now