CARMA C++
ScannerNetCmdForwarder.h
Go to the documentation of this file.
1 #ifndef SZA_UTIL_SCANNERNETCMDFORWARDER_H
2 #define SZA_UTIL_SCANNERNETCMDFORWARDER_H
3 
12 
13 namespace sza {
14  namespace util {
15 
16  class ScannerNetCmdForwarder : public NetCmdForwarder {
17  public:
18 
22  ScannerNetCmdForwarder() {};
23 
27  virtual ~ScannerNetCmdForwarder() {};
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 ScannerNetCmdForwarder
43 
44  } // End namespace util
45 } // End namespace sza
46 
47 
48 
49 #endif // End #ifndef SZA_UTIL_SCANNERNETCMDFORWARDER_H
Tagged: Sun May 16 12:37:32 PDT 2004.