-rw-r--r-- | libopie2/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libopie2/README b/libopie2/README index 5130290..57172a7 100644 --- a/libopie2/README +++ b/libopie2/README | |||
@@ -7,32 +7,33 @@ | |||
7 | * provide sophisticated abstractions for developers | 7 | * provide sophisticated abstractions for developers |
8 | * provide complete documentation and working examples | 8 | * provide complete documentation and working examples |
9 | * provide end users with a common look and feel | 9 | * provide end users with a common look and feel |
10 | * reduce memory footprint through sharing code | 10 | * reduce memory footprint through sharing code |
11 | * reduce possible bugs through reusing tested code | 11 | * reduce possible bugs through reusing tested code |
12 | 12 | ||
13 | -------------------------------------------------------- | 13 | -------------------------------------------------------- |
14 | 1. General Overview | 14 | 1. General Overview |
15 | -------------------------------------------------------- | 15 | -------------------------------------------------------- |
16 | 16 | ||
17 | libopie is functionally seperated into the following libraries: | 17 | libopie is functionally seperated into the following libraries: |
18 | - libopiecore | 18 | - libopiecore |
19 | - libopieui | 19 | - libopieui |
20 | - libopiepim | 20 | - libopiepim |
21 | - libopiedb | 21 | - libopiedb |
22 | - libopienet | 22 | - libopienet |
23 | - libopiemm | ||
23 | 24 | ||
24 | 1.1 Contents of libopiecore [ opiecore ] | 25 | 1.1 Contents of libopiecore [ opiecore ] |
25 | -------------------------------------------------------- | 26 | -------------------------------------------------------- |
26 | 27 | ||
27 | - odbgstream | 28 | - odbgstream |
28 | - ondbgstream | 29 | - ondbgstream |
29 | 30 | ||
30 | - oprocctrl | 31 | - oprocctrl |
31 | - oprocess | 32 | - oprocess |
32 | - odevice | 33 | - odevice |
33 | - odevicebutton | 34 | - odevicebutton |
34 | 35 | ||
35 | - oconfig | 36 | - oconfig |
36 | - oconfiggroupsaver | 37 | - oconfiggroupsaver |
37 | 38 | ||
38 | - ocompletionbase | 39 | - ocompletionbase |
@@ -119,39 +120,50 @@ USE THE CLASSES IN libopie/pim INSTEAD !(eilers) | |||
119 | - ohostapmonitoring | 120 | - ohostapmonitoring |
120 | - oorinocomonitoring | 121 | - oorinocomonitoring |
121 | 122 | ||
122 | - opacketcapturer | 123 | - opacketcapturer |
123 | - opacket | 124 | - opacket |
124 | - oethernetpacket | 125 | - oethernetpacket |
125 | - owavelanpacket | 126 | - owavelanpacket |
126 | - ollcpacket | 127 | - ollcpacket |
127 | - oippacket | 128 | - oippacket |
128 | - oudppacket | 129 | - oudppacket |
129 | - otcppacket | 130 | - otcppacket |
130 | 131 | ||
131 | <libmail stuff> | 132 | <libmail stuff> |
132 | <libbend stuff> | 133 | <libbend stuff> |
133 | <libftp stuff> | 134 | <libftp stuff> |
134 | 135 | ||
136 | 1.6 Contents of libopiemm [ opiemm ] | ||
137 | -------------------------------------------------------- | ||
138 | |||
139 | - osoundsystem | ||
140 | - oaudiointerface | ||
141 | - osoundserver | ||
135 | 142 | ||
136 | -------------------------------------------------------- | 143 | -------------------------------------------------------- |
137 | 2.0 Feature Description | 144 | 2.0 Feature Description |
138 | -------------------------------------------------------- | 145 | -------------------------------------------------------- |
139 | 146 | ||
140 | 2.1 libopiecore | 147 | 2.1 libopiecore |
141 | 148 | ||
142 | ... | 149 | ... |
143 | 150 | ||
144 | 2.2 libopieui | 151 | 2.2 libopieui |
145 | 152 | ||
146 | ... | 153 | ... |
147 | 154 | ||
148 | 2.3 libopiepim | 155 | 2.3 libopiepim |
149 | 156 | ||
150 | ... | 157 | ... |
151 | 158 | ||
152 | 2.4 libopiedb | 159 | 2.4 libopiedb |
153 | 160 | ||
154 | ... | 161 | ... |
155 | 162 | ||
156 | 2.5 libopienet | 163 | 2.5 libopienet |
157 | 164 | ||
165 | ... | ||
166 | |||
167 | 2.6 libopiemm | ||
168 | |||
169 | ... | ||