• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

beamtime/tof-tdctest/mbs/qfwlib.h (r4864/r4267)

Go to the documentation of this file.
00001 /********************************************************************/
00002 /* Header structure for FPGA TDC readout                            */
00003 /* 9.11.2001 S.Linev - based on original code from N.Kurz           */
00004 /********************************************************************/
00005 
00006 #ifndef QFW_LIB__H
00007 #define QFW_LIB__H
00008 
00009 typedef struct 
00010 {
00011    long  volatile *pl_freq1;
00012    long  volatile *pl_freq2;
00013    long  volatile *pl_freq3;
00014    long  volatile *pl_freq4;
00015    long  volatile *pl_errcnt1;
00016    long  volatile *pl_errcnt2;
00017    long  volatile *pl_errcnt3;
00018    long  volatile *pl_errcnt4;
00019    long  volatile *pl_setup;
00020 } sQFW;
00021 
00022 
00023 int QFW_getptr(sQFW *self, long baseAddress);
00024 int QFW_init(sQFW *self);
00025 int QFW_read(sQFW *self, long *pl_data);
00026 
00027 #endif

Generated on Tue Dec 10 2013 04:52:19 for ROCsoft by  doxygen 1.7.1