CARMA C++
ArrayFrameBuffer.h
Go to the documentation of this file.
1 #ifndef SZA_TRANSLATOR_ARRAYFRAMEBUFFER_H
2 #define SZA_TRANSLATOR_ARRAYFRAMEBUFFER_H
3 
12 #include "carma/szautil/TimeVal.h"
13 
14 #include "carma/szaarrayutils/scanner.h"
15 
16 namespace sza {
17  namespace util {
18 
19  class ArrayFrameBuffer : public sza::util::FrameBuffer {
20  public:
21 
25  ArrayFrameBuffer(unsigned int nFrame = SCAN_MAX_FRAME,
26  bool archivedOnly=false, ArrayMap* arrayMap=NULL);
27 
31  virtual ~ArrayFrameBuffer();
32 
33  private:
34 
35  sza::util::TimeVal timeVal;
36 
37  }; // End class ArrayFrameBuffer
38 
39  } // End namespace util
40 } // End namespace sza
41 
42 
43 
44 #endif // End #ifndef SZA_TRANSLATOR_ARRAYFRAMEBUFFER_H
A class for managing timeval/timespec structs.
Definition: TimeVal.h:53
Tagged: Fri Nov 14 12:39:38 UTC 2003.
Tagged: Sun Mar 21 22:28:53 UTC 2004.