|
BcPOC
SF-HRP ASM implementation
|
#include <condition.hpp>
Public Member Functions | |
| CCondition (CNodeBase *, std::string &name) | |
| ~CCondition () | |
| virtual void | Reevaluate () |
| void | SetReleaseable (IReleaseable *) |
| CCondition::CCondition | ( | CNodeBase * | rootNode, |
| std::string & | name | ||
| ) |
| CCondition::~CCondition | ( | ) |
| void CCondition::Reevaluate | ( | ) | [virtual] |
Triggers IReleaseable
Implements CNodeBase.
| void CCondition::SetReleaseable | ( | IReleaseable * | rel | ) |
Set appropriate plan or action
1.7.4