00001 // LeCroy 1182 00002 // 12.08.2010 DE first version 00003 // 26.08.2010 SL include function forwarding 00004 00005 #ifndef LC1182LIB_H 00006 #define LC1182LIB_H 00007 00008 typedef struct 00009 { 00010 short volatile *pw_statreg; 00011 short volatile *pw_fifo; 00012 } s_lc1182; 00013 00014 int f_get_lc1182_ptr (long ph_lc1182_seg, s_lc1182 *ps_lc1182); 00015 void lc1182_init(s_lc1182 *ps_lc1182); 00016 long lc1182_read(long *pl_dat, s_lc1182 *ps_lc1182); 00017 00018 00019 #endif