Project
Loading...
Searching...
No Matches
DecodedDataHandlers.h
Go to the documentation of this file.
1// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3// All rights not expressly granted are reserved.
4//
5// This software is distributed under the terms of the GNU General Public
6// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7//
8// In applying this license CERN does not waive the privileges and immunities
9// granted to it by virtue of its status as an Intergovernmental Organization
10// or submit itself to any jurisdiction.
11
12#ifndef O2_MCH_DECODED_DATA_HANDLES_H
13#define O2_MCH_DECODED_DATA_HANDLES_H
14
15#include <functional>
16
19
20namespace o2
21{
22namespace mch
23{
24namespace raw
25{
28using SampaChannelHandler = std::function<void(DsElecId dsId,
29 DualSampaChannelId channel,
31
34using SampaHeartBeatHandler = std::function<void(DsElecId dsId,
35 uint8_t chip,
36 uint20_t bunchCrossing)>;
37
40using SampaErrorHandler = std::function<void(DsElecId dsId,
41 int8_t chip,
42 uint32_t error)>;
43
49
50} // namespace raw
51} // namespace mch
52} // namespace o2
53
54#endif
typedef void(APIENTRYP PFNGLCULLFACEPROC)(GLenum mode)
std::function< void(DsElecId dsId, DualSampaChannelId channel, SampaCluster)> SampaChannelHandler
uint6_t DualSampaChannelId
Definition DataFormats.h:65
uint32_t uint20_t
Definition DataFormats.h:68
std::function< void(DsElecId dsId, int8_t chip, uint32_t error)> SampaErrorHandler
std::function< void(DsElecId dsId, uint8_t chip, uint20_t bunchCrossing)> SampaHeartBeatHandler
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
SampaHeartBeatHandler sampaHeartBeatHandler
Piece of data for one Sampa channel.