![]() |
Project
|
Class interface for the MID GBT decoder. More...
#include "MIDRaw/LinkDecoder.h"
#include "DataFormatsMID/ROBoard.h"
#include "MIDRaw/CrateParameters.h"
#include "MIDRaw/ELinkManager.h"
#include "MIDRaw/FEEIdConfig.h"
#include "MIDRaw/Utils.h"
Go to the source code of this file.
Classes | |
class | o2::mid::impl::GBTUserLogicDecoderImplV2 |
class | o2::mid::impl::GBTUserLogicDecoderImplV1 |
class | o2::mid::impl::GBTBareDecoderImplV1 |
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::mid |
namespace | o2::mid::impl |
Functions | |
std::unique_ptr< LinkDecoder > | o2::mid::createGBTDecoder (const o2::header::RDHAny &rdh, uint16_t feeId, bool isDebugMode, uint8_t mask, const ElectronicsDelay &electronicsDelay) |
std::unique_ptr< LinkDecoder > | o2::mid::createLinkDecoder (const o2::header::RDHAny &rdh, uint16_t feeId, bool isDebugMode, uint8_t mask, const ElectronicsDelay &electronicsDelay, const FEEIdConfig &feeIdConfig) |
std::unique_ptr< LinkDecoder > | o2::mid::createLinkDecoder (uint16_t feeId, bool isBare=false, bool isDebugMode=false, uint8_t mask=0xFF, const ElectronicsDelay &electronicsDelay=ElectronicsDelay(), const FEEIdConfig &feeIdConfig=FEEIdConfig()) |