Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

MCNode.cc File Reference


Detailed Description

Implement's MCNode's default name and description strings (the class is templated, so everything else has to go in the header).

Author:
Ethan Tira-Thompson (ejt) (Creator)
Author
ejt
Name
tekkotsu-3_0
Revision
1.4
State
Exp
Date
2006/09/27 20:10:27

Definition in file MCNode.cc.

#include "MCNode.h"
#include "Events/EventRouter.h"

Include dependency graph for MCNode.cc:

Go to the source code of this file.

Variables

const char defTailWagNodeName [] = "TailWagNode"
 name for TailWagNode to pass as template argument
const char defTailWagNodeDesc [] = "Wags the tail for as long as the state is active"
 description for TailWagNode to pass as template argument
const char defHeadPointerNodeName [] = "HeadPointerNode"
 name for HeadPointerNode to pass as template argument
const char defHeadPointerNodeDesc [] = "Manages a HeadPointerMC to look in a given direction each time the node is activated"
 description for HeadPointerNode to pass as template argument
const char defWalkNodeName [] = "WalkNode"
 name for WalkNode to pass as template argument
const char defWalkNodeDesc [] = "Manages a WalkMC node to walk in a direction each time the node is activated."
 description for WalkNode to pass as template argument


Variable Documentation

const char defHeadPointerNodeDesc[] = "Manages a HeadPointerMC to look in a given direction each time the node is activated"

description for HeadPointerNode to pass as template argument

const char defHeadPointerNodeName[] = "HeadPointerNode"

name for HeadPointerNode to pass as template argument

const char defTailWagNodeDesc[] = "Wags the tail for as long as the state is active"

description for TailWagNode to pass as template argument

Referenced by TailWagNode::TailWagNode().

const char defTailWagNodeName[] = "TailWagNode"

name for TailWagNode to pass as template argument

Referenced by TailWagNode::TailWagNode().

const char defWalkNodeDesc[] = "Manages a WalkMC node to walk in a direction each time the node is activated."

description for WalkNode to pass as template argument

const char defWalkNodeName[] = "WalkNode"

name for WalkNode to pass as template argument


Tekkotsu v3.0
Generated Wed Oct 4 00:04:16 2006 by Doxygen 1.4.7