Project
Loading...
Searching...
No Matches
test_ExternalFairMQDeviceWorkflow.cxx File Reference

Go to the source code of this file.

Classes

struct  test_header::MsgModeHeader
 

Namespaces

namespace  test_config
 
namespace  test_header
 

Macros

#define ASSERT_ERROR(condition)
 

Typedefs

using DataHeader = o2::header::DataHeader
 
using Stack = o2::header::Stack
 

Enumerations

enum struct  test_config::ProxyMode { test_config::All , test_config::SkipOutput , test_config::OnlyOutput , test_config::NoProxies }
 

Functions

std::istream & operator>> (std::istream &in, enum test_config::ProxyMode &val)
 
std::ostream & operator<< (std::ostream &out, const enum test_config::ProxyMode &val)
 
std::istream & operator>> (std::istream &in, enum test_header::MsgModeHeader::MsgMode val)
 
std::ostream & operator<< (std::ostream &out, const enum test_header::MsgModeHeader::MsgMode val)
 
void customize (std::vector< ConfigParamSpec > &workflowOptions)
 

Macro Definition Documentation

◆ ASSERT_ERROR

#define ASSERT_ERROR (   condition)
Value:
if ((condition) == false) { \
LOG(fatal) << R"(Test condition ")" #condition R"(" failed)"; \
}

Definition at line 84 of file test_ExternalFairMQDeviceWorkflow.cxx.

Typedef Documentation

◆ DataHeader

◆ Stack

Definition at line 82 of file test_ExternalFairMQDeviceWorkflow.cxx.

Function Documentation

◆ customize()

void customize ( std::vector< ConfigParamSpec > &  workflowOptions)

Definition at line 65 of file test_ExternalFairMQDeviceWorkflow.cxx.

◆ operator<<() [1/2]

std::ostream & operator<< ( std::ostream &  out,
const enum test_config::ProxyMode val 
)

◆ operator<<() [2/2]

std::ostream & operator<< ( std::ostream &  out,
const enum test_header::MsgModeHeader::MsgMode  val 
)

◆ operator>>() [1/2]

std::istream & operator>> ( std::istream &  in,
enum test_config::ProxyMode val 
)

◆ operator>>() [2/2]

std::istream & operator>> ( std::istream &  in,
enum test_header::MsgModeHeader::MsgMode  val 
)