From 87980e403cc59bd0287f97b7eef0c970213913a2 Mon Sep 17 00:00:00 2001 From: smathis Date: Fri, 23 May 2025 11:17:34 +0200 Subject: [PATCH] Fixed bug regarding the poll period member variables --- src/sinqController.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/sinqController.cpp b/src/sinqController.cpp index aa2e4d0..f31e5c6 100644 --- a/src/sinqController.cpp +++ b/src/sinqController.cpp @@ -128,6 +128,11 @@ sinqController::sinqController(const char *portName, .maxSubsequentTimeouts = 10, .maxSubsequentTimeoutsExceeded = false}); + // Store the poll period information. The poller itself will be started + // later (after the IOC is running in epicsInithookFunction) + movingPollPeriod_ = movingPollPeriod; + idlePollPeriod_ = idlePollPeriod; + // =========================================================================; /*