Fixed bug regarding the poll period member variables
This commit is contained in:
@ -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;
|
||||
|
||||
// =========================================================================;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user