CARMA C++
DelayNetCmdForwarder.h
Go to the documentation of this file.
1 #ifndef SZA_UTIL_DELAYNETCMDFORWARDER_H
2 #define SZA_UTIL_DELAYNETCMDFORWARDER_H
3 
12 
13 namespace sza {
14  namespace util {
15 
16  class DelayNetCmdForwarder : public NetCmdForwarder {
17  public:
18 
22  DelayNetCmdForwarder();
23 
27  virtual ~DelayNetCmdForwarder();
28 
29  //------------------------------------------------------------
30  // Overwrite the base-class method by which all rtc commands are
31  // processed
32  //------------------------------------------------------------
33 
39  virtual void forwardNetCmd(sza::util::NetCmd* netCmd);
40 
41  }; // End class DelayNetCmdForwarder
42 
43  } // End namespace util
44 } // End namespace sza
45 
46 #endif // End #ifndef SZA_UTIL_DELAYNETCMDFORWARDER_H
Tagged: Sun May 16 12:37:32 PDT 2004.