fdhwlib  2.0.25
/home/kopmann/git-mirror/fdhwlib/fdhwlib/Hw/fltpulse.h
Go to the documentation of this file.
00001 /***************************************************************************
00002     fltpulse.h  -  description
00003 
00004     begin                : Wed Mar 6 2002
00005     copyright            : (C) 2002 by A Kopmann
00006     email                : kopmann@ipe.fzk.de
00007     status               :
00008     test                 :
00009     history              :
00010  ***************************************************************************/
00011 
00012 
00013 #ifndef FLTPULSE_H
00014 #define FLTPULSE_H
00015 
00016 #include <Hw/FltDef.h>
00017 
00018 
00025 class FltPulse {
00026 public: 
00027         FltPulse();
00028         ~FltPulse();
00029 
00030 };
00031 
00032 #endif