#include <sdreader_cmpt.h>
// TODO: WRITE YOUR DESCRIPTION HERE!
Definition at line 37 of file sdreader_cmpt.h.
Public Member Functions | |
| sdreader () | |
| sdreader (const std::string &filename, const int theif, const int thebeam) | |
| virtual | ~sdreader () |
| bool | open (const std::string &filename, const int theif=-1, const int thebeam=-1) |
| int | read (const std::vector< int > &integrations=std::vector< int >(1,-1)) |
| bool | close () |
| bool | reset () |
| ::casac::sdtable * | getdata () |
| std::vector< int > | header () |
Private Attributes | |
| bool | fopenstat |
| bool | rdatastat |
| casac::sdreader::sdreader | ( | ) |
| casac::sdreader::sdreader | ( | const std::string & | filename, | |
| const int | theif, | |||
| const int | thebeam | |||
| ) |
| virtual casac::sdreader::~sdreader | ( | ) | [virtual] |
| bool casac::sdreader::open | ( | const std::string & | filename, | |
| const int | theif = -1, |
|||
| const int | thebeam = -1 | |||
| ) |
| int casac::sdreader::read | ( | const std::vector< int > & | integrations = std::vector< int >(1,-1) |
) |
| bool casac::sdreader::close | ( | ) |
| bool casac::sdreader::reset | ( | ) |
| ::casac::sdtable* casac::sdreader::getdata | ( | ) |
| std::vector<int> casac::sdreader::header | ( | ) |
bool casac::sdreader::fopenstat [private] |
Definition at line 40 of file sdreader_cmpt.h.
bool casac::sdreader::rdatastat [private] |
Definition at line 41 of file sdreader_cmpt.h.
1.5.1