00001 /* 00002 * APOLLO: A complete DAQ and Online Data Analysis Framework for Cuore 00003 * $Id: QDaqCmdParser.hh 3 2006-04-20 17:37:43Z pallas $ 00004 * M.P. created 28/10/4 00005 * 00006 * Class QDaqCmdParser: data acquisition server parser 00007 * 00008 */ 00009 00010 #ifndef __QDAQCMDPARSER_HH_ 00011 #define __QDAQCMDPARSER_HH_ 00012 00013 #include <map> 00014 #include <string> 00015 00016 #include "QCuore.hh" 00017 #include "QCommand.hh" 00018 #include "QBaseCmdParser.hh" 00019 00020 class QDaqCmdParser : public QBaseCmdParser { 00021 public: 00022 QDaqCmdParser(); 00023 00024 virtual ~QDaqCmdParser(); 00025 }; 00026 00027 #endif