#include "tree/TreeNode.h"
#include <stdlib.h>
Go to the source code of this file.
|
#define | NOTSTARTED -1 |
|
#define | TIMERNODE_CLASS(NodeName) |
|
#define TIMERNODE_CLASS |
( |
|
NodeName | ) |
|
Value:NodeName(const std::string& name, const std::string& parameters, const ConditionPtr& condition) : \
ITimedNode(name, parameters, condition) { \
_type = AI_STRINGIFY(NodeName); \
} \
virtual ~NodeName() { \
#define NODE_FACTORY(NodeName)
A node factory macro to ease and unify the registration at AIRegistry.
Definition: TreeNode.h:54