armarx::cprs::TotalNodeCountBase
Overview
@brief A strategy returning true again after set node delta.
Data Member Index
- nodeCountDelta
-
@brief The used node delta.
- skipping
-
@brief Whether the strategy skips multiple pending requests.
Data Members
long nodeCountDelta;
@brief The used node delta.
bool skipping;
@brief Whether the strategy skips multiple pending requests.
(example: last update at n, now it is n+2d, if true three consecutive calls to shouldAllocateComputingPower()
will return true, false, false. if false three calls will return true, true, false)