Project
Loading...
Searching...
No Matches
ChannelSpecHelpers.cxx File Reference
#include "Framework/ChannelSpecHelpers.h"
#include "Framework/RuntimeError.h"
#include <fmt/format.h>
#include <ostream>
#include <cassert>
#include <cctype>
#include <regex>
#include <unistd.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::framework
 Defining PrimaryVertex explicitly as messageable.
 

Enumerations

enum struct  o2::framework::ChannelConfigParserState {
  o2::framework::BEGIN , o2::framework::BEGIN_CHANNEL , o2::framework::END_CHANNEL , o2::framework::BEGIN_KEY ,
  o2::framework::BEGIN_VALUE , o2::framework::END_VALUE , o2::framework::END , o2::framework::ERROR
}
 

Functions

bool o2::framework::isIPAddress (const std::string &address)
 
std::ostream & o2::framework::operator<< (std::ostream &s, ChannelType const &type)
 Stream operators so that we can use ChannelType with Boost.Test.
 
std::ostream & o2::framework::operator<< (std::ostream &s, ChannelMethod const &method)
 Stream operators so that we can use ChannelString with Boost.Test.