Project
Loading...
Searching...
No Matches
testDataHeader.cxx File Reference
#include <boost/test/unit_test.hpp>
#include <iostream>
#include <iomanip>
#include "Headers/DataHeader.h"
#include "Headers/DataHeaderHelpers.h"
#include "Headers/NameHeader.h"
#include "Headers/Stack.h"
#include <chrono>

Go to the source code of this file.

Classes

struct  o2::header::test::MetaHeader
 

Namespaces

namespace  o2
 a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
 
namespace  o2::header
 O2 data header classes and API, v0.1.
 
namespace  o2::header::test
 

Macros

#define BOOST_TEST_MODULE   Test Headers DataHeaderTest
 
#define BOOST_TEST_MAIN
 
#define BOOST_TEST_DYN_LINK
 

Typedefs

using system_clock = std::chrono::system_clock
 
using TimeScale = std::chrono::nanoseconds
 

Functions

 o2::header::BOOST_AUTO_TEST_CASE (Descriptor_test)
 
 o2::header::BOOST_AUTO_TEST_CASE (DataDescription_test)
 
 o2::header::BOOST_AUTO_TEST_CASE (DataOrigin_test)
 
 o2::header::BOOST_AUTO_TEST_CASE (BaseHeader_test)
 
 o2::header::BOOST_AUTO_TEST_CASE (DataHeader_test)
 
 o2::header::BOOST_AUTO_TEST_CASE (headerStack_test)
 
 o2::header::BOOST_AUTO_TEST_CASE (Descriptor_benchmark)
 
 o2::header::BOOST_AUTO_TEST_CASE (Descriptor_formatting)
 

Macro Definition Documentation

◆ BOOST_TEST_DYN_LINK

#define BOOST_TEST_DYN_LINK

Definition at line 14 of file testDataHeader.cxx.

◆ BOOST_TEST_MAIN

#define BOOST_TEST_MAIN

Definition at line 13 of file testDataHeader.cxx.

◆ BOOST_TEST_MODULE

#define BOOST_TEST_MODULE   Test Headers DataHeaderTest

Definition at line 12 of file testDataHeader.cxx.

Typedef Documentation

◆ system_clock

using system_clock = std::chrono::system_clock

Definition at line 25 of file testDataHeader.cxx.

◆ TimeScale

using TimeScale = std::chrono::nanoseconds

Definition at line 26 of file testDataHeader.cxx.