![]() |
Project
|
#include <ELinkManager.h>
Public Member Functions | |
void | init (uint16_t feeId, bool isDebugMode, bool isBare=false, const ElectronicsDelay &electronicsDelay=ElectronicsDelay(), const FEEIdConfig &feeIdConfig=FEEIdConfig()) |
void | set (uint32_t orbit, uint32_t trigger) |
void | onDone (const ELinkDecoder &decoder, uint8_t boardUniqueId, std::vector< ROBoard > &data, std::vector< ROFRecord > &rofs) |
Main function to be executed when decoding is done. | |
void | onDone (const ELinkDecoder &decoder, std::vector< ROBoard > &data, std::vector< ROFRecord > &rofs) |
Main function to be executed when decoding is done. | |
ELinkDecoder & | getDecoder (uint8_t boardUniqueId, bool isLoc) |
Returns the decoder. | |
void | onDone (const ELinkDecoder &decoder, uint8_t crateId, uint8_t locId, std::vector< ROBoard > &data, std::vector< ROFRecord > &rofs) |
Main function to be executed when decoding is done. | |
Definition at line 34 of file ELinkManager.h.
|
inline |
Returns the decoder.
Definition at line 64 of file ELinkManager.h.
void o2::mid::ELinkManager::init | ( | uint16_t | feeId, |
bool | isDebugMode, | ||
bool | isBare = false , |
||
const ElectronicsDelay & | electronicsDelay = ElectronicsDelay() , |
||
const FEEIdConfig & | feeIdConfig = FEEIdConfig() |
||
) |
Definition at line 27 of file ELinkManager.cxx.
|
inline |
Main function to be executed when decoding is done.
Definition at line 45 of file ELinkManager.h.
|
inline |
Main function to be executed when decoding is done.
Definition at line 42 of file ELinkManager.h.
void o2::mid::ELinkManager::onDone | ( | const ELinkDecoder & | decoder, |
uint8_t | crateId, | ||
uint8_t | locId, | ||
std::vector< ROBoard > & | data, | ||
std::vector< ROFRecord > & | rofs | ||
) |
Main function to be executed when decoding is done.
Definition at line 68 of file ELinkManager.cxx.
void o2::mid::ELinkManager::set | ( | uint32_t | orbit, |
uint32_t | trigger | ||
) |
Setup the orbit
Definition at line 96 of file ELinkManager.cxx.