Class PCIBoot

java.lang.Object
  |
  +--PCIBoot

public class PCIBoot
extends java.lang.Object


Field Summary
private  int BIT3_CLEAR_MASK
           
private  int BIT3_SET_MASK
           
private  java.io.RandomAccessFile bootFile
           
private  java.lang.String END_STRING
           
private  int HTF_CLEAR_MASK
           
private  int HTF_MASK
           
private  java.lang.String PCI_STRING
           
private  java.lang.String SEARCH_STRING
           
 
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
 

Field Detail

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
Constructor Detail

PCIBoot

public PCIBoot()
Class constructor.
Method Detail

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.