Fixed DevStudio 2005 build.
[opal.git] / opal.dxx
blob90bbdb48939f709a0e4a96a09c7ad718e0040151
1 /**@name OPAL  -  Open Phone Abstraction Library 
3         This is a Open Source class library for the development of applications
4         that wish to use multiple protocols, eg H.323 or SIP, for multi-media
5         communications.
7 @memo   A Class Libarary implementing several telephony protocols.
8 @version 1.1beta2
9 @author Equivalence Pty. Ltd.
12 // $Log$
13 // Revision 2.4  2006/04/08 01:07:08  rjongbloed
14 // Add some documentation
16 // Revision 2.3  2002/02/11 03:24:17  dereks
17 // Add SIP to list of include files.
19 // Revision 2.2  2002/02/11 02:27:54  dereks
20 // Adjust format of CVS logging command.
22 // Revision 2.1  2002/02/11 02:17:21  dereks
23 // Adjust include file list.
26 //@{
28 /**@name Introduction
29 \begin{center}
30         {\Large{\bf Open Phone Abstraction Library}}
31 \end{center}
33 OPAL is an Open Source class library for the development of applications that
34 wish to use multiple protocols, eg H.323 or SIP, for multi-media
35 communications.
39 /**@name Architecture
40 <A REF=docs/overview.html>Overview
44 /**@name        Using OPAL
45 Detailed tutorials will be forthcoming.
47 @memo   Brief examples.
50 /**@name        Class Reference
52 @memo   Documentation on all classes.
53   */
54     //@{
55         //@Include: include/h323/h323.h
56         //@Include: include/h323/h323ep.h
57         //@Include: include/h323/h323con.h
58         //@Include: include/h323/channels.h
59         //@Include: include/h323/gkclient.h
60         //@Include: include/h323/gkserver.h
61         //@Include: include/h323/h225ras.h
62         //@Include: include/h323/h235auth.h
63         //@Include: include/h323/h323caps.h
64         //@Include: include/h323/h323neg.h
65         //@Include: include/h323/h323pdu.h
66         //@Include: include/h323/h323rtp.h
67         //@Include: include/h323/h450pdu.h
68         //@Include: include/h323/q931.h
69         //@Include: include/h323/transaddr.h
70         //@Include: include/codec/allcodecs.h
71         //@Include: include/codec/g711codec.h
72         //@Include: include/codec/gsmcodec.h
73         //@Include: include/codec/h261codec.h
74         //@Include: include/codec/lpc10codec.h
75         //@Include: include/codec/mscodecs.h
76         //@Include: include/codec/rfc2833.h
77         //@Include: include/lids/QTIoctl.h
78         //@Include: include/lids/ixjDefs.h
79         //@Include: include/lids/ixjlid.h
80         //@Include: include/lids/lid.h
81         //@Include: include/lids/lidep.h
82         //@Include: include/lids/vblasterlid.h
83         //@Include: include/lids/vpbapi.h
84         //@Include: include/lids/vpblid.h
85         //@Include: include/opal/connection.h
86         //@Include: include/opal/call.h
87         //@Include: include/opal/endpoint.h
88         //@Include: include/opal/guid.h
89         //@Include: include/opal/manager.h
90         //@Include: include/opal/mediafmt.h
91         //@Include: include/opal/mediastrm.h
92         //@Include: include/opal/patch.h
93         //@Include: include/opal/pcss.h
94         //@Include: include/opal/transcoders.h
95         //@Include: include/opal/transports.h
96         //@Include: include/rtp/jitter.h
97         //@Include: include/rtp/rtp.h
98         //@Include: include/t120/h323t120.h
99         //@Include: include/t120/t120proto.h
100         //@Include: include/t120/x224.h
101         //@Include: include/t38/h323t38.h
102         //@Include: include/t38/t38proto.h
103         //@Include: src/codec/gsm/inc/config.h
104         //@Include: src/codec/gsm/inc/gsm.h
105         //@Include: src/codec/gsm/inc/private.h
106         //@Include: src/codec/gsm/inc/proto.h
107         //@Include: src/codec/gsm/inc/unproto.h
108         //@Include: src/codec/vic/bsd-endian.h
109         //@Include: src/codec/vic/config.h
110         //@Include: src/codec/vic/crdef.h
111         //@Include: src/codec/vic/dct.h
112         //@Include: src/codec/vic/encoder-h261.h
113         //@Include: src/codec/vic/encoder.h
114         //@Include: src/codec/vic/grabber.h
115         //@Include: src/codec/vic/p64-huff.h
116         //@Include: src/codec/vic/p64.h
117         //@Include: src/codec/vic/p64encoder.h
118         //@Include: src/codec/vic/transmitter.h
119         //@Include: src/codec/vic/vid_coder.h
120         //@Include: src/codec/vic/videoframe.h
121         //@Include: src/codec/lpc10/src/f2c.h
122         //@Include: src/codec/lpc10/bitio.h
123         //@Include: src/codec/lpc10/lpc10.h
124         //@Include: include/sip/sdp.h
125         //@Include: include/sip/sip.h
126         //@Include: include/sip/sipcon.h
127         //@Include: include/sip/sipep.h
128         //@Include: include/sip/sippdu.h
129     //@}
131 //@}