HOG2
|
#include <RoboticArm.h>
Public Member Functions | |
armRotations () | |
tRotation | GetRotation (int which) const |
void | SetRotation (int which, tRotation dir) |
Public Attributes | |
uint16_t | rotations |
Definition at line 69 of file RoboticArm.h.
|
inline |
Definition at line 71 of file RoboticArm.h.
tRotation armRotations::GetRotation | ( | int | which | ) | const |
Definition at line 15 of file RoboticArm.cpp.
References kNoRotation, kRotateCCW, kRotateCW, and rotations.
Referenced by RoboticArm::ApplyAction(), and RoboticArm::InvertAction().
void armRotations::SetRotation | ( | int | which, |
tRotation | dir | ||
) |
Definition at line 26 of file RoboticArm.cpp.
References kNoRotation, kRotateCCW, kRotateCW, and rotations.
Referenced by ArmToTipHeuristic::GenerateHeuristicSub(), ArmToTipHeuristic::GenerateTipPositionTables(), RoboticArm::GetAction(), RoboticArm::GetActions(), RoboticArm::GetSuccessors(), and RoboticArm::InvertAction().
uint16_t armRotations::rotations |
Definition at line 73 of file RoboticArm.h.
Referenced by RoboticArm::GetActionHash(), GetRotation(), operator==(), and SetRotation().