LoadGen4ControllerFile
Loads a timing or utility DSP file ( .lod ) into a GenIV controller. Currently ( June 2009 ), GenIV refers to SmallCam ( ARC-12 timing board ).
Syntax
void LoadGen4ControllerFile( filename, validate );
Parameters
const char * filename
The name of the DSP ( .lod ) file to upload into the timing or utility file. The destination board is automatically determined from the file contents.
bool validate
Set to 'true' if the download should be read back and verified after every write.
Returns
None
Required Headers
CController.h
Namespace
arc
Throws
std::runtime_error
Remarks
This method is automatically called by CController::LoadControllerFile.
Example
See CController::LoadControllerFile

© Astronomical Research Cameras, Inc.