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 () Implementationvirtual void LCDSendString(char *pMessage |
| Clear LCD screen. |
|
Public Attributes |
|
| virtual void int | pX = 0 |
| virtual void int int | pY = 0 ) Implementation virtual void LCDSendChar ( char pChar, int pX = 0, int pY = 0 ) Implementation virtual void LCDSetCursorBlink ( bool pState = true ) Implementation virtual void TCSetTime ( FBTime pTime ) Implementation |
| FBJLCooper | ( | int | pIndex = 0 |
) |
Constructor.
| pIndex | Index value (default is 0). |
| virtual void LCDClearScreen | ( | ) | [virtual] |
| virtual void int pX = 0 |
Definition at line 236 of file fbconsole.h.
| virtual void int int pY = 0 ) Implementation virtual void LCDSendChar ( char pChar, int pX = 0, int pY = 0 ) Implementation virtual void LCDSetCursorBlink ( bool pState = true ) Implementation virtual void TCSetTime ( FBTime pTime ) Implementation |
Definition at line 236 of file fbconsole.h.