Project
Loading...
Searching...
No Matches
OutputRef.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#ifndef FRAMEWORK_OUTPUTREF_H
12#define FRAMEWORK_OUTPUTREF_H
13
14#include "Headers/DataHeader.h"
15#include "Headers/Stack.h"
16
17#include <string>
18
19namespace o2
20{
21namespace framework
22{
23
43
44} // namespace framework
45} // namespace o2
46#endif
uint32_t stack
Definition RawData.h:1
GLuint GLsizei const GLchar * label
Definition glcorearb.h:2519
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
Defining DataPointCompositeObject explicitly as copiable.
OutputRef(std::string &&l, header::DataHeader::SubSpecificationType s, o2::header::Stack &&stack)
Definition OutputRef.h:38
header::DataHeader::SubSpecificationType subSpec
Definition OutputRef.h:31
header::Stack headerStack
Definition OutputRef.h:32
OutputRef(std::string &&l, header::DataHeader::SubSpecificationType s=0)
Definition OutputRef.h:34
OutputRef(const std::string &l, header::DataHeader::SubSpecificationType s=0)
Definition OutputRef.h:36
uint32_t SubSpecificationType
Definition DataHeader.h:620
a move-only header stack with serialized headers This is the flat buffer where all the headers in a m...
Definition Stack.h:36