Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

SarCommand.h

Go to the documentation of this file.
00001 #ifndef __SARCOMMAND_H
00002 #define __SARCOMMAND_H
00003 
00004 #include "PacketWriterTest.h"
00005 
00006 class SarCommand : public Command {
00007 public:
00008     SarCommand();
00009     ~SarCommand();
00010     virtual void run(std::ostream&);
00011     virtual string getCommandString();
00012     virtual void getHtmlInterface(std::ostream&);
00013     virtual void getHelp(std::ostream&);
00014 private:
00015     static void* receive(void* sarPtr);
00016 
00017     SAR* m_singleSar;
00018 
00019     SAR* m_sarA;
00020     SAR* m_sarB;
00021     PacketWriterTest* m_packetWriterA;
00022     PacketWriterTest* m_packetWriterB;
00023 };
00024 
00025 #endif
00026 

Generated at Thu Jul 11 13:31:51 2002 for Peekabooty by doxygen1.2.9 written by Dimitri van Heesch, © 1997-2001