JL Cooper interface class.
Small API to interface a tool with a JLCooper console.
Definition at line 226 of file fbconsole.h.
#include <fbconsole.h>
Public Member Functions | |
FBJLCooper (int pIndex=0) | |
Constructor. | |
virtual void | LCDClearScreen () K_IMPLEMENTATION |
Clear LCD screen. | |
virtual void | LCDSendString (const char *pMessage, int pX=0, int pY=0) K_IMPLEMENTATION |
Send a string to the LCD screen. | |
virtual void | LCDSendChar (char pChar, int pX=0, int pY=0) K_IMPLEMENTATION |
Send a string to the LCD screen. | |
virtual void | LCDSetCursorBlink (bool pState=true) K_IMPLEMENTATION |
Blinking cursor. | |
virtual void | TCSetTime (FBTime pTime) K_IMPLEMENTATION |
Set time. |
FBJLCooper | ( | int | pIndex = 0 | ) |
Constructor.
pIndex | Index value (default is 0). |
virtual void LCDClearScreen | ( | ) | [virtual] |
Clear LCD screen.
virtual void LCDSendString | ( | const char * | pMessage, |
int | pX = 0 , |
||
int | pY = 0 |
||
) | [virtual] |
Send a string to the LCD screen.
virtual void LCDSendChar | ( | char | pChar, |
int | pX = 0 , |
||
int | pY = 0 |
||
) | [virtual] |
Send a string to the LCD screen.
virtual void LCDSetCursorBlink | ( | bool | pState = true | ) | [virtual] |
Blinking cursor.
virtual void TCSetTime | ( | FBTime | pTime | ) | [virtual] |
Set time.