|
|
Implementation of NeverBase. More...
#include <RobotComponents/components/MotionPlanning/ResourceRequestStrategies/ComputingPowerRequestStrategy.h>
Inheritance diagram for Never:Public Member Functions | |
| bool | shouldAllocateComputingPower (const ::Ice::Current &=Ice::emptyCurrent) override |
| Always return false. More... | |
Public Member Functions inherited from ComputingPowerRequestStrategy | |
| void | allocatedComputingPower (const Ice::Current &=Ice::emptyCurrent) override |
| Default implementation. More... | |
| void | setCurrentStateAsInitialState (const ::Ice::Current &=Ice::emptyCurrent) override |
| Default implementation. More... | |
| void | updateNodeCount (Ice::Long, const Ice::Current &=Ice::emptyCurrent) override |
| Default implementation. More... | |
| void | updateNodeCreations (Ice::Long, Ice::Long, const Ice::Current &=Ice::emptyCurrent) override |
| Default implementation. More... | |
| void | updateTaskStatus (armarx::TaskStatus::Status, const Ice::Current &=Ice::emptyCurrent) override |
| Default implementation. More... | |
| ~ComputingPowerRequestStrategy () override=default | |
| Dtor. More... | |
Implementation of NeverBase.
Definition at line 358 of file ComputingPowerRequestStrategy.h.
|
inlineoverridevirtual |
Always return false.
Implements ComputingPowerRequestStrategy.
Definition at line 366 of file ComputingPowerRequestStrategy.h.