Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Examples

Screen constants
[Constants]


Detailed Description

Constants used with LCDScreen class


Variables

const std::string LCD_HEARTBEAT_ON = "on"
 For LCDScreen::setHeartBeat.

const std::string LCD_HEARTBEAT_OFF = "off"
 For LCDScreen::setHeartBeat.

const std::string LCD_HEARTBEAT_OPEN = "open"
 For LCDScreen::setHeartBeat.

const std::string LCD_BACKLIGHT_ON = "on"
 For LCDScreen::setBackLight and LCDClient::setBackLight.

const std::string LCD_BACKLIGHT_OFF = "off"
 For LCDScreen::setBackLight and LCDClient::setBackLight.

const std::string LCD_BACKLIGHT_OPEN = "open"
 For LCDScreen::setBackLight and LCDClient::setBackLight.

const std::string LCD_BACKLIGHT_TOGGLE = "toggle"
 For LCDScreen::setBackLight and LCDClient::setBackLight.

const std::string LCD_BACKLIGHT_BLINK = "blink"
 For LCDScreen::setBackLight and LCDClient::setBackLight.

const std::string LCD_BACKLIGHT_FLASH = "flash"
 For LCDScreen::setBackLight and LCDClient::setBackLight.

const std::string LCD_PRIORITY_HIDDEN = "hidden"
 For LCDScreen::setPriority.

const std::string LCD_PRIORITY_BACKGROUND = "background"
 For LCDScreen::setPriority.

const std::string LCD_PRIORITY_INFO = "info"
 For LCDScreen::setPriority.

const std::string LCD_PRIORITY_FOREGROUND = "foreground"
 For LCDScreen::setPriority.

const std::string LCD_PRIORITY_ALERT = "alert"
 For LCDScreen::setPriority.

const std::string LCD_PRIORITY_INPUT = "input"
 For LCDScreen::setPriority.

const std::string LCD_CURSOR_ON = "on"
 For LCDScreen::setCursor.

const std::string LCD_CURSOR_OFF = "off"
 For LCDScreen::setCursor.

const std::string LCD_CURSOR_UNDER = "under"
 For LCDScreen::setCursor.

const std::string LCD_CURSOR_BLOCK = "block"
 For LCDScreen::setCursor.


Variable Documentation

const std::string LCD_BACKLIGHT_BLINK = "blink"
 

Used with LCDScreen::setBackLight and LCDClient::setBackLight to make the LCD backlight blink slowly.

Definition at line 75 of file LCDConstants.h.

const std::string LCD_BACKLIGHT_FLASH = "flash"
 

Used with LCDScreen::setBackLight and LCDClient::setBackLight to make the LCD backlight blink quickly.

Definition at line 82 of file LCDConstants.h.

const std::string LCD_BACKLIGHT_OFF = "off"
 

Used with LCDScreen::setBackLight and LCDClient::setBackLight to disable the LCD backlight.

Definition at line 54 of file LCDConstants.h.

const std::string LCD_BACKLIGHT_ON = "on"
 

Used with LCDScreen::setBackLight and LCDClient::setBackLight to enable the LCD backlight.

Definition at line 47 of file LCDConstants.h.

const std::string LCD_BACKLIGHT_OPEN = "open"
 

Used with LCDScreen::setBackLight and LCDClient::setBackLight to let the other elements control the LCD backlight.

Definition at line 61 of file LCDConstants.h.

const std::string LCD_BACKLIGHT_TOGGLE = "toggle"
 

Used with LCDScreen::setBackLight and LCDClient::setBackLight to toggle the LCD backlight.

Definition at line 68 of file LCDConstants.h.

const std::string LCD_CURSOR_BLOCK = "block"
 

Used with LCDScreen::setCursor to make the cursor look as a block character (if available on hardware).

Definition at line 154 of file LCDConstants.h.

const std::string LCD_CURSOR_OFF = "off"
 

Used with LCDScreen::setCursor to make the cursor invisible.

Definition at line 140 of file LCDConstants.h.

const std::string LCD_CURSOR_ON = "on"
 

Used with LCDScreen::setCursor to make the cursor visible.

Definition at line 133 of file LCDConstants.h.

const std::string LCD_CURSOR_UNDER = "under"
 

Used with LCDScreen::setCursor to make the cursor look as an underline character (if available on hardware).

Definition at line 147 of file LCDConstants.h.

const std::string LCD_HEARTBEAT_OFF = "off"
 

Used with LCDScreen::setHeartBeat to disable the heart beat.

Definition at line 32 of file LCDConstants.h.

const std::string LCD_HEARTBEAT_ON = "on"
 

Used with LCDScreen::setHeartBeat to enable the heart beat.

Definition at line 25 of file LCDConstants.h.

const std::string LCD_HEARTBEAT_OPEN = "open"
 

Used with LCDScreen::setHeartBeat to let other elements decide of the heart state.

Definition at line 39 of file LCDConstants.h.

const std::string LCD_PRIORITY_ALERT = "alert"
 

Used with LCDScreen::setPriority to set to "alert" priority of this screen. Used to display important messages.

Definition at line 118 of file LCDConstants.h.

const std::string LCD_PRIORITY_BACKGROUND = "background"
 

Used with LCDScreen::setPriority to set to "background" priority of this screen. It will only be shown if no normal screen exist.

Definition at line 97 of file LCDConstants.h.

const std::string LCD_PRIORITY_FOREGROUND = "foreground"
 

Used with LCDScreen::setPriority to set to "foreground" priority of this screen. The screen is considered as the active one.

Definition at line 111 of file LCDConstants.h.

const std::string LCD_PRIORITY_HIDDEN = "hidden"
 

Used with LCDScreen::setPriority to set to "hidden" priority of this screen. It will then never be shown.

Definition at line 90 of file LCDConstants.h.

const std::string LCD_PRIORITY_INFO = "info"
 

Used with LCDScreen::setPriority to set to "info" priority of this screen. It is the default priority.

Definition at line 104 of file LCDConstants.h.

const std::string LCD_PRIORITY_INPUT = "input"
 

Used with LCDScreen::setPriority to set to "input" priority of this screen. For screens waiting for user input.

Definition at line 125 of file LCDConstants.h.


Generated on Wed Aug 4 19:39:11 2004 for LCDApi by doxygen 1.3.6