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