OpenCores
URL https://opencores.org/ocsvn/usb_fpga_1_2/usb_fpga_1_2/trunk

Subversion Repositories usb_fpga_1_2

[/] [usb_fpga_1_2/] [trunk/] [docs/] [java/] [ztex/] [ZtexScanBus1.html] - Blame information for rev 5

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 ZTEX
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<!--NewPage-->
3
<HTML>
4
<HEAD>
5 5 ZTEX
<!-- Generated by javadoc (build 1.6.0_02) on Wed Sep 29 21:04:05 CEST 2010 -->
6 3 ZTEX
<TITLE>
7
ZtexScanBus1
8
</TITLE>
9
 
10 5 ZTEX
<META NAME="date" CONTENT="2010-09-29">
11 3 ZTEX
 
12
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
13
 
14
<SCRIPT type="text/javascript">
15
function windowTitle()
16
{
17
    if (location.href.indexOf('is-external=true') == -1) {
18
        parent.document.title="ZtexScanBus1";
19
    }
20
}
21
</SCRIPT>
22
<NOSCRIPT>
23
</NOSCRIPT>
24
 
25
</HEAD>
26
 
27
<BODY BGCOLOR="white" onload="windowTitle();">
28
<HR>
29
 
30
 
31
<!-- ========= START OF TOP NAVBAR ======= -->
32
<A NAME="navbar_top"><!-- --></A>
33
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
34
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
35
<TR>
36
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
37
<A NAME="navbar_top_firstrow"><!-- --></A>
38
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
39
  <TR ALIGN="center" VALIGN="top">
40
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
41
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
42
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
43
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
44
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
45
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
46
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
47
  </TR>
48
</TABLE>
49
</TD>
50
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
51
</EM>
52
</TD>
53
</TR>
54
 
55
<TR>
56
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57
&nbsp;<A HREF="../ztex/ZtexIhxFile1.html" title="class in ztex"><B>PREV CLASS</B></A>&nbsp;
58
&nbsp;NEXT CLASS</FONT></TD>
59
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
60
  <A HREF="../index.html?ztex/ZtexScanBus1.html" target="_top"><B>FRAMES</B></A>  &nbsp;
61
&nbsp;<A HREF="ZtexScanBus1.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
62
&nbsp;<SCRIPT type="text/javascript">
63
  <!--
64
  if(window==top) {
65
    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
66
  }
67
  //-->
68
</SCRIPT>
69
<NOSCRIPT>
70
  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
71
</NOSCRIPT>
72
 
73
 
74
</FONT></TD>
75
</TR>
76
<TR>
77
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
78
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
79
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
80
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
81
</TR>
82
</TABLE>
83
<A NAME="skip-navbar_top"></A>
84
<!-- ========= END OF TOP NAVBAR ========= -->
85
 
86
<HR>
87
<!-- ======== START OF CLASS DATA ======== -->
88
<H2>
89
<FONT SIZE="-1">
90
ztex</FONT>
91
<BR>
92
Class ZtexScanBus1</H2>
93
<PRE>
94
java.lang.Object
95
  <IMG SRC="../resources/inherit.gif" ALT="extended by "><B>ztex.ZtexScanBus1</B>
96
</PRE>
97
<HR>
98
<DL>
99
<DT><PRE>public class <B>ZtexScanBus1</B><DT>extends java.lang.Object</DL>
100
</PRE>
101
 
102
<P>
103
A class used for finding the EZ-USB devices on the USB.
104
 The devices found are stored as a list of <A HREF="../ztex/ZtexDevice1.html" title="class in ztex"><CODE>ZtexDevice1</CODE></A> instances.
105
<P>
106
 
107
<P>
108
<DL>
109
<DT><B>See Also:</B><DD><A HREF="../ztex/ZtexDevice1.html" title="class in ztex"><CODE>ZtexDevice1</CODE></A></DL>
110
<HR>
111
 
112
<P>
113
 
114
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
115
 
116
<A NAME="constructor_summary"><!-- --></A>
117
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
118
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
119
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
120
<B>Constructor Summary</B></FONT></TH>
121
</TR>
122
<TR BGCOLOR="white" CLASS="TableRowColor">
123
<TD><CODE><B><A HREF="../ztex/ZtexScanBus1.html#ZtexScanBus1(int, int, boolean, boolean)">ZtexScanBus1</A></B>(int&nbsp;usbVendorId,
124
             int&nbsp;usbProductId,
125
             boolean&nbsp;scanCypress,
126
             boolean&nbsp;quiet)</CODE>
127
 
128
<BR>
129
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Scans the USB for suitable devices and constructs a list of them.</TD>
130
</TR>
131
<TR BGCOLOR="white" CLASS="TableRowColor">
132
<TD><CODE><B><A HREF="../ztex/ZtexScanBus1.html#ZtexScanBus1(int, int, boolean, boolean, int)">ZtexScanBus1</A></B>(int&nbsp;usbVendorId,
133
             int&nbsp;usbProductId,
134
             boolean&nbsp;scanCypress,
135
             boolean&nbsp;quiet,
136
             int&nbsp;interfaceVersion)</CODE>
137
 
138
<BR>
139
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Scans the USB for suitable devices and constructs a list of them.</TD>
140
</TR>
141
<TR BGCOLOR="white" CLASS="TableRowColor">
142
<TD><CODE><B><A HREF="../ztex/ZtexScanBus1.html#ZtexScanBus1(int, int, boolean, boolean, int, int, int, int, int)">ZtexScanBus1</A></B>(int&nbsp;usbVendorId,
143
             int&nbsp;usbProductId,
144
             boolean&nbsp;scanCypress,
145
             boolean&nbsp;quiet,
146
             int&nbsp;interfaceVersion,
147
             int&nbsp;productId0,
148
             int&nbsp;productId1,
149
             int&nbsp;productId2,
150
             int&nbsp;productId3)</CODE>
151
 
152
<BR>
153
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Scans the USB for suitable devices and constructs a list of them.</TD>
154
</TR>
155
</TABLE>
156
&nbsp;
157
<!-- ========== METHOD SUMMARY =========== -->
158
 
159
<A NAME="method_summary"><!-- --></A>
160
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
161
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
162
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
163
<B>Method Summary</B></FONT></TH>
164
</TR>
165
<TR BGCOLOR="white" CLASS="TableRowColor">
166
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
167
<CODE>&nbsp;<A HREF="../ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A></CODE></FONT></TD>
168
<TD><CODE><B><A HREF="../ztex/ZtexScanBus1.html#device(int)">device</A></B>(int&nbsp;i)</CODE>
169
 
170
<BR>
171
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a device from the list of devices.</TD>
172
</TR>
173
<TR BGCOLOR="white" CLASS="TableRowColor">
174
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
175
<CODE>&nbsp;int</CODE></FONT></TD>
176
<TD><CODE><B><A HREF="../ztex/ZtexScanBus1.html#numberOfDevices()">numberOfDevices</A></B>()</CODE>
177
 
178
<BR>
179
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the number of devices found.</TD>
180
</TR>
181
<TR BGCOLOR="white" CLASS="TableRowColor">
182
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
183
<CODE>&nbsp;void</CODE></FONT></TD>
184
<TD><CODE><B><A HREF="../ztex/ZtexScanBus1.html#printBus(java.io.PrintStream)">printBus</A></B>(java.io.PrintStream&nbsp;out)</CODE>
185
 
186
<BR>
187
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Prints out a list of devices found.</TD>
188
</TR>
189
</TABLE>
190
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
191
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
192
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
193
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
194
</TR>
195
<TR BGCOLOR="white" CLASS="TableRowColor">
196
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
197
</TR>
198
</TABLE>
199
&nbsp;
200
<P>
201
 
202
<!-- ========= CONSTRUCTOR DETAIL ======== -->
203
 
204
<A NAME="constructor_detail"><!-- --></A>
205
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
206
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
207
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
208
<B>Constructor Detail</B></FONT></TH>
209
</TR>
210
</TABLE>
211
 
212
<A NAME="ZtexScanBus1(int, int, boolean, boolean, int, int, int, int, int)"><!-- --></A><H3>
213
ZtexScanBus1</H3>
214
<PRE>
215
public <B>ZtexScanBus1</B>(int&nbsp;usbVendorId,
216
                    int&nbsp;usbProductId,
217
                    boolean&nbsp;scanCypress,
218
                    boolean&nbsp;quiet,
219
                    int&nbsp;interfaceVersion,
220
                    int&nbsp;productId0,
221
                    int&nbsp;productId1,
222
                    int&nbsp;productId2,
223
                    int&nbsp;productId3)</PRE>
224
<DL>
225
<DD>Scans the USB for suitable devices and constructs a list of them.
226
 Four kinds of search filters can be applied
227
 <ol>
228
   <li> usbVendorId and usbProductId can be used to search for devices with a given vendor and product ID. These devices must provide a ZTEX descriptor 1.</li>
229
   <li> If a certain interface version is required, it can be specified using interfaceVersion. </li>
230
   <li> Incompatible devices can be excluded by the specification of the ZTEX product ID's, see <A HREF="../ztex/ZtexDevice1.html#compatible(int, int, int, int)"><CODE>ZtexDevice1.compatible(int,int,int,int)</CODE></A>. </li>
231
   <li> If scanCypress is true, all devices (even unconfigured ones) with Cypress EZ-USB vendor and product ID's are considered. </li>
232
 </ol>
233
<P>
234
<DL>
235
<DT><B>Parameters:</B><DD><CODE>usbVendorId</CODE> - USB vendor ID of the device to be searched for<DD><CODE>usbProductId</CODE> - USB product ID of the device to be searched for<DD><CODE>scanCypress</CODE> - Include devices with Cypress EZ-USB vendor and product ID's (even unconfigured ones)<DD><CODE>quiet</CODE> - if true, don't print any warnings<DD><CODE>interfaceVersion</CODE> - The required interface version (&lt;0 if no interface version is required)<DD><CODE>productId0</CODE> - Byte 0 of a given ZTEX product ID (&le;0 if not to be considered)<DD><CODE>productId1</CODE> - Byte 1 of a given ZTEX product ID (&le;0 if not to be considered)<DD><CODE>productId2</CODE> - Byte 2 of a given ZTEX product ID (&le;0 if not to be considered)<DD><CODE>productId3</CODE> - Byte 3 of a given ZTEX product ID (&le;0 if not to be considered)</DL>
236
</DL>
237
<HR>
238
 
239
<A NAME="ZtexScanBus1(int, int, boolean, boolean, int)"><!-- --></A><H3>
240
ZtexScanBus1</H3>
241
<PRE>
242
public <B>ZtexScanBus1</B>(int&nbsp;usbVendorId,
243
                    int&nbsp;usbProductId,
244
                    boolean&nbsp;scanCypress,
245
                    boolean&nbsp;quiet,
246
                    int&nbsp;interfaceVersion)</PRE>
247
<DL>
248
<DD>Scans the USB for suitable devices and constructs a list of them.
249
 Three kinds of search filters can be applied
250
 <ol>
251
   <li> usbVendorId and usbProductId can be used to search for devices with a given vendor and product ID. These devices must provide a ZTEX descriptor 1.</li>
252
   <li> If a certain interface version is required, it can be specified using interfaceVersion. </li>
253
   <li> If scanCypress is true, all devices (even unconfigured ones) with Cypress EZ-USB vendor and product ID's are considered. </li>
254
 </ol>
255
<P>
256
<DL>
257
<DT><B>Parameters:</B><DD><CODE>usbVendorId</CODE> - USB vendor ID of the device to be searched for<DD><CODE>usbProductId</CODE> - USB product ID of the device to be searched for<DD><CODE>scanCypress</CODE> - Include devices with Cypress EZ-USB vendor and product ID's (even unconfigured ones)<DD><CODE>quiet</CODE> - if true, don't print any warnings<DD><CODE>interfaceVersion</CODE> - The required interface version (<0 if no interface version is required)</DL>
258
</DL>
259
<HR>
260
 
261
<A NAME="ZtexScanBus1(int, int, boolean, boolean)"><!-- --></A><H3>
262
ZtexScanBus1</H3>
263
<PRE>
264
public <B>ZtexScanBus1</B>(int&nbsp;usbVendorId,
265
                    int&nbsp;usbProductId,
266
                    boolean&nbsp;scanCypress,
267
                    boolean&nbsp;quiet)</PRE>
268
<DL>
269
<DD>Scans the USB for suitable devices and constructs a list of them.
270
 Two kinds of search filters can be applied
271
 <ol>
272
   <li> usbVendorId and usbProductId can be used to search for devices with a given vendor and product ID. These devices must provide a ZTEX descriptor 1.</li>
273
   <li> If scanCypress is true, all devices (even unconfigured ones) with Cypress EZ-USB vendor and product ID's are considered. </li>
274
 </ol>
275
<P>
276
<DL>
277
<DT><B>Parameters:</B><DD><CODE>usbVendorId</CODE> - USB vendor ID of the device to be searched for<DD><CODE>usbProductId</CODE> - USB product ID of the device to be searched for<DD><CODE>scanCypress</CODE> - Include devices with Cypress EZ-USB vendor and product ID's (even unconfigured ones)<DD><CODE>quiet</CODE> - if true, don't print any warnings</DL>
278
</DL>
279
 
280
<!-- ============ METHOD DETAIL ========== -->
281
 
282
<A NAME="method_detail"><!-- --></A>
283
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
284
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
285
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
286
<B>Method Detail</B></FONT></TH>
287
</TR>
288
</TABLE>
289
 
290
<A NAME="printBus(java.io.PrintStream)"><!-- --></A><H3>
291
printBus</H3>
292
<PRE>
293
public void <B>printBus</B>(java.io.PrintStream&nbsp;out)</PRE>
294
<DL>
295
<DD>Prints out a list of devices found.
296
<P>
297
<DD><DL>
298
<DT><B>Parameters:</B><DD><CODE>out</CODE> - Where the output is to be printed to.</DL>
299
</DD>
300
</DL>
301
<HR>
302
 
303
<A NAME="numberOfDevices()"><!-- --></A><H3>
304
numberOfDevices</H3>
305
<PRE>
306
public final int <B>numberOfDevices</B>()</PRE>
307
<DL>
308
<DD>Returns the number of devices found.
309
<P>
310
<DD><DL>
311
 
312
<DT><B>Returns:</B><DD>the number of devices found.</DL>
313
</DD>
314
</DL>
315
<HR>
316
 
317
<A NAME="device(int)"><!-- --></A><H3>
318
device</H3>
319
<PRE>
320
public final <A HREF="../ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A> <B>device</B>(int&nbsp;i)
321
                         throws java.lang.IndexOutOfBoundsException</PRE>
322
<DL>
323
<DD>Returns a device from the list of devices.
324
<P>
325
<DD><DL>
326
<DT><B>Parameters:</B><DD><CODE>i</CODE> - The device index.
327
<DT><B>Returns:</B><DD>a device from the list of devices.
328
<DT><B>Throws:</B>
329
<DD><CODE>java.lang.IndexOutOfBoundsException</CODE> - if i&lt;0 or i&ge;<A HREF="../ztex/ZtexScanBus1.html#numberOfDevices()"><CODE>numberOfDevices()</CODE></A></DL>
330
</DD>
331
</DL>
332
<!-- ========= END OF CLASS DATA ========= -->
333
<HR>
334
 
335
 
336
<!-- ======= START OF BOTTOM NAVBAR ====== -->
337
<A NAME="navbar_bottom"><!-- --></A>
338
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
339
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
340
<TR>
341
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
342
<A NAME="navbar_bottom_firstrow"><!-- --></A>
343
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
344
  <TR ALIGN="center" VALIGN="top">
345
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
346
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
347
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
348
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
349
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
350
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
351
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
352
  </TR>
353
</TABLE>
354
</TD>
355
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
356
</EM>
357
</TD>
358
</TR>
359
 
360
<TR>
361
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
362
&nbsp;<A HREF="../ztex/ZtexIhxFile1.html" title="class in ztex"><B>PREV CLASS</B></A>&nbsp;
363
&nbsp;NEXT CLASS</FONT></TD>
364
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
365
  <A HREF="../index.html?ztex/ZtexScanBus1.html" target="_top"><B>FRAMES</B></A>  &nbsp;
366
&nbsp;<A HREF="ZtexScanBus1.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
367
&nbsp;<SCRIPT type="text/javascript">
368
  <!--
369
  if(window==top) {
370
    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
371
  }
372
  //-->
373
</SCRIPT>
374
<NOSCRIPT>
375
  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
376
</NOSCRIPT>
377
 
378
 
379
</FONT></TD>
380
</TR>
381
<TR>
382
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
383
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
384
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
385
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
386
</TR>
387
</TABLE>
388
<A NAME="skip-navbar_bottom"></A>
389
<!-- ======== END OF BOTTOM NAVBAR ======= -->
390
 
391
<HR>
392
 
393
</BODY>
394
</HTML>

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.