~ubuntu-branches/ubuntu/karmic/brltty/karmic

« back to all changes in this revision

Viewing changes to Documents/BrlAPIref/man/man3/brlapi_packet_t.3

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-05-28 09:56:12 UTC
  • mfrom: (1.1.7 upstream) (2.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20090528095612-yt0urjjk7mdghsro
Tags: 4.0-6ubuntu1
* Merge from debian unstable, remaining changes:
  - Conflicts: libbrlapi, libbrlapi-dev, libbrlapi1-dev.
  - Add brltty-setup, installed in both the udeb and the normal system.
  - Add initramfs integration to run brltty-setup if necessary before
    usplash starts.
  - Add ubiquity integration to propagate any brltty configuration to the
    target system.
  - Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
    package as well.
  - Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set
    by the installer if brltty is configured; add a NEWS entry for
    upgraders.
  - Install udev rules with the same name (85-brltty.rules) in the udeb as
    in the deb.
  - Only copy the brltty config file from the initramfs if the md5sum differs.
  - Change maintainer to Ubuntu Accessibility Developers
    <ubuntu-accessibility-devel@lists.ubuntu.com>
  - Disable BrlTTY grabbing devices that use the FTDI USB to serial chip.
  - Remove the dh-lisp build-dependency, remove the cl-brlapi package, and
    adjust the brltty package description accordingly. dh-lisp is not
    in main.
  - Do not build the speechd package, speech-dispatcher is not in main.
  - Build for python 2.6.
  - Build against openjdk in Ubuntu.
  - Put udev rules file in /lib/udev/rules.d.
  - Enable brltty at startup on the target system if the alternate installer
    is used.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH "brlapi_packet_t" 3 "15 May 2009" "Version 1.0" "BrlAPI" \" -*- nroff -*-
 
2
.ad l
 
3
.nh
 
4
.SH NAME
 
5
brlapi_packet_t \- 
 
6
.SH SYNOPSIS
 
7
.br
 
8
.PP
 
9
\fC#include <brlapi_protocol.h>\fP
 
10
.PP
 
11
.SS "Data Fields"
 
12
 
 
13
.in +1c
 
14
.ti -1c
 
15
.RI "unsigned char \fBdata\fP [BRLAPI_MAXPACKETSIZE]"
 
16
.br
 
17
.ti -1c
 
18
.RI "\fBbrlapi_versionPacket_t\fP \fBversion\fP"
 
19
.br
 
20
.ti -1c
 
21
.RI "\fBbrlapi_authClientPacket_t\fP \fBauthClient\fP"
 
22
.br
 
23
.ti -1c
 
24
.RI "\fBbrlapi_authServerPacket_t\fP \fBauthServer\fP"
 
25
.br
 
26
.ti -1c
 
27
.RI "\fBbrlapi_errorPacket_t\fP \fBerror\fP"
 
28
.br
 
29
.ti -1c
 
30
.RI "\fBbrlapi_getDriverSpecificModePacket_t\fP \fBgetDriverSpecificMode\fP"
 
31
.br
 
32
.ti -1c
 
33
.RI "\fBbrlapi_writeArgumentsPacket_t\fP \fBwriteArguments\fP"
 
34
.br
 
35
.ti -1c
 
36
.RI "uint32_t \fBuint32\fP"
 
37
.br
 
38
.in -1c
 
39
.SH "Detailed Description"
 
40
.PP 
 
41
Type for packets. Should be used instead of a mere char[], since it has correct alignment requirements. 
 
42
.PP
 
43
.SH "Field Documentation"
 
44
.PP 
 
45
.SS "unsigned char \fBbrlapi_packet_t::data\fP[BRLAPI_MAXPACKETSIZE]"
 
46
.PP
 
47
.SS "\fBbrlapi_versionPacket_t\fP \fBbrlapi_packet_t::version\fP"
 
48
.PP
 
49
.SS "\fBbrlapi_authClientPacket_t\fP \fBbrlapi_packet_t::authClient\fP"
 
50
.PP
 
51
.SS "\fBbrlapi_authServerPacket_t\fP \fBbrlapi_packet_t::authServer\fP"
 
52
.PP
 
53
.SS "\fBbrlapi_errorPacket_t\fP \fBbrlapi_packet_t::error\fP"
 
54
.PP
 
55
.SS "\fBbrlapi_getDriverSpecificModePacket_t\fP \fBbrlapi_packet_t::getDriverSpecificMode\fP"
 
56
.PP
 
57
.SS "\fBbrlapi_writeArgumentsPacket_t\fP \fBbrlapi_packet_t::writeArguments\fP"
 
58
.PP
 
59
.SS "uint32_t \fBbrlapi_packet_t::uint32\fP"
 
60
.PP
 
61
 
 
62
 
 
63
.SH "Author"
 
64
.PP 
 
65
Generated automatically by Doxygen for BrlAPI from the source code.