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

LCDConstants.h

00001 #ifndef _LCD_CONSTANTS_H_
00002 #define _LCD_CONSTANTS_H_
00003 
00004 #include <string>
00005 
00006 const int LCD_MAXRECV = 200;
00007 
00025 const std::string LCD_HEARTBEAT_ON = "on";
00032 const std::string LCD_HEARTBEAT_OFF = "off";
00039 const std::string LCD_HEARTBEAT_OPEN = "open";
00040 
00047 const std::string LCD_BACKLIGHT_ON = "on";
00054 const std::string LCD_BACKLIGHT_OFF = "off";
00061 const std::string LCD_BACKLIGHT_OPEN = "open";
00068 const std::string LCD_BACKLIGHT_TOGGLE = "toggle";
00075 const std::string LCD_BACKLIGHT_BLINK = "blink";
00082 const std::string LCD_BACKLIGHT_FLASH = "flash";
00083 
00090 const std::string LCD_PRIORITY_HIDDEN = "hidden";
00097 const std::string LCD_PRIORITY_BACKGROUND = "background";
00104 const std::string LCD_PRIORITY_INFO = "info";
00111 const std::string LCD_PRIORITY_FOREGROUND = "foreground";
00118 const std::string LCD_PRIORITY_ALERT = "alert";
00125 const std::string LCD_PRIORITY_INPUT = "input";
00126 
00133 const std::string LCD_CURSOR_ON = "on";
00140 const std::string LCD_CURSOR_OFF = "off";
00147 const std::string LCD_CURSOR_UNDER = "under";
00154 const std::string LCD_CURSOR_BLOCK = "block";
00155 
00156 /* Icons values */
00157 
00158 const std::string LCD_ICON_BLOCK_FILLED = "BLOCK_FILLED";
00159 const std::string LCD_ICON_HEART_OPEN = "HEART_OPEN";
00160 const std::string LCD_ICON_HEART_FILLED = "HEART_FILLED";
00161 const std::string LCD_ICON_ARROW_UP = "ARROW_UP";
00162 const std::string LCD_ICON_ARROW_DOWN = "ARROW_DOWN";
00163 const std::string LCD_ICON_ARROW_LEFT = "ARROW_LEFT";
00164 const std::string LCD_ICON_ARROW_RIGHT = "ARROW_RIGHT";
00165 const std::string LCD_ICON_CHECKBOX_OFF = "CHECKBOX_OFF";
00166 const std::string LCD_ICON_CHECKBOX_ON = "CHECKBOX_ON";
00167 const std::string LCD_ICON_CHECKBOX_GRAY = "CHECKBOX_GRAY";
00168 const std::string LCD_ICON_SELECTOR_AT_LEFT = "SELECTOR_AT_LEFT";
00169 const std::string LCD_ICON_SELECTOR_AT_RIGHT = "SELECTOR_AT_RIGHT";
00170 const std::string LCD_ICON_ELLIPSIS = "ELLIPSIS";
00171 const std::string LCD_ICON_PAUSE = "PAUSE";
00172 const std::string LCD_ICON_PLAY = "PLAY";
00173 const std::string LCD_ICON_PLAYR = "PLAYR";
00174 const std::string LCD_ICON_FF = "FF";
00175 const std::string LCD_ICON_FR = "FR";
00176 const std::string LCD_ICON_NEXT = "NEXT";
00177 const std::string LCD_ICON_PREV = "PREV";
00178 const std::string LCD_ICON_REC = "REC";
00179 
00180 
00181 /* Error messages */
00182 
00183 const std::string LCD_SOCKET_CREATION_ERROR = "Error during socket creation";
00184 const std::string LCD_SOCKET_NOT_SUPPORTED = "Network type not supported";
00185 const std::string LCD_SOCKET_CONNECTION_ERROR = "Error during socket connection";
00186 const std::string LCD_SOCKET_SEND_ERROR = "Error sending data";
00187 const std::string LCD_SOCKET_RECV_ERROR = "Error receiving data";
00188 const std::string LCD_SOCKET_NOT_CONNECTED = "Socket not connected";
00189 
00190 
00191 const int LCD_BIG_NUMBER_SEPARATOR = 10;
00192 
00193 #endif

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