PrestoObservation.h
1 //-*-C++-*-
2 /***************************************************************************
3  *
4  * Copyright (C) 2002 by Willem van Straten
5  * Licensed under the Academic Free License version 2.1
6  *
7  ***************************************************************************/
8 
9 // dspsr/Kernel/Classes/dsp/PrestoObservation.h
10 
11 #ifndef __PrestoObservation_h
12 #define __PrestoObservation_h
13 
14 #include "dsp/Observation.h"
15 #include "dsp/infodata.h"
16 
17 namespace dsp
18 {
20 
22  class PrestoObservation : public Observation
23  {
24  public:
25 
27  PrestoObservation (const infodata*);
28 
29  };
30 }
31 
32 #endif
Contains all Baseband Data Reduction Library classes.
Definition: ASCIIObservation.h:17
PrestoObservation(const infodata *)
Construct from a PRESTO infodata struct.
Definition: PrestoObservation.C:13

Generated using doxygen 1.8.17