1Deprecated names(3)                 BrlAPI                 Deprecated names(3)
2
3
4

NAME

6       Deprecated names -
7
8   Data Structures
9       struct brlapi_writeStruct
10
11   Defines
12       #define brlapi_settings_t   brlapi_connectionSettings_t
13       #define BRLAPI_WRITESTRUCT_INITIALIZER
14           BRLAPI_WRITEARGUMENTS_INITIALIZER
15       #define brl_keycode_t   brlapi_keyCode_t
16       #define brl_type_t   brlapi_packetType_t
17       #define BRLCOMMANDS   NULL
18       #define BRL_KEYCODE_MAX   BRLAPI_KEY_MAX
19       #define brlapi_initializeConnection   brlapi_openConnection
20       #define brlapi_getTty   brlapi_enterTtyMode
21       #define brlapi_getTtyPath   brlapi_enterTtyModeWithPath
22       #define brlapi_leaveTty   brlapi_leaveTtyMode
23       #define brlapi_unignoreKeyRange   brlapi_acceptKeyRange
24       #define brlapi_unignoreKeySet   brlapi_acceptKeySet
25       #define brlapi_getRaw   brlapi_enterRawMode
26       #define brlapi_leaveRaw   brlapi_leaveRawMode
27       #define brlapi_suspend   brlapi_suspendDriver
28       #define brlapi_resume   brlapi_resumeDriver
29       #define BRLERR_SUCCESS   BRLAPI_ERROR_SUCCESS
30       #define BRLERR_NOMEM   BRLAPI_ERROR_NOMEM
31       #define BRLERR_TTYBUSY   BRLAPI_ERROR_TTYBUSY
32       #define BRLERR_DEVICEBUSY   BRLAPI_ERROR_DEVICEBUSY
33       #define BRLERR_UNKNOWN_INSTRUCTION   BRLAPI_ERROR_UNKNOWN_INSTRUCTION
34       #define BRLERR_ILLEGAL_INSTRUCTION   BRLAPI_ERROR_ILLEGAL_INSTRUCTION
35       #define BRLERR_INVALID_PARAMETER   BRLAPI_ERROR_INVALID_PARAMETER
36       #define BRLERR_INVALID_PACKET   BRLAPI_ERROR_INVALID_PACKET
37       #define BRLERR_CONNREFUSED   BRLAPI_ERROR_CONNREFUSED
38       #define BRLERR_OPNOTSUPP   BRLAPI_ERROR_OPNOTSUPP
39       #define BRLERR_GAIERR   BRLAPI_ERROR_GAIERR
40       #define BRLERR_LIBCERR   BRLAPI_ERROR_LIBCERR
41       #define BRLERR_UNKNOWNTTY   BRLAPI_ERROR_UNKNOWNTTY
42       #define BRLERR_PROTOCOL_VERSION   BRLAPI_ERROR_PROTOCOL_VERSION
43       #define BRLERR_EOF   BRLAPI_ERROR_EOF
44       #define BRLERR_EMPTYKEY   BRLAPI_ERROR_EMPTYKEY
45       #define BRLERR_DRIVERERROR   BRLAPI_ERROR_DRIVERERROR
46

Detailed Description

48       With version 0.5.0, BrlAPI is now provided through including <brlapi.h>
49       and got a big renaming pass. Old names are still available through
50       macros, but they are deprecated since they will get dropped in the next
51       release. This documentation is for you to know the new names.
52
53       For checking that you have completely switched to new names, just
54       define BRLAPI_NO_DEPRECATED: that will disable compatibility macros.
55

Define Documentation

57   #define BRL_KEYCODE_MAX   BRLAPI_KEY_MAX
58   #define brl_keycode_t   brlapi_keyCode_t
59   #define brl_type_t   brlapi_packetType_t
60   #define brlapi_getRaw   brlapi_enterRawMode
61   #define brlapi_getTty   brlapi_enterTtyMode
62   #define brlapi_getTtyPath   brlapi_enterTtyModeWithPath
63   #define brlapi_initializeConnection   brlapi_openConnection
64   #define brlapi_leaveRaw   brlapi_leaveRawMode
65   #define brlapi_leaveTty   brlapi_leaveTtyMode
66   #define brlapi_resume   brlapi_resumeDriver
67   #define brlapi_settings_t   brlapi_connectionSettings_t
68   #define brlapi_suspend   brlapi_suspendDriver
69   #define brlapi_unignoreKeyRange   brlapi_acceptKeyRange
70   #define brlapi_unignoreKeySet   brlapi_acceptKeySet
71   #define BRLAPI_WRITESTRUCT_INITIALIZER   BRLAPI_WRITEARGUMENTS_INITIALIZER
72   #define BRLCOMMANDS   NULL
73   #define BRLERR_CONNREFUSED   BRLAPI_ERROR_CONNREFUSED
74   #define BRLERR_DEVICEBUSY   BRLAPI_ERROR_DEVICEBUSY
75   #define BRLERR_DRIVERERROR   BRLAPI_ERROR_DRIVERERROR
76   #define BRLERR_EMPTYKEY   BRLAPI_ERROR_EMPTYKEY
77   #define BRLERR_EOF   BRLAPI_ERROR_EOF
78   #define BRLERR_GAIERR   BRLAPI_ERROR_GAIERR
79   #define BRLERR_ILLEGAL_INSTRUCTION   BRLAPI_ERROR_ILLEGAL_INSTRUCTION
80   #define BRLERR_INVALID_PACKET   BRLAPI_ERROR_INVALID_PACKET
81   #define BRLERR_INVALID_PARAMETER   BRLAPI_ERROR_INVALID_PARAMETER
82   #define BRLERR_LIBCERR   BRLAPI_ERROR_LIBCERR
83   #define BRLERR_NOMEM   BRLAPI_ERROR_NOMEM
84   #define BRLERR_OPNOTSUPP   BRLAPI_ERROR_OPNOTSUPP
85   #define BRLERR_PROTOCOL_VERSION   BRLAPI_ERROR_PROTOCOL_VERSION
86   #define BRLERR_SUCCESS   BRLAPI_ERROR_SUCCESS
87   #define BRLERR_TTYBUSY   BRLAPI_ERROR_TTYBUSY
88   #define BRLERR_UNKNOWN_INSTRUCTION   BRLAPI_ERROR_UNKNOWN_INSTRUCTION
89   #define BRLERR_UNKNOWNTTY   BRLAPI_ERROR_UNKNOWNTTY
90Version 1.0                       7 Oct 2009               Deprecated names(3)
Impressum