const char * filename |
The DSP file ( .lod ) to upload. |
// LoadPCIFile() example
#include <iostream.h>
#include "CController.h"
using namespace std;
using namespace arc;
CController cController;
// .... open driver, initialize, etc ....
try {
cController.LoadPCIFile( "C:\\MyDir\\pci.lod" );
}
catch ( std::exception &e )
{
cerr << "Exception Occurred: " << e.what() << endl;
}
© Astronomical Research Cameras, Inc.