QMsgAskCommand.hh

00001 /*
00002 * APOLLO: A complete DAQ and Online Data Analysis Framework for Cuore 
00003 * $Id: QMsgCommand.hh 561 2006-12-15 11:08:56Z giacher $
00004 * M.P. created 28/10/4
00005 * 
00006 * Class QMsgCommand: message logging from everywhere
00007 *                    ApolloServer is also the handler of all log/error messages
00008 *
00009 */
00010 
00011 #ifndef __QMSG_ASKCOMMAND_HH_
00012 #define __QMSG_ASKCOMMAND_HH_
00013 
00014 #include "QCuore.hh"
00015 #include "QCommand.hh"
00016 #include <fstream>
00017 #include <string>
00018 
00019 class QMsgAskCommand : public QCommand {
00020 public:
00021    QMsgAskCommand();
00022    virtual ~QMsgAskCommand();
00023    
00024    virtual void Execute();
00025    
00026    virtual void CheckParams();
00027    
00028 private:
00029    void HandleProcessesCommand();
00030    void HandleStatusCommand();
00031 };
00032 
00033 #endif // __QMSG_ASKCOMMAND_HH_

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