Implementation of CompoundedRequestStrategyBase.
More...
#include <RobotComponents/components/MotionPlanning/ResourceRequestStrategies/ComputingPowerRequestStrategy.h>
Implementation of CompoundedRequestStrategyBase.
- See also
- CompoundedRequestStrategyBase
Definition at line 102 of file ComputingPowerRequestStrategy.h.
◆ CompoundedRequestStrategy() [1/2]
◆ CompoundedRequestStrategy() [2/2]
Ctor used for object factories.
◆ allocatedComputingPower()
void allocatedComputingPower |
( |
const Ice::Current & |
= Ice::emptyCurrent | ) |
|
|
override |
Calls this function for all compounded strategies.
- See also
- ComputingPowerRequestStrategyBase::allocatedComputingPower
Definition at line 148 of file ComputingPowerRequestStrategy.cpp.
◆ setCurrentStateAsInitialState()
void setCurrentStateAsInitialState |
( |
const ::Ice::Current & |
= Ice::emptyCurrent | ) |
|
|
override |
Calls this function for all compounded strategies.
- See also
- ComputingPowerRequestStrategyBase::setCurrentStateAsInitialState
Definition at line 124 of file ComputingPowerRequestStrategy.cpp.
◆ updateNodeCount()
void updateNodeCount |
( |
Ice::Long |
count, |
|
|
const Ice::Current & |
= Ice::emptyCurrent |
|
) |
| |
|
override |
Calls this function for all compounded strategies.
- See also
- ComputingPowerRequestStrategyBase::updateNodeCount
- Parameters
-
Definition at line 132 of file ComputingPowerRequestStrategy.cpp.
◆ updateNodeCreations()
void updateNodeCreations |
( |
Ice::Long |
nodesCreated, |
|
|
Ice::Long |
tries, |
|
|
const Ice::Current & |
= Ice::emptyCurrent |
|
) |
| |
|
override |
Passes this call to all sub strategies.
- See also
- ComputingPowerRequestStrategyBase::updateNodeCreations
- Parameters
-
nodesCreated | Number of created nodes. |
tries | Number of tries to create nodes. |
Definition at line 156 of file ComputingPowerRequestStrategy.cpp.
◆ updateTaskStatus()
void updateTaskStatus |
( |
armarx::TaskStatus::Status |
newStatus, |
|
|
const Ice::Current & |
= Ice::emptyCurrent |
|
) |
| |
|
override |
Calls this function for all compounded strategies.
- See also
- ComputingPowerRequestStrategyBase::updateTaskStatus
- Parameters
-
Definition at line 140 of file ComputingPowerRequestStrategy.cpp.
◆ armarx::GenericFactory
The documentation for this class was generated from the following files: