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

DSP编程

开发平台:

C/C++

  1. /*
  2.  *  Copyright 2002 by Texas Instruments Incorporated.
  3.  *  All rights reserved. Property of Texas Instruments Incorporated.
  4.  *  Restricted rights to use, duplicate or disclose this code are
  5.  *  granted through contract.
  6.  *
  7.  */
  8. /* "@(#) RF5_IEK 2.00.01 11-26-02 (swat-c18)" */
  9. /*
  10.  *  ======== thrControl.h ========
  11.  */
  12. #ifndef THRCONTROL_
  13. #define THRCONTROL_
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17. /* prototypes for public functions */
  18. extern Void thrControlInit( Void );
  19. extern void thrControlSet( int FrameRatio, int Quality );
  20. extern Void thrControlStartup( Void );
  21. extern Void thrControlRun( Void );
  22. #ifdef __cplusplus
  23. }
  24. #endif // extern "C"
  25. #endif // THRCONTROL_