Added accessor for maxSubsequentTimeoutsExceeded flag
This commit is contained in:
@@ -626,6 +626,10 @@ asynStatus sinqController::setMaxSubsequentTimeouts(int maxSubsequentTimeouts) {
|
||||
return asynSuccess;
|
||||
}
|
||||
|
||||
bool sinqController::maxSubsequentTimeoutsExceeded() {
|
||||
return pSinqC_->maxSubsequentTimeoutsExceeded;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Get a reference to the map used to control the maximum number of
|
||||
* message repetitions. See the documentation of `printRepetitionWatchdog`
|
||||
|
||||
Reference in New Issue
Block a user