00001 /* 00002 * msq_constants.h 00003 * 00004 * Created on: Nov 23, 2011 00005 * Author: aspataru : aspataru@cern.ch 00006 */ 00007 00008 #ifndef MSQ_CONSTANTS_H_ 00009 #define MSQ_CONSTANTS_H_ 00010 00011 namespace evf { 00012 00013 // DATA message types 00014 static const unsigned int RAW_MESSAGE_TYPE = 100; 00015 static const unsigned int RECO_MESSAGE_TYPE = 101; 00016 static const unsigned int DQM_MESSAGE_TYPE = 102; 00017 00018 // CONTROL message types 00019 static const unsigned int DISCARD_RAW_MESSAGE_TYPE = 200; 00020 00021 } 00022 00023 #endif /* MSQ_CONSTANTS_H_ */