From eca82075e745f580b4edccee94be141fe1690b67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Mon, 16 May 2016 17:20:04 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/pip@197 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- src/io/pidiagnostics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/io/pidiagnostics.cpp b/src/io/pidiagnostics.cpp index 84346ce4..495b97b5 100755 --- a/src/io/pidiagnostics.cpp +++ b/src/io/pidiagnostics.cpp @@ -172,7 +172,7 @@ void PIDiagnostics::changeDisconnectTimeout(float disct) { // if (disct != disconn_) { disconn_ = piMaxf(disct, interval() / 1000.f); int hist_size = piMaxi(int(disconn_ * 1000. / interval()), 1); - //piCoutObj << hist_size << interval(); + piCoutObj << hist_size << interval(); history_rec.resize(hist_size); history_send.resize(hist_size); // }