Class PCIBoot
java.lang.Object
|
+--PCIBoot
- public class PCIBoot
- extends java.lang.Object
Constructor Summary |
PCIBoot()
Class constructor. |
Method Summary |
void |
boot(java.lang.String filename)
This methods downloads the specified boot file into the PCI DSP. |
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
bootFile
private java.io.RandomAccessFile bootFile
PCI_STRING
private final java.lang.String PCI_STRING
SEARCH_STRING
private final java.lang.String SEARCH_STRING
END_STRING
private final java.lang.String END_STRING
HTF_MASK
private final int HTF_MASK
HTF_CLEAR_MASK
private final int HTF_CLEAR_MASK
BIT3_CLEAR_MASK
private final int BIT3_CLEAR_MASK
BIT3_SET_MASK
private final int BIT3_SET_MASK
PCIBoot
public PCIBoot()
- Class constructor.
boot
public void boot(java.lang.String filename)
throws ReplyValueException,
java.lang.Exception,
java.io.FileNotFoundException,
java.io.IOException,
java.lang.NullPointerException
- This methods downloads the specified boot file into the PCI DSP. Once
loaded, the PCI can begin command processing.
- Parameters:
filename
- The name of the file to download.