Data Structures | Enumerations

app_main.h File Reference

Main include file. More...

This graph shows which files directly or indirectly include this file:

Data Structures

struct  PlusMinUserInterface
 Structure useful to drive volume and backlight and to store values. More...

Enumerations

enum  ValueAction { DECREMENT = '-', INCREMENT = '+' }
 

To facilitate the comparaison between '-' and '+'.

More...
enum  InterfaceType { BACKLIGHT = 'b', VOLUME = 'v' }
 

To facilitate the comparaison between backlight and volume.

More...

Detailed Description

Main include file.

Author:
KLK
Version:
1.0
Date:
March 10, 2011

This file contains all declarations necessary to drive correctly the volume and the backlight. This two features are simlilar. It contain also all global variables necessary to the application.


Enumeration Type Documentation

To facilitate the comparaison between backlight and volume.

Enumerator:
BACKLIGHT 

the character 'b' corresponds to the backlight

VOLUME 

the character 'v' corresponds to the volume

To facilitate the comparaison between '-' and '+'.

Enumerator:
DECREMENT 

the character '-' corresponds to decrease

INCREMENT 

the character '+' corresponds to increase