Project
Loading...
Searching...
No Matches
DataProcessingStatus.h File Reference
#include "Framework/Signpost.h"
#include <cstdint>

Go to the source code of this file.

Namespaces

namespace  o2
 a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
 
namespace  o2::framework
 Defining PrimaryVertex explicitly as messageable.
 

Macros

#define O2_PROBE_DATARELAYER   3
 probes to be used by the DPL
 

Enumerations

enum struct  o2::framework::DataProcessingStatus : uint32_t { o2::framework::ID = 0 , o2::framework::IN_DPL_OVERHEAD , o2::framework::IN_DPL_USER_CALLBACK , o2::framework::IN_DPL_ERROR_CALLBACK }
 Describe the possible states for DataProcessing. More...
 
enum struct  o2::framework::MonitoringStatus : uint32_t { o2::framework::ID = 1 , o2::framework::SEND = 0 , o2::framework::FLUSH = 1 }
 Describe the possible states for Monitoring. More...
 
enum struct  o2::framework::DriverStatus : uint32_t { o2::framework::ID = 2 , o2::framework::BYTES_READ = 0 , o2::framework::BYTES_PROCESSED = 1 , o2::framework::BUFFER_OVERFLOWS = 2 }
 

Macro Definition Documentation

◆ O2_PROBE_DATARELAYER

#define O2_PROBE_DATARELAYER   3

probes to be used by the DPL

Definition at line 18 of file DataProcessingStatus.h.