Implementation of TotalNodeCountBase.
More...
#include <RobotComponents/components/MotionPlanning/ResourceRequestStrategies/ComputingPowerRequestStrategy.h>
|
| void | allocatedComputingPower (const Ice::Current &=Ice::emptyCurrent) override |
| | Sets the next creation count to allocate depending on the flag skipping.
|
| |
| bool | shouldAllocateComputingPower (const ::Ice::Current &=Ice::emptyCurrent) override |
| | Returns true if the the current count is >= the next creation count.
|
| |
| | TotalNodeCount (Ice::Long nodeCountDelta, bool skipping) |
| | Ctor.
|
| |
| void | updateNodeCount (Ice::Long newCount, const Ice::Current &=Ice::emptyCurrent) override |
| | Updates the internal node count.
|
| |
| void | allocatedComputingPower (const Ice::Current &=Ice::emptyCurrent) override |
| | Default implementation.
|
| |
| void | setCurrentStateAsInitialState (const ::Ice::Current &=Ice::emptyCurrent) override |
| | Default implementation.
|
| |
| void | updateNodeCount (Ice::Long, const Ice::Current &=Ice::emptyCurrent) override |
| | Default implementation.
|
| |
| void | updateNodeCreations (Ice::Long, Ice::Long, const Ice::Current &=Ice::emptyCurrent) override |
| | Default implementation.
|
| |
| void | updateTaskStatus (armarx::TaskStatus::Status, const Ice::Current &=Ice::emptyCurrent) override |
| | Default implementation.
|
| |
| | ~ComputingPowerRequestStrategy () override=default |
| | Dtor.
|
| |
Implementation of TotalNodeCountBase.
- See also
- TotalNodeCountBase
Definition at line 528 of file ComputingPowerRequestStrategy.h.
◆ TotalNodeCount() [1/2]
◆ TotalNodeCount() [2/2]
◆ allocatedComputingPower()
| void allocatedComputingPower |
( |
const Ice::Current & | = Ice::emptyCurrent | ) |
|
|
override |
Sets the next creation count to allocate depending on the flag skipping.
skipping == true: current count + delta. skipping == false: the current next creation count + delta. (may be smaller than the current count)
Definition at line 52 of file ComputingPowerRequestStrategy.cpp.
◆ shouldAllocateComputingPower()
| bool shouldAllocateComputingPower |
( |
const ::Ice::Current & | = Ice::emptyCurrent | ) |
|
|
inlineoverridevirtual |
◆ updateNodeCount()
| void updateNodeCount |
( |
Ice::Long | newCount, |
|
|
const Ice::Current & | = Ice::emptyCurrent ) |
|
inlineoverride |
◆ armarx::GenericFactory
template<class Base, class Derived>
◆ allocateNextTime
| Ice::Long allocateNextTime |
|
protected |
◆ nodeCount
The documentation for this class was generated from the following files: