![]() |
Project
|
#include <ELinkDataShaper.h>
Public Member Functions | |
ELinkDataShaper (bool isDebugMode, bool isLoc, uint8_t uniqueId, const ElectronicsDelay &electronicsDelay) | |
void | onDone (const ELinkDecoder &decoder, std::vector< ROBoard > &data, std::vector< ROFRecord > &rofs) |
Main function to be executed when decoding is done. | |
void | set (uint32_t orbit, uint32_t trigger) |
Definition at line 32 of file ELinkDataShaper.h.
o2::mid::ELinkDataShaper::ELinkDataShaper | ( | bool | isDebugMode, |
bool | isLoc, | ||
uint8_t | uniqueId, | ||
const ElectronicsDelay & | electronicsDelay | ||
) |
Ctr
Definition at line 27 of file ELinkDataShaper.cxx.
|
inline |
Main function to be executed when decoding is done.
Definition at line 37 of file ELinkDataShaper.h.
void o2::mid::ELinkDataShaper::set | ( | uint32_t | orbit, |
uint32_t | trigger | ||
) |
Sets the orbit and the output data vectors
Definition at line 50 of file ELinkDataShaper.cxx.