Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
Kodu::KoduActionMotion Class ReferenceKodu Action Motion (derived from Kodu Action). More...
Inheritance diagram for Kodu::KoduActionMotion:
Detailed DescriptionKodu Action Motion (derived from Kodu Action). Definition at line 91 of file KoduActionMotion.h.
Member Enumeration DocumentationHelps set the speed of a particular motion type. Definition at line 106 of file KoduActionMotion.h. The different types of move and turn movements.
Definition at line 94 of file KoduActionMotion.h. Constructor & Destructor Documentation
Constructor #1. ================================= Kodu Action Motion ================================= /// Definition at line 127 of file KoduActionMotion.cc.
Constructor #2. Definition at line 151 of file KoduActionMotion.cc.
Copy constructor. Definition at line 160 of file KoduActionMotion.cc.
Destructor. Definition at line 169 of file KoduActionMotion.cc. Member Function Documentation
Returns the motion command. Definition at line 185 of file KoduActionMotion.cc.
Returns the motion type. Definition at line 280 of file KoduActionMotion.cc.
Returns true if the motion type (action) is "move". Definition at line 284 of file KoduActionMotion.cc.
Returns true if the motion type (action) is "turn". Definition at line 288 of file KoduActionMotion.cc.
Assignment operator. Definition at line 174 of file KoduActionMotion.cc.
Used to reinitialize certain variables (e.g. when switching to another page). Reimplemented from Kodu::KoduAction. Definition at line 292 of file KoduActionMotion.cc. Member Data DocumentationUsed to generate constant or random angle values. Definition at line 147 of file KoduActionMotion.h. Referenced by getMotionCommand(), KoduActionMotion(), and operator=(). The direction the robot wants to face (north, west, etc.). Definition at line 153 of file KoduActionMotion.h. Referenced by getMotionCommand(), and operator=(). Used to generate constant or random distance values. Definition at line 150 of file KoduActionMotion.h. Referenced by getMotionCommand(), KoduActionMotion(), and operator=(). States what type of movement the robot will do. Definition at line 144 of file KoduActionMotion.h. Referenced by getMotionCommand(), getMotionType(), motionTypeIsMove(), motionTypeIsTurn(), and operator=(). The documentation for this class was generated from the following files: |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:23 2016 by Doxygen 1.6.3 |