TestDoxygen  1.0.21
Test for Doxygen
Defines
TestMAX7456/options.h File Reference

Program options Created JR 111010 MRU JR 111010. More...

Go to the source code of this file.

Defines

#define RECEIVER   0
#define SIMULATOR   1
#define SVEN_DEFS   0
#define JR_DEFS   1
#define XMEGA_DEFS   2
#define NO_OSD   0
#define SW_OSD   1
#define MAX7456OSD   2
#define DOGM161   0
#define DOGM162   1
#define DOGM163   2
#define DOGM81   3
#define DOGM8BIT   0
#define DOGM4BIT   1
#define DOGMSPI   2
#define DOGM5V   0
#define DOGM33V   1
#define GARMINLVC18x   0

Detailed Description

Program options Created JR 111010 MRU JR 111010.

If there is only one setting for a symbol, use #define
Example: #define GPS
In source files:
#ifdef GPS
.... code
#endif // GPS

If there are more than one settings for a symbol use #define SYMBOL OPTION
Example:
#define RECEIVER 0L
#define PGMFUNCTION RECEIVER
In sources:
#if (PGMFUNCTION == RECEIVER)
...code #endif // PGMFUNCTION == RECEIVER
NO COMMENTS after the value definition, which must be an integer expression


Define Documentation

#define DOGM161   0

DOGMTYPE values, DOGM161

#define DOGM162   1

DOGM162

#define DOGM163   2

DOGM163

#define DOGM33V   1

3.3V supply

#define DOGM4BIT   1

4-bit

#define DOGM5V   0

DOGMSUPPLY values, 5V supply

#define DOGM81   3

DOGM81

#define DOGM8BIT   0

DOGMINTERFACE values, 8-bit

#define DOGMSPI   2

What EA calls SPI, but isn't

#define GARMINLVC18x   0

GPS receiver model, Garmin LVC 18x

#define JR_DEFS   1

JR first prototype hardware

#define MAX7456OSD   2

MAX7456 VTI

#define NO_OSD   0

VTIDEVICE

No VTI

#define RECEIVER   0

PGMFUNCTION

Receive GPS and or LW

#define SIMULATOR   1

Simulate GPS and or LW

#define SVEN_DEFS   0

HARDWARE

Sven's hardware

#define SW_OSD   1

Software VTI

#define XMEGA_DEFS   2

JR ATxmega hardware

 All Data Structures Files Functions Variables Enumerations Defines