Fixed bug regarding the poll period member variables

This commit is contained in:
2025-05-23 11:17:34 +02:00
parent b95e782ea8
commit 87980e403c

View File

@ -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;
// =========================================================================;
/*