envPosition Struct Reference

#include <global.h>

Public Member Functions

 envPosition ()
 envPosition (unsigned int _x, unsigned int _y)

Data Fields

unsigned int x
unsigned int y

Detailed Description

defines a state in the environment

Definition at line 84 of file global.h.


Constructor & Destructor Documentation

envPosition::envPosition ( unsigned int  _x,
unsigned int  _y 
) [inline]

Definition at line 88 of file global.h.

References x, and y.

00088                                                    {
00089           this->x = _x;
00090           this->y = _y;
00091      }

envPosition::envPosition (  )  [inline]

Definition at line 92 of file global.h.

00092 {};


Field Documentation

unsigned int envPosition::x
unsigned int envPosition::y

The documentation for this struct was generated from the following file:
Generated on Fri Oct 8 17:10:10 2010 for Crawling Robot Microcontroller Software by  doxygen 1.6.3