hpib_2.h
上传用户:upcnvip
上传日期:2007-01-06
资源大小:474k
文件大小:1k
源码类别:

编译器/解释器

开发平台:

C/C++

  1. /* Header for module hpib_2, generated by p2c */
  2. #ifndef HPIB_2_H
  3. #define HPIB_2_H
  4. #ifndef IODECLARATIONS_H
  5. #include <p2c/iodecl.h>
  6. #endif
  7. #ifdef HPIB_2_G
  8. # define vextern
  9. #else
  10. # define vextern extern
  11. #endif
  12. extern Void abort_hpib PP((int select_code));
  13. extern Void P_clear PP((long device));
  14. extern Void P_listen PP((int select_code, int address));
  15. extern Void P_local PP((long device));
  16. extern Void local_lockout PP((int select_code));
  17. extern Void pass_control PP((long device));
  18. extern Void ppoll_configure PP((long device, long mask));
  19. extern Void ppoll_unconfigure PP((long device));
  20. extern Void P_remote PP((long device));
  21. extern Void P_secondary PP((int select_code, int address));
  22. extern Void P_talk PP((int select_code, int address));
  23. extern Void P_trigger PP((long device));
  24. extern Void P_unlisten PP((int select_code));
  25. extern Void P_untalk PP((int select_code));
  26. #undef vextern
  27. #endif /*HPIB_2_H*/
  28. /* End. */