#include "EventFilter/ResourceBroker/interface/FUResource.h"
#include "FWCore/Utilities/interface/CRC16.h"
#include "EventFilter/Utilities/interface/GlobalEventNumber.h"
#include "DataFormats/FEDRawData/interface/FEDNumbering.h"
#include "EvffedFillerRB.h"
#include "interface/shared/frl_header.h"
#include "interface/shared/fed_header.h"
#include "interface/shared/fed_trailer.h"
#include "interface/shared/i2oXFunctionCodes.h"
#include "interface/evb/i2oEVBMsgs.h"
#include "xdaq/Application.h"
#include "toolbox/mem/Reference.h"
#include "xcept/tools.h"
#include <sstream>
#include <sys/shm.h>
Go to the source code of this file.
Macros | |
#define | FED_HCTRLID 0x50000000 |
#define | FED_RBIT_MASK 0x0000C004 |
#define | FED_TCTRLID 0xa0000000 |
#define | REAL_SOID_MASK 0x0003FF00 |
#define FED_HCTRLID 0x50000000 |
Definition at line 32 of file FUResource.cc.
Referenced by evf::FUResource::findFEDs().
#define FED_RBIT_MASK 0x0000C004 |
Definition at line 35 of file FUResource.cc.
Referenced by evf::FUResource::findFEDs().
#define FED_TCTRLID 0xa0000000 |
Definition at line 33 of file FUResource.cc.
Referenced by evf::FUResource::findFEDs().
#define REAL_SOID_MASK 0x0003FF00 |
Definition at line 34 of file FUResource.cc.
Referenced by evf::FUResource::findFEDs().