scan345.h

Go to the documentation of this file.
00001 #ifndef SCAN345_H
00002 #define SCAN345_H
00003 
00004 #include "marstartup.h"
00005 
00006 class Scan345 : public MarStartup
00007 {
00008   Q_OBJECT;
00009 
00010  public:
00011   Scan345(QObject *parent=0);
00012   typedef MarStartup inherited;
00013 
00014   int  scan345_main(int argc, char *argv[]);
00015   void mar_loop();
00016   void usage();
00017 
00018   static void mar_kill( int signo );
00019   static void mar_sig( int signo );
00020 };
00021 
00022 #endif