Generic Console interface.
Generic class to communicate with a console.
Definition in file fbconsole.h.
Classes | |
class | FBConsoleChannel |
Console data channel. More... | |
class | FBPropertyListConsoleChannel |
PropertyList: Data Channels. More... | |
class | FBConsole |
Console base class. More... | |
class | IJLCooper |
class | FBJLCooper |
JL Cooper interface class. More... | |
Namespaces | |
ORSDK2018 | |
Macros | |
#define | FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once... More... | |
#define | IJLCooper_Declare(IsPure) |
LCD screen related function. More... | |
Typedefs | |
typedef class FBPropertyBaseEnum< enum FBConsoleChannelType > | FBPropertyConsoleChannelType |
typedef class FBArrayTemplate< FBConsoleChannel * > | FBArrayConsoleChannel |
typedef IJLCooper * | HIJLCooper |
Enumerations | |
enum | FBConsoleChannelType { kFBConsoleNull, kFBConsoleButton, kFBConsoleSlider, kFBConsoleTransport, kFBConsoleEncoder, kFBConsoleKey, kFBConsoleDisplay, kFBConsoleJoystick } |
Console channel types. More... | |
Variables | |
const int | IJLCooperID = 100103033 |
#define FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once...
Definition at line 49 of file fbconsole.h.
#define IJLCooper_Declare | ( | IsPure | ) |
LCD screen related function.
Definition at line 203 of file fbconsole.h.