lrs1151.h

Go to the documentation of this file.
00001 /*********************************************************************
00002   Name:         lrs1151.h
00003   Created by:   Pierre-Andre Amaudruz
00004 
00005   Contents:     lrs1151 LeCroy 16channels scaler
00006 
00007   $Id: lrs1151.h 4109 2008-01-08 20:49:52Z amaudruz $
00008 *********************************************************************/
00009 #ifndef  LRS1151_INCLUDE_H
00010 #define  LRS1151_INCLUDE_H
00011 
00012 #include <stdio.h>
00013 #include <string.h>
00014 #include "mvmestd.h"
00015 
00016 #ifdef __cplusplus
00017 extern "C" {
00018 #endif
00019 
00020 #define  LRS1151_CLEAR_WO        (DWORD) (0x0040)
00021 #define  LRS1151_DATA_RO         (DWORD) (0x0080)
00022 
00023 void lrs1151_Clear(MVME_INTERFACE *mvme, DWORD base);
00024 void  lrs1151_Read(MVME_INTERFACE *mvme, DWORD base, DWORD *data);
00025 
00026 #ifdef __cplusplus
00027 }
00028 #endif
00029 
00030 #endif // _INCLUDE_H
00031 
00032 /* emacs
00033  * Local Variables:
00034  * mode:C
00035  * mode:font-lock
00036  * tab-width: 8
00037  * c-basic-offset: 2
00038  * End:
00039  */

Midas DOC Version 2.0.2 ---- PSI Stefan Ritt ----
Contributions: Pierre-Andre Amaudruz - Sergio Ballestrero - Suzannah Daviel - Doxygen - Peter Green - Qing Gu - Greg Hackman - Gertjan Hofman - Paul Knowles - Exaos Lee - Rudi Meier - Glenn Moloney - Dave Morris - John M O'Donnell - Konstantin Olchanski - Renee Poutissou - Tamsen Schurman - Andreas Suter - Jan M.Wouters - Piotr Adam Zolnierczuk