CARMA C++
CorrelatorDataTestSl.h
Go to the documentation of this file.
1 // $Id: CorrelatorDataTestSl.h,v 1.3 2006/12/11 19:42:48 abeard Exp $
2 
3 #ifndef CORRELATORDATATESTSL_H
4 #define CORRELATORDATATESTSL_H
5 
8 
18 namespace carma {
19  namespace correlator {
20  namespace lib {
21 
27  public:
32 
37  CorrelatorDataTestSl( int channels );
38 
42  virtual ~CorrelatorDataTestSl();
43 
44  private:
45  static const std::string className_;
47  void createTestData( int channels );
48  void simData(int band, int an1, int an2, int numChans, int sideband,
49  std::vector<std::complex<float> > &data);
50  }; // End class CorrelatorDataTestSl
51 
52  }; // End namespace lib
53  }; // End namespace correlator
54 }; // End namespace carma
55 
56 #endif // End #ifndef
Class used to represents bands of Correlator Data.
Test class used to assign test data to a CorrelatorData object.
Singleton access to configuration parameters.