videocfg.tcf
上传用户:dahaojd
上传日期:2008-01-29
资源大小:14357k
文件大小:0k
源码类别:

DSP编程

开发平台:

C/C++

  1. /*
  2.  * ------------ videocfg.tcf-----------
  3.  */
  4. utils.loadPlatform("EvmDM642");
  5. /*
  6.  *  import board-specific parameters for use by DDK examples.
  7.  */
  8. utils.importFile("EvmDM642_ddk.tci");
  9. utils.importFile("video.tci");
  10. /*
  11.  *  Check if there have been errors and generate the configuration
  12.  *  database file.
  13.  *
  14.  */
  15. if (config.hasReportedError == false) {
  16.     prog.gen();
  17. } else {
  18.     throw new Error( "Error in config script -- database not generated." );
  19. }