/************************************************************************* $Archive: /PACS/OnBoard/Constant.h $ $Revision: 1.11 $ $Date: 2009/04/23 13:51:12 $ $Author: amazy $ $Log: Constant.h,v $ Revision 1.11 2009/04/23 13:51:12 amazy 6.029 * * 15 3/14/06 4:31p Pacs Egse * Version 6.001 * Cleaned and commented ************************************************************************/ #define CONSTANT_H #ifdef CSL_SHOW_INCLUDE #pragma message( "Including " __FILE__ ) #endif // sequencer constants #define MAX_SEQUENCE_SIZE 256 #define MAX_NESTED_LOOPS 5 // DpuReceiver constants #define DPU_RECEIVER_START_UP_SLEEP_PERIOD 1000 // ms extern int WAIT_BOOT_IS_FINISHED;