Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

direction Struct Reference

#include <PathPlanner.h>


Detailed Description

Definition at line 28 of file PathPlanner.h.

List of all members.

Public Types

enum  directions { N = 0, W = 1, S = 2, E = 3 }

Public Member Functions

 direction (unsigned int i)
 operator unsigned int () const
direction cw () const
direction ccw () const

Public Attributes

std::bitset< 2 > bitVal

Member Enumeration Documentation

enum directions
Enumerator:
N 
W 
S 
E 

Definition at line 32 of file PathPlanner.h.


Constructor & Destructor Documentation

direction ( unsigned int  i  ) 

Definition at line 30 of file PathPlanner.h.


Member Function Documentation

direction ccw (  )  const

Definition at line 34 of file PathPlanner.h.

Referenced by PathPlanner::findLinks().

direction cw (  )  const

Definition at line 33 of file PathPlanner.h.

Referenced by PathPlanner::findLinks().

operator unsigned int (  )  const

Definition at line 31 of file PathPlanner.h.


Member Data Documentation

std::bitset<2> bitVal

Definition at line 29 of file PathPlanner.h.

Referenced by direction::ccw(), direction::cw(), and direction::operator unsigned int().


The documentation for this struct was generated from the following file:

DualCoding 5.1CVS
Generated Fri Mar 16 05:23:52 2012 by Doxygen 1.6.3