appBiosObjects.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.  *  ======== appBiosObjects.h ========
  11.  *
  12.  *  Declaration of all BIOS objects and constants defined in app.cdb
  13.  *  that can be of interest to the user:
  14.  *  LOG, STS, PIP, heaps in data segments, etc.
  15.  *
  16.  *  In the future this file will be automatically generated; currently,
  17.  *  it is necessary to manually update this file whenever app.cdb is modified.
  18.  */
  19. #ifndef APPBIOSOBJECTS_
  20. #define APPBIOSOBJECTS_
  21. #include <log.h>
  22. #include <mbx.h>
  23. #include <sts.h>
  24. #ifdef __cplusplus
  25. extern "C" {
  26. #endif
  27. // LOG objects
  28. extern far LOG_Obj trace;
  29. // STS objects
  30. extern far STS_Obj stsCycleTime;
  31. extern far STS_Obj stsCapTime;
  32. extern far STS_Obj stsExeTimeChJpegEnc;
  33. extern far STS_Obj stsExeTimeChJpegTime;
  34. extern far STS_Obj stsDispTime;
  35. // heaps in data segments
  36. extern far Int intHEAP;
  37. extern far Int extHEAP;
  38. // per-task mailboxes for control messages
  39. extern far MBX_Obj mbxProcess;
  40. #ifdef __cplusplus
  41. }
  42. #endif // extern "C"
  43. #endif // APPBIOSOBJECTS_