10#include <StorableTimeslice.hpp>
11#include <TimesliceAutoSource.hpp>
22 LOG(info) <<
"Calling string constructor with ";
24 fles::TimesliceAutoSource* fTsSource =
new fles::TimesliceAutoSource(
fOpts.
sFullFilename);
26 LOG(info) <<
"Selected SysID: " << std::hex <<
fOpts.
selSysId << std::dec;
30 std::unique_ptr<fles::Timeslice> ts;
31 ts = fTsSource->get();
37 LOG(info) <<
"=====================================\n" << ss.str();
42 ts = fTsSource->get();
45 LOG(info) <<
"Requested number of TS reached; stopping there. Dumped " << uTsNb <<
" TS";
48 LOG(info) <<
"End of archive reached; stopping there. Dumped " << uTsNb <<
" TS";
void Run()
Run the application.
std::string sFullFilename