fdhwlib  2.0.25
/home/kopmann/git-mirror/fdhwlib/fdhwlib/Hw/flttriggermode.h
Go to the documentation of this file.
00001 /***************************************************************************
00002     flttriggermode.h  -  description
00003 
00004     begin                : Thu Mar 29 2001
00005     copyright            : (C) 2001 by A Kopmann
00006     email                : kopmann@hpe.fzk.de
00007     status               :
00008     test                 :
00009     history              :
00010  ***************************************************************************/
00011 
00012 
00013 #ifndef FLTTRIGGERMODE_H
00014 #define FLTTRIGGERMODE_H
00015 
00016 #include <Hw/fltperiphregister.h>
00017 
00027 class FltTriggerMode : public FltPeriphRegister  {
00028 public: 
00029         FltTriggerMode(const char * name, int slotID, int regID, int r, int w, int len);
00030 
00040         //##ModelId=39912200036B
00041         int get(int fpgaNr, int channel);
00042 
00043         //##ModelId=399122000367
00044         void set(int fpgaNr, int channel, int mode);
00045 
00046 };
00047 
00048 
00049 #endif