|
WSF
|
#include <WsfBehaviorObserver.hpp>
Public Attributes | |
| WsfObserver::BehaviorTreeNodeChildrenCallback | BehaviorTreeNodeChildren |
| Provide a callback to query the children of a behavior tree node when the behavior tree is first initialized. | |
| WsfObserver::BehaviorTreeNodeExecCallback | BehaviorTreeNodeExec |
| Provide a callback to query the behavior tree node whenever a state change occurs. | |
The implementation of the Behavior observer objects. An instance of this class is maintained by the simulation.
| WsfObserver::BehaviorTreeNodeChildrenCallback WsfBehaviorObserver::BehaviorTreeNodeChildren |
Provide a callback to query the children of a behavior tree node when the behavior tree is first initialized.
| WsfObserver::BehaviorTreeNodeExecCallback WsfBehaviorObserver::BehaviorTreeNodeExec |
Provide a callback to query the behavior tree node whenever a state change occurs.