Class LoadDspFile
java.lang.Object
|
+--LoadDspFile
- public class LoadDspFile
- extends java.lang.Object
Method Summary |
void |
load_file(java.lang.String full_filename,
java.lang.String expected_file_type)
This method loads a file into the DSP of the specified controller board. |
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
dsp_command
private DspCommand2 dsp_command
full_filename
private java.lang.String full_filename
expected_file_type
private java.lang.String expected_file_type
thread
private java.lang.Thread thread
busy
private static boolean busy
LoadDspFile
public LoadDspFile()
- Class Constructor.
load_file
public void load_file(java.lang.String full_filename,
java.lang.String expected_file_type)
throws java.io.IOException,
java.util.NoSuchElementException,
ReplyValueException,
java.lang.Exception
- This method loads a file into the DSP of the specified controller board.
- Parameters:
full_filename
- The name of the file to load.expected_file_type
- The controller board to load the file into.
May be one of the strings "Timing" or "Utility".
The input strings are not case sensitive.