From 1345f6e4c9f893204b0705e34413e853ad82d86f Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Mon, 12 Jul 2021 13:19:45 +0200 Subject: [PATCH] add separate NT trigger time and Cb addtime parameters to output --- lib/imc_channel.hpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/lib/imc_channel.hpp b/lib/imc_channel.hpp index 60be8a6..49f4855 100644 --- a/lib/imc_channel.hpp +++ b/lib/imc_channel.hpp @@ -402,7 +402,7 @@ namespace imc std::string get_info(int width = 20) { // prepare printable trigger-time - //std::time_t tt = std::chrono::system_clock::to_time_t(trigger_time_); + std::time_t tt = std::chrono::system_clock::to_time_t(trigger_time_); std::time_t att = std::chrono::system_clock::to_time_t(absolute_trigger_time_); std::stringstream ss; @@ -411,7 +411,7 @@ namespace imc <