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