CARMA C++
ArrayRegMapDataFrameManager.h
Go to the documentation of this file.
1 #ifndef SZA_UTIL_ARRAYREGMAPDATAFRAMEMANAGER_H
2 #define SZA_UTIL_ARRAYREGMAPDATAFRAMEMANAGER_H
3 
11 // C header files from the array control code
12 
13 #include "carma/szaarrayutils/szaregs.h"
14 
16 #include "carma/szautil/TimeVal.h"
17 
18 namespace sza {
19  namespace util {
20 
21  class ArrayRegMapDataFrameManager : public RegMapDataFrameManager {
22  public:
23 
27  ArrayRegMapDataFrameManager(bool archivedOnly = false,
28  DataFrame* dataFrame = 0);
29 
33  virtual ~ArrayRegMapDataFrameManager();
34 
35  void initialize(bool archivedOnly = false, DataFrame* dataFrame = 0);
36 
37  private:
38  }; // End class ArrayRegMapDataFrameManager
39 
40  } // End namespace util
41 } // End namespace sza
42 
43 
44 
45 #endif // End #ifndef SZA_UTIL_ARRAYREGMAPDATAFRAMEMANAGER_H
Tagged: Sat Aug 14 13:12:19 UTC 2004.
Tagged: Fri Nov 14 12:39:38 UTC 2003.