Changes in trunk/src/SDContainer.h [18:27]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/SDContainer.h
r18 r27 109 109 const Array<uChar>& getFlags() const { return flags_; } 110 110 const Array<Float>& getTsys() const { return tsys_; } 111 112 Array<Float> getSpectrum(uInt whichBeam, uInt whichIF) const; 113 Array<uChar> getFlags(uInt whichBeam, uInt whichIF) const; 114 Array<Float> getTsys(uInt whichBeam, uInt whichIF) const; 111 115 112 116 Double timestamp; 113 117 String sourcename; 114 118 Double interval; 115 uInt scanid;119 Int scanid; 116 120 117 121 private:
Note:
See TracChangeset
for help on using the changeset viewer.