|
WSF
|
#include "WsfBehaviorTreeNode.hpp"#include <iomanip>#include <limits>#include <memory>#include <numeric>#include <sstream>#include <stdexcept>#include <string>#include <sys/stat.h>#include <sys/types.h>#include "UtInputBlock.hpp"#include "UtInputString.hpp"#include "UtLog.hpp"#include "UtMemory.hpp"#include "UtPath.hpp"#include "UtRandom.hpp"#include "WsfBehaviorObserver.hpp"#include "WsfBehaviorTree.hpp"#include "WsfMessage.hpp"#include "WsfObjectTypeList.hpp"#include "WsfPlatform.hpp"#include "WsfScenario.hpp"#include "WsfSimulation.hpp"#include "script/WsfScriptContext.hpp"#include "script/WsfScriptMessageHandler.hpp"#include "script/WsfScriptProcessor.hpp"#include "script/WsfScriptStateMachine.hpp"
Functions | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptBehaviorTreeNodeClass, WsfBehaviorTreeNode, Id, 0, "int", "") | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptBehaviorTreeNodeClass, WsfBehaviorTreeNode, Failure, 1, "bool", "string") | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptBehaviorTreeNodeClass, WsfBehaviorTreeNode, Executed, 0, "bool", "") | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptBehaviorTreeNodeClass, WsfBehaviorTreeNode, Parent, 0, "WsfBehaviorTreeNode", "") | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptBehaviorTreeNodeClass, WsfBehaviorTreeNode, ChildCount, 0, "int", "") | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptBehaviorTreeNodeClass, WsfBehaviorTreeNode, ChildEntry, 1, "WsfBehaviorTreeNode", "int") | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptBehaviorTreeNodeClass, WsfBehaviorTreeNode, TurnOff, 0, "void", "") | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptBehaviorTreeNodeClass, WsfBehaviorTreeNode, TurnOn, 0, "void", "") | |
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptBehaviorTreeNodeClass | , |
| WsfBehaviorTreeNode | , | ||
| ChildCount | , | ||
| 0 | , | ||
| "int" | , | ||
| "" | ) |
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptBehaviorTreeNodeClass | , |
| WsfBehaviorTreeNode | , | ||
| ChildEntry | , | ||
| 1 | , | ||
| "WsfBehaviorTreeNode" | , | ||
| "int" | ) |
References WsfBehaviorTreeNode::ChildEntry().
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptBehaviorTreeNodeClass | , |
| WsfBehaviorTreeNode | , | ||
| Executed | , | ||
| 0 | , | ||
| "bool" | , | ||
| "" | ) |
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptBehaviorTreeNodeClass | , |
| WsfBehaviorTreeNode | , | ||
| Failure | , | ||
| 1 | , | ||
| "bool" | , | ||
| "string" | ) |
References WsfBehaviorTreeNode::SetFailureReason().
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptBehaviorTreeNodeClass | , |
| WsfBehaviorTreeNode | , | ||
| Id | , | ||
| 0 | , | ||
| "int" | , | ||
| "" | ) |
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptBehaviorTreeNodeClass | , |
| WsfBehaviorTreeNode | , | ||
| Parent | , | ||
| 0 | , | ||
| "WsfBehaviorTreeNode" | , | ||
| "" | ) |
References WsfBehaviorTreeNode::Parent().
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptBehaviorTreeNodeClass | , |
| WsfBehaviorTreeNode | , | ||
| TurnOff | , | ||
| 0 | , | ||
| "void" | , | ||
| "" | ) |
References WsfBehaviorTreeNode::TurnOff().
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptBehaviorTreeNodeClass | , |
| WsfBehaviorTreeNode | , | ||
| TurnOn | , | ||
| 0 | , | ||
| "void" | , | ||
| "" | ) |