QMsgGetCommand.hh

Go to the documentation of this file.
00001 
00007 #ifndef _Q_MSG_GET_COMMAND_HH_
00008 #define _Q_MSG_GET_COMMAND_HH_
00009 
00010 #include "QCuore.hh"
00011 #include "QCommand.hh"
00012 
00013 class QMsgGetCommand : public QCommand {
00014 public:
00015    QMsgGetCommand();
00016    virtual ~QMsgGetCommand();
00017    
00018    virtual void Execute();
00019    
00020    virtual void CheckParams();
00021    
00022 private:
00023    void HandleProcessesCommand();
00024    void HandleStatusCommand();
00025 };
00026 
00027 #endif

Generated on Fri Mar 6 13:40:39 2009 for CUORE Software by  doxygen 1.5.1