Go to the source code of this file.
Data Structures | |
struct | measuretype |
Defines | |
#define | ROBOT /*!< defined for the ir.c - actual no use */ |
#define | IRCONT /*!< steer by IR */ |
#define | SCRIPT /*!< basic scripting functions: drive, play, loops */ |
#define | SCRIPT2 /*!< further scripting functions: register, conditions */ |
#define | PROGRAMMING /*!< programming features: Station can program IR-Data and script */ |
#define | BEHAVIOUR /*!< simple behaviour, drive around, flee if hold and sleep at night */ |
#define | _NOP asm volatile ("nop\n\t"::) /*!< one NOP operation */ |
Typedefs | |
typedef unsigned char | u08 |
8 bit unsigned | |
typedef unsigned int | u16 |
16 bit unsigned | |
typedef signed char | s08 |
8 bit signed | |
typedef signed int | s16 |
16 bit signed | |
Enumerations | |
enum | modtype { boredom, sleep, connected, searching, flee, empty, script, ircont, radar, ir_s, ir_r, irstring_s } |
enum | admodtype { none, irstation, irfr2, irpos, light, vcc, vcco } |
Variables | |
enum modtype | modus |
enum modtype | oldmodus |
enum modtype | oldmodus2 |
enum admodtype | admodus |
Holds the value of the acutal ad-conversation. | |
measuretype | measuremodus [13] |
Definition in file basic.h.
|
one NOP operation Definition at line 29 of file basic.h. Referenced by main(). |
|
simple behaviour, drive around, flee if hold and sleep at night |
|
steer by IR |
|
programming features: Station can program IR-Data and script |
|
defined for the ir.c - actual no use |
|
basic scripting functions: drive, play, loops |
|
further scripting functions: register, conditions |
|
|