12#ifndef CbmFormatTsPrintout_H
13#define CbmFormatTsPrintout_H
15#include "Timeslice.hpp"
28std::string
FormatTsContentPrintout(
const fles::Timeslice& ts, std::underlying_type_t<fles::Subsystem> selSysId = 0x00,
29 size_t nbMsPerComp = SIZE_MAX);
31std::string
FormatTsPrintout(
const fles::Timeslice& ts, std::underlying_type_t<fles::Subsystem> SelSysId = 0x00,
32 size_t nbMsPerComp = SIZE_MAX);
34std::ostream&
operator<<(std::ostream& os,
const fles::Timeslice& ts);