00001 #ifndef EVF_FEDINTERFACE_FEDCONSTANTS_H 00002 #define EVF_FEDINTERFACE_FEDCONSTANTS_H 00003 00004 namespace evf{ 00005 namespace evtn{ 00006 const unsigned int SLINK_WORD_SIZE = 8; 00007 const unsigned int SLINK_HALFWORD_SIZE = 4; 00008 const unsigned int FED_HEADER_SIZE = SLINK_WORD_SIZE; 00009 const unsigned int FED_TRAILER_SIZE = SLINK_WORD_SIZE; 00010 } 00011 } 00012 #endif