00001 /* 00002 * APOLLO: A complete DAQ and Online Data Analysis Framework for Cuore 00003 * 00004 * M.Pallavicini - A.Giachero created 17/01/07 - <Andrea.Giachero@ge.infn.it> 00005 * 00006 $ $Id: QSlowCmdParser.hh 920 2007-07-23 08:16:03Z giachero $ 00007 * $Revision: 920 $ 00008 * 00009 * Class QSlowCmdParser: slow control server parser 00010 * 00011 * 00012 */ 00013 00014 #ifndef _QSLOW_CMD_PARSER_HH_ 00015 #define _QSLOW_CMD_PARSER_HH_ 00016 00017 00018 // Apollo Includes 00019 #include "QCuore.hh" 00020 #include "QCommand.hh" 00021 #include "QBaseCmdParser.hh" 00022 00023 class QSlowCmdParser : public QBaseCmdParser 00024 { 00025 public: 00026 00027 // ctor 00028 QSlowCmdParser(); 00029 00030 // dtor 00031 virtual ~QSlowCmdParser(); 00032 }; 00033 00034 #endif // _QSLOW_CMD_PARSER_HH_