Project
Loading...
Searching...
No Matches
DeliveryType.h File Reference
#include <string>
#include <bitset>
#include <stdexcept>
#include "DetectorsDCS/GenericFunctions.h"

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::dcs
 

Enumerations

enum  o2::dcs::DeliveryType {
  o2::dcs::VOID = 0 , o2::dcs::RAW_BINARY = 64 , o2::dcs::DPVAL_BINARY = 192 , o2::dcs::RAW_INT = 21 ,
  o2::dcs::DPVAL_INT = 149 , o2::dcs::RAW_UINT = 20 , o2::dcs::DPVAL_UINT = 148 , o2::dcs::RAW_DOUBLE = 22 ,
  o2::dcs::DPVAL_DOUBLE = 150 , o2::dcs::RAW_FLOAT = 28 , o2::dcs::DPVAL_FLOAT = 156 , o2::dcs::RAW_BOOL = 23 ,
  o2::dcs::DPVAL_BOOL = 151 , o2::dcs::RAW_CHAR = 19 , o2::dcs::DPVAL_CHAR = 147 , o2::dcs::RAW_STRING = 25 ,
  o2::dcs::DPVAL_STRING = 153 , o2::dcs::RAW_TIME = 4 , o2::dcs::DPVAL_TIME = 132
}
 

Functions

template<>
DeliveryType o2::dcs::read (const std::string &str)
 
template<>
std::string o2::dcs::show (const DeliveryType type)
 
bool o2::dcs::DPVAL_variant (const DeliveryType type)
 
std::string o2::dcs::dim_description (const DeliveryType type)
 
size_t o2::dcs::dim_buffer_size (const DeliveryType type)