Subversion Repositories f9daq

Rev

Blame | Last modification | View Log | RSS feed

  1. //==============================================================================
  2. //
  3. // Title:               icfa.h
  4. // Purpose:             A short description of the interface.
  5. //
  6. // Created on:  11/25/2017 at 11:40:55 AM by rok.
  7. // Copyright:   . All Rights Reserved.
  8. //
  9. //==============================================================================
  10.  
  11. #ifndef __icfa_H__
  12. #define __icfa_H__
  13.  
  14. #include "minirich.h"
  15. #include <stdint.h>
  16. extern int p6h;
  17. int CVICALLBACK daq_icfa(void *functionData);
  18. int icfa_Init();
  19. int icfa_Event(uint32_t *d, int mode);
  20. int icfa_Draw();
  21. int icfa_Histo();
  22. #endif  /* ndef __icfa_H__ */
  23.