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 Wed Nov 25 11:27:44 2009 for Crawling Robot Microcontroller Software by  doxygen 1.5.5