brlapi_deprecated - Deprecated names
Contents
Detailed Description
With version 0.5.0, BrlAPI is now provided through including <brlapi.h> and got a big renaming pass. Old
names are still available through macros, but they are deprecated since they will get dropped in the next
release. This documentation is for you to know the new names.
For checking that you have completely switched to new names, just define BRLAPI_NO_DEPRECATED: that will
disable compatibility macros.
Macro Definition Documentation
#defineBRL_KEYCODE_MAXBRLAPI_KEY_MAX#definebrl_keycode_tbrlapi_keyCode_t#definebrl_type_tbrlapi_packetType_t#definebrlapi_getRawbrlapi_enterRawMode#definebrlapi_getTtybrlapi_enterTtyMode#definebrlapi_getTtyPathbrlapi_enterTtyModeWithPath#definebrlapi_initializeConnectionbrlapi_openConnection#definebrlapi_leaveRawbrlapi_leaveRawMode#definebrlapi_leaveTtybrlapi_leaveTtyMode#definebrlapi_resumebrlapi_resumeDriver#definebrlapi_settings_tbrlapi_connectionSettings_t#definebrlapi_suspendbrlapi_suspendDriver#definebrlapi_unignoreKeyRangebrlapi_acceptKeyRange#definebrlapi_unignoreKeySetbrlapi_acceptKeySet#defineBRLAPI_WRITESTRUCT_INITIALIZERBRLAPI_WRITEARGUMENTS_INITIALIZER#defineBRLCOMMANDSNULL#defineBRLERR_CONNREFUSEDBRLAPI_ERROR_CONNREFUSED#defineBRLERR_DEVICEBUSYBRLAPI_ERROR_DEVICEBUSY#defineBRLERR_DRIVERERRORBRLAPI_ERROR_DRIVERERROR#defineBRLERR_EMPTYKEYBRLAPI_ERROR_EMPTYKEY#defineBRLERR_EOFBRLAPI_ERROR_EOF#defineBRLERR_GAIERRBRLAPI_ERROR_GAIERR#defineBRLERR_ILLEGAL_INSTRUCTIONBRLAPI_ERROR_ILLEGAL_INSTRUCTION#defineBRLERR_INVALID_PACKETBRLAPI_ERROR_INVALID_PACKET#defineBRLERR_INVALID_PARAMETERBRLAPI_ERROR_INVALID_PARAMETER#defineBRLERR_LIBCERRBRLAPI_ERROR_LIBCERR#defineBRLERR_NOMEMBRLAPI_ERROR_NOMEM#defineBRLERR_OPNOTSUPPBRLAPI_ERROR_OPNOTSUPP#defineBRLERR_PROTOCOL_VERSIONBRLAPI_ERROR_PROTOCOL_VERSION#defineBRLERR_SUCCESSBRLAPI_ERROR_SUCCESS#defineBRLERR_TTYBUSYBRLAPI_ERROR_TTYBUSY#defineBRLERR_UNKNOWN_INSTRUCTIONBRLAPI_ERROR_UNKNOWN_INSTRUCTION#defineBRLERR_UNKNOWNTTYBRLAPI_ERROR_UNKNOWNTTY
Name
brlapi_deprecated - Deprecated names
Synopsis
DataStructures
struct brlapi_writeStructMacros
#define brlapi_settings_tbrlapi_connectionSettings_t
#define BRLAPI_WRITESTRUCT_INITIALIZERBRLAPI_WRITEARGUMENTS_INITIALIZER
#define brl_keycode_tbrlapi_keyCode_t
#define brl_type_tbrlapi_packetType_t
#define BRLCOMMANDS NULL
#define BRL_KEYCODE_MAXBRLAPI_KEY_MAX
#define brlapi_initializeConnectionbrlapi_openConnection
#define brlapi_getTtybrlapi_enterTtyMode
#define brlapi_getTtyPathbrlapi_enterTtyModeWithPath
#define brlapi_leaveTtybrlapi_leaveTtyMode
#define brlapi_unignoreKeyRange brlapi_acceptKeyRange
#define brlapi_unignoreKeySet brlapi_acceptKeySet
#define brlapi_getRawbrlapi_enterRawMode
#define brlapi_leaveRawbrlapi_leaveRawMode
#define brlapi_suspendbrlapi_suspendDriver
#define brlapi_resumebrlapi_resumeDriver
#define BRLERR_SUCCESSBRLAPI_ERROR_SUCCESS
#define BRLERR_NOMEMBRLAPI_ERROR_NOMEM
#define BRLERR_TTYBUSYBRLAPI_ERROR_TTYBUSY
#define BRLERR_DEVICEBUSYBRLAPI_ERROR_DEVICEBUSY
#define BRLERR_UNKNOWN_INSTRUCTIONBRLAPI_ERROR_UNKNOWN_INSTRUCTION
#define BRLERR_ILLEGAL_INSTRUCTIONBRLAPI_ERROR_ILLEGAL_INSTRUCTION
#define BRLERR_INVALID_PARAMETERBRLAPI_ERROR_INVALID_PARAMETER
#define BRLERR_INVALID_PACKETBRLAPI_ERROR_INVALID_PACKET
#define BRLERR_CONNREFUSEDBRLAPI_ERROR_CONNREFUSED
#define BRLERR_OPNOTSUPPBRLAPI_ERROR_OPNOTSUPP
#define BRLERR_GAIERRBRLAPI_ERROR_GAIERR
#define BRLERR_LIBCERRBRLAPI_ERROR_LIBCERR
#define BRLERR_UNKNOWNTTYBRLAPI_ERROR_UNKNOWNTTY
#define BRLERR_PROTOCOL_VERSIONBRLAPI_ERROR_PROTOCOL_VERSION
#define BRLERR_EOFBRLAPI_ERROR_EOF
#define BRLERR_EMPTYKEYBRLAPI_ERROR_EMPTYKEY
#define BRLERR_DRIVERERRORBRLAPI_ERROR_DRIVERERROR
