Generic class to communicate with a console.
Definition in file fbconsole.h.
#include <kaydaradef.h>
#include <fbsdk/fbcomponent.h>

Go to the source code of this file.
Classes |
|
| class | FBConsoleChannel |
| Console data channel. More... |
|
| class | FBPropertyListConsoleChannel |
| PropertyList: Data Channels. More... |
|
| class | FBConsole |
| Console class. More... |
|
| class | FBJLCooper |
| JL Cooper interface class. More... |
|
Defines |
|
| #define | FBSDK_DLL K_DLLIMPORT |
| Be sure that FBSDK_DLL is defined only once.
|
|
| #define | IJLCooper_Declare(IsPure) |
| LCD screen related function. |
|
Enumerations |
|
| enum | FBConsoleChannelType
{ kFBConsoleNull, kFBConsoleButton, kFBConsoleSlider, kFBConsoleTransport, kFBConsoleEncoder, kFBConsoleKey, kFBConsoleDisplay, kFBConsoleJoystick } |
| Console channel types. More... |
|
| #define FBSDK_DLL K_DLLIMPORT |
| #define IJLCooper_Declare | ( | IsPure | ) |
Value:
public:\ /* LCD screen */ \ \ virtual void LCDClearScreen ( ) IsPure \ \ virtual void LCDSendString ( char* pMessage, int pX = 0, int pY = 0 ) IsPure \ \ virtual void LCDSendChar ( char pChar, int pX = 0, int pY = 0 ) IsPure \ \ virtual void LCDSetCursorBlink ( bool pState = true ) IsPure \ /* TimeCode */ \ \ virtual void TCSetTime ( FBTime pTime ) IsPure \
Definition at line 204 of file fbconsole.h.
| enum FBConsoleChannelType |
Console channel types.
Definition at line 59 of file fbconsole.h.