/************************************************************************* $Archive: /PACS/OnBoard/Constant.h $ $Revision: 15 $ $Date: 3/14/06 4:31p $ $Author: Pacs Egse $ $Log: /PACS/OnBoard/Constant.h $ * * 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;