// Service bits. // These bits are set in gUserRun when some time consuming processing is // required. The quadros scheduler can preemt a thread only when it is // finished. As a consequence, in our system no thread is allowed to occupy // CPU for more than several seconds. // #define RUN_JTAG 1 #define RUN_DAQ 2