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

#define BRL_KEYCODE_MAX \fBBRLAPI_KEY_MAX\fP

#define brl_keycode_t \fBbrlapi_keyCode_t\fP

#define brl_type_t \fBbrlapi_packetType_t\fP

#define brlapi_getRaw \fBbrlapi_enterRawMode\fP

#define brlapi_getTty \fBbrlapi_enterTtyMode\fP

#define brlapi_getTtyPath \fBbrlapi_enterTtyModeWithPath\fP

#define brlapi_initializeConnection \fBbrlapi_openConnection\fP

#define brlapi_leaveRaw \fBbrlapi_leaveRawMode\fP

#define brlapi_leaveTty \fBbrlapi_leaveTtyMode\fP

#define brlapi_resume \fBbrlapi_resumeDriver\fP

#define brlapi_settings_t \fBbrlapi_connectionSettings_t\fP

#define brlapi_suspend \fBbrlapi_suspendDriver\fP

#define brlapi_unignoreKeyRange brlapi_acceptKeyRange

#define brlapi_unignoreKeySet brlapi_acceptKeySet

#define BRLAPI_WRITESTRUCT_INITIALIZER \fBBRLAPI_WRITEARGUMENTS_INITIALIZER\fP

#define BRLCOMMANDS NULL

#define BRLERR_CONNREFUSED \fBBRLAPI_ERROR_CONNREFUSED\fP

#define BRLERR_DEVICEBUSY \fBBRLAPI_ERROR_DEVICEBUSY\fP

#define BRLERR_DRIVERERROR \fBBRLAPI_ERROR_DRIVERERROR\fP

#define BRLERR_EMPTYKEY \fBBRLAPI_ERROR_EMPTYKEY\fP

#define BRLERR_EOF \fBBRLAPI_ERROR_EOF\fP

#define BRLERR_GAIERR \fBBRLAPI_ERROR_GAIERR\fP

#define BRLERR_ILLEGAL_INSTRUCTION \fBBRLAPI_ERROR_ILLEGAL_INSTRUCTION\fP

#define BRLERR_INVALID_PACKET \fBBRLAPI_ERROR_INVALID_PACKET\fP

#define BRLERR_INVALID_PARAMETER \fBBRLAPI_ERROR_INVALID_PARAMETER\fP

#define BRLERR_LIBCERR \fBBRLAPI_ERROR_LIBCERR\fP

#define BRLERR_NOMEM \fBBRLAPI_ERROR_NOMEM\fP

#define BRLERR_OPNOTSUPP \fBBRLAPI_ERROR_OPNOTSUPP\fP

#define BRLERR_PROTOCOL_VERSION \fBBRLAPI_ERROR_PROTOCOL_VERSION\fP

#define BRLERR_SUCCESS \fBBRLAPI_ERROR_SUCCESS\fP

#define BRLERR_TTYBUSY \fBBRLAPI_ERROR_TTYBUSY\fP

#define BRLERR_UNKNOWN_INSTRUCTION \fBBRLAPI_ERROR_UNKNOWN_INSTRUCTION\fP

#define BRLERR_UNKNOWNTTY \fBBRLAPI_ERROR_UNKNOWNTTY\fP

Author

Generated automatically by Doxygen for BrlAPI from the source code.